[04:03] * manchicken hugs KDevelop 4.6... [06:35] Where is the blog post for the kubuntu stickers? [07:14] good morning [07:36] what might be the reason that muon needs ~ 40 seconds to start ? [08:29] Good morning. [10:26] hi Riddell :) [10:29] hi unicodesnowman [10:32] unicodesnowman: there's more google code in tasks up for kubuntu if you're up for it [10:33] I claimed one :) [10:36] unicodesnowman: ooh cool [10:37] unicodesnowman: have you looked at the list of things that might be interesting to package? [10:37] unicodesnowman: we also need an update to calligra [10:38] Yeah, there seems to be just 4 thats in 'NEW/CONFIRMED'? [10:38] others are assigned / in progress [10:39] unicodesnowman: well that doesn't mean it's actually happening, e.g. bug 1008967 had Quintasan claim it but that was over a year ago and he's not done it lazy boy [10:40] bug 1008967 in Ubuntu "[needs-packaging] plasma-widget-redshift" [Wishlist,In progress] https://launchpad.net/bugs/1008967 [10:40] lol I see, which one should I package? [10:42] unicodesnowman: whichever one interests you most, usually free software works best when you're interested in it [10:42] hello Riddell [10:42] downloading the daily. [10:43] cutepaste is probably easiest, cirkuit seems like it would be satisfying, kdevelop-custom-buildsystem may well be a fiddly challenge [10:43] Riddell it's solved the bug on the start ? [10:43] cortexA9: it should all start up yes [10:43] good Riddell [10:43] i try :) [10:45] * unicodesnowman will try package cirkuit [10:46] unicodesnowman: good choice :) [10:46] unicodesnowman: now bear in mind that bug is just someone who's filed it thinking it might be useful [10:46] unicodesnowman: it could be the app is useless and we don't want it, it could be debian has already packaged it and the work is done elsewhere, maybe it's even in the ubuntu archive [10:46] all needs to be checked [10:47] it doesn't look like circuit is packaged anywhere [10:48] hmm [10:48] unicodesnowman: oh and I can give you an ec2 machine to work on if you think that'll help, if means we can do the byobu shared screen which means it easier for me to look over your shoulder and help [10:48] it has a dependency that isn't packaged. [10:48] aah [10:49] so might be a more complex task indeed [10:49] Riddell: any release for nexus 7 ? [10:49] i mean images. [10:50] Riddell: recently nothing ? [10:51] cortexA9: no I'm afraid that's died a death, the kernel and low level stuff was all maintained by canonical who have since moved on to other things [10:51] which is a shame [10:51] Riddell: ok [10:52] bbl [11:00] i have to look up tar switches every single time. [11:04] Riddell: yay! just got my cards, thanks a bunch! [11:05] Riddell: if a git repo already has /debian/, it means the software has already been packaged? [11:05] Blizzz: do we have a traceback on the synaptiks crash from resume yet? and please comment on the bug about crash on mouse plugging [11:06] apachelogger: oh sorry, not yet, was terribly busy with oc6 release [11:06] Riddell: doesn't start [11:07] :( [11:07] i tried [11:07] Riddell: i did manually kill X [11:07] and started [11:07] Blizzz: k ^^ [11:23] Riddell: objections to upload the whoopsie integration patch set? [11:26] xnox: do you think we can get rid of the static version in https://translations.launchpad.net/ubuntu/saucy/+source/ubiquity-slideshow-ubuntu/+pots/ubiquity-slideshow-kubuntu/pl/45/+translate .... it requires constant re-translating just to accomodate for the version change, it would be much nicer if we had a placeholder there and replaced that at runtime with the actual version [11:28] apachelogger: i don't do slideshow. [11:28] apachelogger: from ubiquity point of view, all we do is open up the right .html page in webkit webview and that's it. [11:30] mh, the sub actually could be a build time thing [11:37] yo [11:37] apachelogger: go for it [11:37] Mamarok: lovely [11:38] Riddell: and they look good! Just unfortunate I didn't have them for linuxday.at [11:38] but there will be another occasion, already put some in my handbag [12:07] Riddell: https://wiki.kubuntu.org/Kubuntu/QA/Whoopsie [12:22] what is AUTOMOC and how to use it with CMake in Qt5 ? [12:23] it's a small tool to automatically run Qt classes through moc at build time [12:24] I'm not sure the exact mechanism it gets called, in KDE builds it just gets called magically [12:24] I think KDE4Macros.cmake does it [12:25] FindAutomoc4.cmake will need to be part of it of course [12:26] Qt4Macros.cmake seems to have stuff to use it for Qt only apps [12:26] those cmake files are all part of kdelibs5-dev [12:26] Riddell: I did that one T_T [12:26] I think I did [12:27] xnox: set(CMAKE_AUTOMOC TRUE) [12:28] Riddell: apachelogger: that is no worky for me with Qt5 and when cross-compiling. I get Not found moc failed. [12:28] do i need to build-depend on automoc? [12:28] (that pulls in qt4) [12:28] automoc is built into cmake now! [12:28] ok. [12:28] Quintasan: which one? [12:28] xnox: you jsut need to set that var and cmake will figure out the rest [12:28] *just [12:29] apachelogger: well, it's failing to figure it out when cross-compiling =))))) [12:29] apachelogger: i need to fix that. [12:29] log? [12:30] apachelogger: here, but it's useless http://paste.ubuntu.com/6561105/ [12:31] h, [12:31] hm [12:32] Riddell: The redshift one, looks like I forgot to upload that [12:32] apachelogger: haha. [12:32] I'll update it to the newest version and upload [12:32] apachelogger: it's using wrong moc. How can I specify / override path to MOC? [12:34] xnox: I guess set(QT5_MOC_EXECUTABLE ...) [12:35] xnox: Qt5Core_MOC_EXECUTABLE actually [12:35] though I think just setting that may be wrong [12:36] i.e. the other tools would still be wrong, so either those will need setting as well... possibly there is a nicer way to do that [12:36] Quintasan: thanks [12:38] apachelogger: none of those help. where is this automoc defined in cmake? and where do you see it finds the paths? [12:41] xnox: no clue sorry [12:42] oh [12:42] xnox: try QT_MOC_EXECUTABLE [12:42] xnox: no that's also wrong you'll have to set the Qt5::moc target somehow ^^ [12:44] apachelogger: i think i got it. [12:45] set(imported_location "${_qt5Core_install_prefix}/bin/moc") [12:46] xnox: I am wondering if the tooling abstraction thing shouldn't handle this more gracefully, since the cmake files themselves only reference the generic moc binary name anyway [12:46] apachelogger: no, AutomocInfo.cmake.in [12:47] ah, fancy [12:47] xnox: I guess you could just set AM_QT_MOC_EXECUTABLE after set(CMAKE_AUTOMOC then [12:48] or rather, put that in a .cmake and run cmake with -DCMAKE_TOOLCHAIN_FILE=foo.cmake [12:48] Riddell: all uploadded, accepted. blogged as well. [12:48] Riddell: Think you can get it past new? [12:54] Quintasan: sure [12:54] apachelogger: the last stage there is the important one, good stuff :) [12:56] pff, but I was not allowed to blog about how I improved the web browsing experience by 3000000% :P [12:57] would have gotten me an award for sure [12:57] Quintasan: what's redshift doing? [12:58] I totally knew that at some point [12:58] apachelogger: It adjusts the colours of your monitor to "match" what's going on with the sun [12:58] Apparently making things easier for your eyes [12:58] Not that I tried it. [12:58] screw the sun! [12:59] stupid hippies and their sun [12:59] apachelogger: welcome to Finland [13:00] Sunrise today at 9:23. Sunset today at 14:26. Length of day is 5 h 3 min [13:01] smart finns [13:01] daily color temperature [13:02] Doing a re-install of Mac OSX reminds me of why I love Free Software [13:02] I do not know how to configure this thing [13:02] on the plus side it's like on of 3 plasmoids supporting activities :O [13:03] Quintasan: doesn't do anything for me [13:03] (process:12085): GLib-GObject-CRITICAL **: g_type_instance_get_private: assertion 'instance != NULL && instance->g_class != NULL' failed [13:03] Did you install the redshift daemon? [13:04] yes [13:04] it fails [13:04] wat [13:04] Then it's not a problem with the plasmoid xD [13:04] makes the plasmoids useless though [13:04] gj uploading that :P [13:04] It worked once, I can tell you taht [13:04] that [13:04] maybe redshift needs an update [13:04] oh maybe you need to call dat thing with arguments [13:05] Trusty has 1.8 [13:05] hmm [13:05] oh now it works [13:05] wtf [13:05] my screen is all red now [13:06] fu [13:06] redshift -l 55.7:12.6 -t 5700:3600 -g 0.8 -m vidmode -v [13:06] xD [13:06] plasmoid didn't do anything, not sure why [13:06] Quintasan: how do you get the temperature values anyway? [13:06] Dunno [13:06] let me try it once I get back home [13:07] I generally think you should give it your longtitude and latitude only [13:07] and it will fetch temperature manually [13:09] well it works [13:09] [apachelogger stamp of approval] [13:14] apachelogger: yeap, fixed it. phuf that was interesting. [13:14] now on to rcc [13:16] xcompile with qt5 and cmake is highly underdocumented at this point [13:16] xnox: so if you feel like blogging... ;) [13:17] apachelogger: i know. i'm working on it =) [15:16] howdy all [15:20] Good afternoon. [15:32] * Riddell spots stable/4.12.0/src [15:37] apachelogger: thoughts on that pci question I had last night? [15:41] shadeslayer: no [15:42] well then, I'm not sure how else I'm supposed to display Generic names instead of device name]s in the ui [15:42] http://i.imgur.com/oFAowiP.png [15:43] reading udev/solid documentation supposedly would help [15:47] Mirv: when this says approved what has actually been approved? https://blueprints.launchpad.net/ubuntu/+spec/client-1311-stateofqt5 [15:48] apachelogger: I liked your suggestion of prefixing kubuntu_ on our custom stuff, but that seems like that might be difficult to do always. [15:49] Then again, the fact that I don't have an example popping immediately into my brain may indicate that it's a very small edge case. [15:56] do we want to do alpha 1 next week? [15:56] Riddell: scott said yes [15:56] apachelogger: you tried the image yesterday and it all worked? [15:58] aye [17:29] Riddell: I got a box with some incredible business cards today, thanks a lot! :D === yofel_ is now known as yofel [17:31] yofel: well you are pretty incredible [17:35] ooh Qt 5.2 released [17:35] Mirv: when's the upload planned? :) [17:39] apachelogger: where did ScottK say yes about alpha 1? [17:39] going for alpha 1 would mean delaying having 4.12 in the archive [17:41] ScottK: Why do you think apachelogger's suggestion is overkill? [17:43] manchicken: because it means rewriting the patch in our package compared to upstream, possibly introducing bugs while doing do [17:43] so [17:43] !ninjas [17:43] Ninja Time! apachelogger, debfx, JontheEchidna, Quintasan, Riddell, ScottK, yofel, smartboyhw, murthy [17:43] 4.12 in ~kubuntu-ninjas for trusty, please poke [17:44] Riddell: That makes sense… but apachelogger's original point makes sense. [17:44] nobody says it doesn't make sense, just that the pros don't outweigh the cons [17:45] Yeah… I'm wondering if there are other ways of doing the same thing. [17:46] Riddell: last week when I asked whether we are have signed up for alpha1 because I wanted firefox testing bound to an alpha release [17:46] to which he replied somthing like ~if we did not, we should have~ [17:46] doesn't mean he did it :) [17:47] you asked whether we want, and I said scott said yes :P [17:47] we can do it, it'll just mean having to delay 4.12 in trusty [17:47] I didn't say he signed us up for it :P [17:48] Riddell: I think when we talked about it earlier (mumble I think) the conclusion was that we get quick test data for 4.12 [17:48] and since release schedule for .12 is shorter that would be bad, so we want pre-release in alpha1 then quickly push final after that so that people get a chance to test 4.12 asap [17:54] apachelogger: I'm not sure I follow, pre-releases of what? [17:54] KDE SC 4.11.97 ? [17:54] yus [17:55] busy week next week then :) [17:56] holidy vacation then though ;) [17:56] kubotu: newversion artikulate 0.2.0 [17:56] Package artikulate doesn't exist yet! [17:56] oh well [17:57] (4.12.0 final is last task for the year, deadlines continue jan7) [17:57] Riddell: newpackage? [17:57] apachelogger: nah I just uploaded 0.1.0 [17:57] it's in New [17:57] seems smartboy packaged it but didn't poke us hard enough to upload it [17:59] I see [18:16] my pc is currently running kubuntu (according to terminal) but it is currently looking like ubuntu desktop, and has many features of both of them, like the setting of both of them are available, and i would like to go back to the kubuntu look, so any ideas or suggestions? [18:17] Mirv: is there a reason I'm missing why qt4-default doesn't depend on libqt4-dev? without it qt4-default just creates a broken symlink. some packages rely on it pulling in libqt4-dev, e.g. https://launchpad.net/ubuntu/+source/bitcoin/0.8.6-1 [20:40] hey guys [20:41] I have a question: What is KDE identify ? [20:59] FlowRiser: this ? https://identity.kde.org/ I think it describes itself pretty well