[00:16] apachelogger: kdepimlibs is finally building \o/ [00:17] someone stop apachelogger from triaging bugs :S [00:18] apachelogger: tomorrow you should retry a ton of packages... [00:21] apachelogger: on kmail bug triage spree? [01:08] hi, does anyone know when ldconfig creates symlinks and when it doesn't, because i just ran it on a private directory, expecting it to create a link libtest.so.1 to libtest.so.1.0.0 and it didn't. is that what it's supposed to do? [01:32] anyone around? === yofel_ is now known as yofel === hrw|gone is now known as hrw [08:12] dang is lex gone already? [08:17] hm [08:17] rendering that konqueror about picture takes noticable long [08:18] as if it was super sized and needs to be scaled down :S [08:24] impending news everyone! [08:24] qt FTBFS on armel [08:24] NCommander: are you already onto that? [08:25] * apachelogger abandons all hope for the armel package chain and continues looking at issues [08:30] [08:30] [Notice] -NickServ- You are now identified for Trouble. [08:30] Hehe :-p [08:31] You can say that again [08:34] lol [08:35] launchpad hates me \o/ [08:35] lazr.restfulclient.errors.HTTPError: HTTP Error 401: Unauthorized [08:35] launchpad-- [08:37] kdebase ia64, ppc retried [08:37] on general note: armel FTBFS qt4-x11 and sparc FTBFS kde4libs [08:38] kdebase-runtime retried on i & p too [08:39] kdeaccessibility retried on i & p [08:39] Dear Kubuntu Update. please dont kill my PC when I restart. Sincerely. Jussi. [08:42] kdegames retried on i386, amd64, ia64, ppc [08:43] kdemm retried on ia64, ppc [08:44] first level of tree retried [08:45] kdebase-workspace retired on ia64, ppc [08:46] kdebindings retried on ia64, ppc [08:47] kdewebdev retired on i386, amd64, ia64, ppc [08:48] kdesdk retried on i386, amd64, ia64, ppc [08:49] kdenetwork retired on i386, amd64, ia64, ppc [08:49] second level of tree retried [08:51] kdetoys i386, amd64 scheduled for build, others cannot be retried because kdebase-workspace is condition to them and only i386 and amd64 are built for workspace [08:52] same for kdeartwork [08:52] same for kdeutils [08:53] kdeedu retried on i386, amd64, others pending builds from kdebindings [08:54] kdeadmin i386, amd64 scheduled for build, others cannot be retried because kdebindings is condition to them and only i386 and amd64 are built for workspace [08:54] third level of tree retried [08:55] kdeplasma-addons pending builds from kdeedu [08:55] ---tree retried--- [09:06] Pffft, what's happened to Sun Java in Maverick :-s [09:10] yeah! [09:12] * Trouble re-installs kubuntu-restricted-extras [09:12] Let's give this new-fangled openjdk another go [09:13] is it just me or does krunner not support protocols anymore? [09:23] apachelogger: it is not just you [09:23] Someone, please help me with http://launchpadlibrarian.net/51744908/buildlog_ubuntu-maverick-i386.krename_4.0.4-2ubuntu1_FAILEDTOBUILD.txt.gz [09:23] halp! [09:23] in #ubuntuone you need to honk to get help [09:24] most strange :P [09:24] tells you who is controlling u1 though :P [09:24] Trouble: tell me if it works for you, I don't have luck with java, maverick and the web, sun-java6 made firefox segfault, so I installed openjdk which doesn't segfault firefox but gives me an error message, chromium can't find it, arora tells me to download java and rekonq doesn't even want to start... [09:24] bilalakhtar: retry [09:28] Quintasan: you are always so mean :'( [09:31] shadeslayer: plasma's locationrunner.cpp contains similar code to what rekonq should be doing [09:41] * apachelogger hugs Nightrose for being awesome [09:42] * Nightrose hugs apachelogger because he's apachelogger [09:42] :D [09:43] I am all apachelogger today ^^ [09:43] ^^ [09:43] * Nightrose is listening to Ice Dance by Chris Babson [09:43] ^ awesome song [09:44] * Nightrose wonders what made apachelogger think she's awesome atm [09:44] (not that i disagree... :P) [09:45] Nightrose: that thought just poped up ^^ [09:45] hehe ok [09:46] apachelogger: :< [09:46] good news [09:47] project-neon-qt.deb now takes 142mb instead of 1,5 kb [09:47] kubotu: script add news m.reply "Good news everyone!" [09:47] okay then :) [09:47] kubotu: news [09:47] Good news everyone! [09:47] Quintasan: supersizeme [09:47] is that with lzma? [09:47] * apachelogger is wondering why that beastie is soooo large [09:47] yeah [09:47] scary [09:48] apachelogger: everything packed into a one, large file? [09:48] yeah, but that large [09:48] isnt the source like about the same size? [09:48] lol [09:48] ohhh [09:48] source is ~300mb [09:48] oh [09:48] ok then [09:48] tar gzipped [09:48] do you have debug symbols stripped btw? [09:48] since when is qt source so large/ [09:49] last time I uploaded qt it was < 150 fo rsure [09:49] if (KProtocolInfo::isHelperProtocol(url.protocol())) { [09:49] //kDebug() << "helper protocol" << url.protocol() <<"call external application" ; [09:49] match.setText(i18n("Launch with %1", KProtocolInfo::exec(url.protocol()))); [09:49] } else { [09:49] I belive my rules do not mention stripping [09:49] //kDebug() << "protocol managed by browser" << url.protocol(); [09:49] match.setText(i18n("Go to %1", url.prettyUrl())); [09:49] } [09:49] now that code is mad [09:49] Quintasan: ppas will strip to /dev/null unless you either tell it to not strip at all or strip to a dbg package yourself [09:50] now back to the beauty of code [09:50] soo [09:50] actually, the code is pretty beautiful, well except for not using i18nc [09:50] BUT [09:50] there is some rather annoying assumption made [09:51] see, kde protocols can either be helpers or not, helpers would be protocols that start an own application to handle the argument [09:51] whereas non-helpers are such that can be handled by a kio slave (for example) [09:52] thing is, I am not sure the assumption that one can always launch the executable string of a helper is true [09:53] especially not considering KProtocolInfo::exec will return the whole stupid string with placeholders not replaced [09:53] soo [09:53] so what you get for apt:firefox is -> "Launch with apturl %u" [09:53] apachelogger: http://pastebin.com/sCn8SExV <-- should I add override_dh_strip? [09:53] despite that bogus %u, it is still od [09:54] you enter apt:firefox in this case indicating that you want to install firefox using apt [09:54] and krunner tells you to "Launch with apturl" [09:54] apachelogger: besides, do we need stripping to another dbg package? [09:54] that is not perfect UX at all [09:54] what the hell [09:54] apachelogger: hello [09:54] no times for monologues [09:54] Quintasan: well, not everyone will want to have dbg symbols? [09:55] everytime I start talking I end up in a monolog bcause my supremacy prevents you from following me [09:55] well [09:55] no [09:55] it is the lonely life of a genius :( [09:55] dh_strip --dbg-package=project-neon-qt-dbg [09:56] is that enough? [09:56] * apachelogger starts crying and runs to Nightrose [09:56] Quintasan: ought too be [09:56] awwww [09:56] * Nightrose holds apachelogger [09:56] * apachelogger feels better already [09:56] apachelogger: configure mentions -no-separate-debug-info [09:57] qt will build .debug symbols files by default IIRC [09:57] awesome [09:57] with that configure tag you prevent that so stripping can take place [09:57] you could also remove that configure setting and use other means to get the .debug files packaged [09:57] no thanks [09:57] strip is better [09:58] apachelogger: do I have to create an install file for dbg package? [09:58] well, I have to but I wonder how do I know where are the dbg files [09:59] with stripping you do not need to [09:59] there is nothing for dh_install to do [09:59] debug symbols will be added to the package by dh_strip [10:00] apachelogger: so I should just add an entry in control, right? [10:01] aye [10:01] and the other package should have an appropriate install file [10:02] apachelogger: well, project-neon-qt.install -> debian/tmp/opt/project-neon/* [10:02] that's all [10:03] oki [10:05] well [10:05] testbuilding once again [10:05] apachelogger: well, I think the rest will go just fine [10:06] apachelogger: I was wondering if it is possible to build packages in LP using repos other than main [10:06] Quintasan: sure, you just need to configure other deps [10:06] you should however carefully consider [10:07] in most cases you should not do this, but instead copy packages you need [10:07] hmm [10:07] copying would be better [10:07] that way we can use a version known to work [10:07] and provide all bleeding edge features [10:08] so users can crash their systems in various ways [10:08] :) [10:08] * Quintasan would never expect that many people like running unstable builds of everything [10:08] the thrill of that something may break any second without any reason [10:08] :O === amichairo is now known as amichair [10:37] * Trouble kills plasma-desktop again and runs without it because it keeps running like a dog [10:46] Quintasan: where else would we get our rush from? [10:54] oh [10:54] my [10:54] dalek [10:54] Quintasan: !!!!!! [10:55] what? [10:55] sec [10:55] this is epic [10:56] how can something be this epic that u take away my attention form Heroes of Newerth? [10:56] It'd better be epic or I just lost my seriall killer streak for nothing [10:57] apachelogger: You are asking for Trouble [10:58] Quintasan: http://people.ubuntu.com/~apachelogger/screencasts/tfa.ogv [10:58] Trouble: http://people.ubuntu.com/~apachelogger/screencasts/tfa.ogv :P [10:58] Why is apachelogger asking after me?? [10:58] :-p [10:58] \o/ [10:58] http://people.ubuntu.com/~apachelogger/screencasts/tfa.ogv http://people.ubuntu.com/~apachelogger/screencasts/tfa.ogv http://people.ubuntu.com/~apachelogger/screencasts/tfa.ogv http://people.ubuntu.com/~apachelogger/screencasts/tfa.ogv [10:58] Beat me to the joke!! [10:58] weeeeeh [10:58] Nightrose: ^^^ [10:58] look what I did to your product [10:59] muhahahahahahaah [10:59] lol [10:59] oh god [10:59] Awesoe [10:59] * Nightrose is too afraid to watch [10:59] so much win [10:59] told ya [11:00] kubotu: order cookies for apachelogger [11:00] * kubotu slides a whole bunch of world's finest cookies down the bar to apachelogger. [11:00] [11:00] if only quassel were using plasma for the chatview :D :D :D [11:01] apachelogger: make it so it leaks mem [11:01] that would be trollface-worth [11:01] :P [11:01] lol [11:01] cannot [11:01] stupid javascript does not give me a heap [11:01] maybe plasma takes care of the leaking [11:01] hey guys, I have and awesome plasmoid for you [11:01] after few seconds channel is full of FFFFFFFFFFFFFFFUUUUUUUUUUUUUUUUUUU- [11:01] * apachelogger never got disappointed by plasma regarding memleaks :P [11:02] srsly though, this is awesome [11:07] shadeslayer: http://people.ubuntu.com/~apachelogger/screencasts/amarokNplaydget.ogv [11:09] apachelogger: what are thos icons in the upper right corner? [11:11] likeback or whats it called [11:11] feedback feature thingy for pre-releases & git [11:11] kmess also uses it IIRC === bhargav is now known as kronos === kubotu_ is now known as kubotu [12:18] Quintasan, shadeslayer: I think I will do a hello world intro and then do a poll whether to continue with trollface of playdget [12:19] intro will be at least 15 minutes I estimate, and if a lot of people have no idea of programming going for trollface and playdget will not work out timewise I am afraid [12:41] Why didn't someone warn me Maverick would be buggy before I upgraded! :-D [12:41] I feel cheated! [12:42] * Trouble demands a refund! [12:51] apachelogger: stripping (:O) works fine [12:51] I think it's ready to upload [12:52] /win 21 [12:52] tsk [12:53] how are we all doing? [12:53] Riddell: hiho [12:55] bored in airport [12:55] jjesse-droid: do you own a motorola droid or it's just android's generic suffix? :P [12:56] enjoy it while it lasts jjesse, won't be too long before we're all reminising about how nice it was to be able to fly around the world [12:58] Quintasan yes I have a devoid the Nick is how I seperate where I'm chatting from === freeflyi1g is now known as freeflying [12:58] ion my netbook I'm jjesse-netbook [12:58] oh [12:58] jjesse-droid: I wish Milestones didn't have signed bootloaders [12:58] lucky Droid users [12:59] its easier for me plus don't get Nick collisions [12:59] I just ssh to my irc machine and that's it :P [13:00] I'm not that smart [13:02] but hey, doing ctrl+a-d is impossible on droid I think [13:03] I think it is [13:03] though I do haves [13:04] though I do have a nice SSH client on the phone [13:04] sheytan: \o [13:06] Quintasan hi, what's up? :) [13:06] i'm only for a while here :) [13:07] sheytan: well, I will need testers for Project Neon soon [13:07] :P [13:07] what is it? :D [13:07] nightly builds of KDE and Amarok [13:08] Sorry, i can't today :( [13:08] sheytan: well, it's not today [13:09] I don't think we will get it working this week :P [13:09] tomorrow afternoon sure ;) [13:09] Oh :D [13:09] so this 'soon' is not so soon :D [13:11] ok, have to go :) [13:11] bye :) [14:14] 4.4.92 is fully built on i386. [14:14] ScottK: on amd 64 too i think [14:15] shadeslayer: kdeplasma-addons is still building [14:15] ScottK: http://pastebin.com/VubmsyxZ [14:15] ScottK: all the major stuff is done ;) [14:16] https://launchpad.net/ubuntu/+source/kdeplasma-addons/4:4.4.92-0ubuntu1/+build/1863656 [14:16] my you boon too shirt arrived :) [14:16] ScottK: can you help me with rbot? [14:16] No [14:16] its FTBFS :P [14:17] * ScottK tries to avoid things having to do with languages that start with R. [14:17] hehe... [14:17] In any case, if it's not Kubuntu/KDE, you should ask on #ubuntu-motu [14:17] [muon] jmthomas * 1149045 * trunk/playground/sysadmin/muon/src/ (5 files in 2 dirs) Add clear() functions to the Depends and Technical Details tabs to prevent stale pointers after cache reloads. Fixes a crash encounterable after installing something and then pressing upgrade [14:17] ScottK: ok,but on a side note,it seems that the package builds in pbuilder but not in the archiv builders :S [14:17] *archive [14:18] which.. i have never encountered :S [14:18] shadeslayer: Ask me on #ubuntu-motu and give me a link to the build log. [14:18] ok [14:54] Riddell: Based on my testing and my discussions with agateau, I'm pretty confident plasma-widget-menubar should go in to the netbook default as we discussed. There's a pending MIR that's going to need to get approved. [14:57] I got a build failure report which seemed to be a reuslt of cmake not being available on a SPARC chroot. Is that known? [14:58] http://launchpadlibrarian.net/51710129/buildlog_ubuntu-maverick-sparc.grantlee_0.1.2-0ubuntu1_FAILEDTOBUILD.txt.gz === jtechidna is now known as JontheEchidna [14:59] ScottK: looks like we need to override /usr/share/kde4/apps/plasma-netbook/init/00-defaultLayout.js in k-n-d-s [14:59] steveire: sparc is busted. It will most likely be removed as a platform for this release. (It was only a community supported port before) [15:00] Riddell: Sounds right. [15:00] steveire: I'd not waste any time on sparc. It's just waiting for feature freeze (and it's still broken) to die. [15:00] steveire: maybe cmake didn't compile on sparc, we don't want to spend time on obscure architectures though, i386 amd64 and arm keep us busy enough [15:00] Riddell: It didn't. [15:01] JontheEchidna: around? need to report a bug with muon :D [15:02] shadeslayer: shoot [15:02] Ok. Is there some way I can not get build failures like that then? [15:02] steveire: Not really. You just have to ignore them. [15:02] You could probably come up with a mail filter regex involving build failure mails for sparc ... [15:02] JontheEchidna: when you upgrade tons of packages,like about 150,and muon starts downloading them,when the connection drops midway muon displays a error for each package,so that totals about 150 errors :P [15:03] ah [15:03] yeah, I was afraid that might happen [15:04] JontheEchidna: yeah,so my suggestion is,make it not display more than 5 warnings at a time,if that can be done :) [15:04] I'll have to compress the warnings/errors, and display all of them in one dialog at the end [15:04] :) [15:06] Riddell: kbackup is sitting in source New. I can't believe it didn't get packaged before. I'd appreciate it if you'd put it on the list for your archive day tomorrow. [15:07] source new /is/ the list for my archive day :) [15:07] :o [15:07] Riddell: welcome back :D [15:09] thanks shadeslayer, good to be back [15:09] Riddell: what happened? [15:09] the sun didn't set and lots of people had hair in primary colours [15:10] Riddell: to your internet connection :D [15:11] shadeslayer: oh dunno, they like to change the IP address occationally [15:11] Riddell: oh your on a static ip? [15:12] no I'm not, that's the problem. today it's host-84-9-233-104.dslgb.com [15:12] oh [15:13] btw the quality of the shirts on shop.ubuntu need to be improved :S [15:14] [libqapt] jmthomas * 1149067 * trunk/playground/libs/libqapt/src/worker/worker.cpp SVN_SILENT: Style fix [15:17] [libqapt] jmthomas * 1149070 * trunk/playground/libs/libqapt/src/worker/ (worker.cpp worker.h) We can forward-declare this include [15:23] Just FYI https://wiki.ubuntu.com/UbuntuBugDay/20100712 [15:24] * shadeslayer looks [15:25] txwikinger: finally :D [15:25] shadeslayer: very thin fabric, isnt it? [15:25] yeah def dont want my kubuntu shirt getting wet while it's on me [15:25] maco: apart from that the quality of the print feels cheap :( [15:25] seeing from the fact that i paid 18 pounds for it [15:26] heh youdont want to know what shipping to .us is [15:26] [libqapt] jmthomas * 1149073 * trunk/playground/libs/libqapt/src/worker/worker.cpp The worker timeout was a bit too high. Lowering it should help avoid potential problems with non-responsiveness on the worker's part [15:26] i fear itll wash off after 5-6 cleaning cycles [15:26] maco: you definitely dont want to know the shipping rates to india than [15:27] Riddell ordered one delivered to his place for lower shipping and then brought it with him when he visited the US to hand to me cuz it was cheaper that way round [15:27] *then [15:27] oy... yeah.... [15:27] i shipped mine to UK.. and then someone got it for me from there [15:27] maco: hehe :D [15:27] when i tried doing that to have it go to Riddell's house, it told me it could only ship to billing address :( [15:27] so i had to get him to order it [15:28] i paid him back by buying him lunch as he wouldnt take cash [15:28] maco: well... it has a option to change billing addresses now [15:28] oh well thats handy [15:29] Riddell: allergic to money? :P [15:30] maco: but its my first FOSS $DISTRO shirt... so,looks pretty cool [15:30] i have an ubuntu shirt, but its a freebie, not actually my size [15:30] plus, its gnome [15:30] oh hm wait. duhhh forgot to count the UDS shirts [15:30] those fit :) [15:31] i have one of those "ask me about ubuntu" shirts you get in conference packs, and its like a men's large, and i'm a women's small.... [15:31] maco: i have a ubuntu shirt.. not a kubuntu one.. :P [15:31] * shadeslayer ducks [15:32] ill get the kubuntu logo printed on the back :P [15:32] ill get it printed so big the ubuntu logo looks teeny tiny :P [15:37] txwikinger: hehe.. the last link ( the bigger picture ) points to compiz :P [15:38] txwikinger: You might mention to triagers that the current k3b is available in lucid backports so people can test. [15:38] txwikinger: also,can you set the row color of the bug i touched to green? i cant seem to do it correctly :D [15:45] ScottK: Yes will do [15:48] ScottK: done.. \ [15:48] shadeslayer: done.. I also changed the instruction.. somehow they were wrong [15:48] txwikinger: thanks :D [15:53] [muon] jmthomas * 1149083 * trunk/playground/sysadmin/muon/src/DetailsTabs/MainTab.cpp Hide knotify progress notifications. They were shown to be confusing, since KIO says that the job is "completed" regardless or not of whether it was completed successfully. [16:16] launchpad [16:16] must [16:16] die [16:16] in [16:16] a [16:16] fire [16:19] Quintasan: hehe.. why? [16:30] shadeslayer: If you have to ask, you'll never understand. [16:30] ScottK: can you set bug 596926 to some importance level? ( i think medium is good ) [16:30] Launchpad bug 596926 in k3b (Ubuntu) "k3b crashes on clicking Settings > Configure k3b" [Undecided,Confirmed] https://launchpad.net/bugs/596926 [16:30] ScottK: hehe :D [16:31] agateau, ping [16:31] rbelem: pong, sorry for the inactivity on reviewboard [16:31] agateau, np :-) [16:32] rbelem: akademy usually turns me into an offline human being [16:32] eheheh [16:32] :-) [16:32] agateau, do you have time to take a look at the patch? :-) [16:33] rbelem: probably tomorrow [16:33] rbelem: i am catching up with email right now [16:33] agateau, i think we are almost there \o/ [16:33] [muon] jmthomas * 1149093 * trunk/playground/sysadmin/muon/src/ (MainWindow.cpp MainWindow.h) When we receive fetch errors or commit errors, save them in a queue that is presented to the user in a messagebox after the operation is finished. <- shadeslayer [16:33] rbelem: good [16:33] oh, and apachelogger ^ [16:33] good [16:36] agateau, tomorrow i will be offline, but wednesday i will be back :-) [16:37] rbelem: ok [16:37] JontheEchidna: me likes ++ [16:37] JontheEchidna++ [16:37] ^.^ [16:38] agateau: I see plasma-netbook fell off your autojoin list again. [16:38] ScottK: true [16:38] it's not in my trunk setup [16:38] * agateau connects [16:39] apachelogger, do you know if the maverick package chain still broken? [16:39] should be good now [16:39] rbelem: are you going to testbuild? [16:39] apachelogger, yep :-) [16:39] apachelogger, i'm updating my pbuilder now [16:40] cool [16:41] :-) [16:44] hey ScottK [16:45] Hey rbelem [16:45] :-) [16:45] ScottK, i will test today if kdm-plasma is working [16:45] rbelem: Excellent. [16:46] ScottK: btw bug 472888 doesnt look like a k3b,right? [16:46] Launchpad bug 472888 in k3b (Ubuntu) "kubuntu karmic can't read data DVDs" [Undecided,New] https://launchpad.net/bugs/472888 [16:46] more of a util-linux bug [16:46] shadeslayer: I'm probably not the best person to ask. [16:46] hmm .. ok [16:46] anyone else? [16:46] * agateau pulls the maverick trigger on his laptop [16:46] ScottK, and i will make the changes to the build system to it build out of kde-base-workspace [16:46] * ScottK looks at txwikinger (since he's mr bug day) [16:47] * ScottK nods [16:47] txwikinger: https://launchpad.net/bugs/472888 [16:47] Launchpad bug 472888 in k3b (Ubuntu) "kubuntu karmic can't read data DVDs" [Undecided,New] [16:47] * shadeslayer loves the ubuntu font and autohinting [16:49] shadeslayer: yes .. change it back to util-linux and ask the reporter to test it with lucid [16:49] txwikinger: ok === hrw is now known as hrw|gone [16:52] txwikinger: done [16:53] uh, is there yet any release of new ubuntu font? [16:53] Tm_T: apart from the PPA? [16:54] what ppa? [16:54] :P [16:54] Tm_T: one sec [16:54] private ppa [16:54] all ubuntu members have access to that ppa [16:55] Tm_T: that ppa :D [16:55] it appears in the list of private ppas if you are an Ubuntu member [16:55] (All Kubuntu members are automatically also Ubuntu members!) [16:55] hm, k3b in lucid-backports is broken: bug 603913 [16:55] Launchpad bug 603913 in k3b (Ubuntu) "package k3b-data 1.91.0~rc2-0ubuntu3 failed to install/upgrade: Versuche, »/usr/share/locale/bg/LC_MESSAGES/k3bsetup.mo« zu überschreiben, welches auch in Paket k3b-i18n 0:1.0.5-1ubuntu1~hardy1 ist" [Undecided,Confirmed] https://launchpad.net/bugs/603913 [16:56] http://design.canonical.com/2010/07/the-ubuntu-font/ [16:56] yofel: is this bug reproducible? [16:56] JontheEchidna: ^^^ [16:56] txwikinger: yes, sec === 45PAAUK9J is now known as oxymoron [16:58] Looks like it was broken before lucid-backports [16:58] txwikinger: here's my full log http://paste.ubuntu.com/462589/ [16:58] http://www.spotify.com/uk/blog/archives/2010/07/12/linux/ - Someone exciting to hack it so it works for Free users and not only Premium? :P [16:58] Though shouldn't update-manager have automagially removed k3b-i18n when it became orphaned on distribution upgrade? [16:59] like, back in jaunty days [16:59] JontheEchidna: Nope. [16:59] odd thing is, k3b-data 2.0.0-0ubuntu1 from maverick upgrades fine, 2.0.0-0ubuntu1~lucid1 fails [17:00] Backports don't have translations stripped. [17:00] JontheEchidna: You have to ask mvo to add specfic removals to update-manager. [17:00] oh [17:01] ah [17:01] ScottK: so, should I upload a ~lucid2 that conflicts/replaces k3b-i18n? [17:01] JontheEchidna: Yes. Please. [17:04] ScottK: Uploaded, should be in queue in a few minutes. I'm off to lunch now [17:05] JontheEchidna: Thanks. [17:07] JontheEchidna: Accepted. [17:07] yofel: Fix is on the way. [17:09] :) [17:09] ryanakca: will there be a new kubuntu wiki theme soonish? [17:17] oxymoron: go premium :P [17:17] hack done [17:17] \o/ [17:17] * apachelogger likes how it is built using Qt [17:17] ahh, shedding my councils...feels like a gian weight has been lifted [17:18] giant weight, not weight gain :p [17:18] nixternal: you are not making sense :P [17:18] what's new [17:18] * apachelogger hugs nixternal [17:19] just put in my resignation for both the CC and the DMB [17:19] oh [17:19] nixternal: CC,DMB? [17:19] community council and the developer membership board [17:19] ohh [17:19] nixternal: are you short of time? [17:20] I mean, more than usual :) [17:20] no, just need to move on and find new adventures [17:20] I have nothing but time [17:20] ah [17:20] nixternal: you could do something useful :P [17:20] like rewrite khc [17:20] it is on my todo list honestly [17:20] apachelogger: +1 [17:20] * apachelogger just heared thunder when he hit send Oo [17:20] nixternal: mine too [17:21] we should find some time and brainstorm [17:21] * apachelogger is all available as long as google pays him money to make the you bun too one come to the kay dee eee [17:21] haha [17:21] tell google to pay me too...i need money [17:22] kubotu: google plz send them money @ nixternal [17:22] Results for plz send them money @ nixternal: 1. Funny spam email :: Richard A. Johnson: http://blog.nixternal.com/2009.01.27/funny-spam-email/ | 2. Richard A. Johnson - Consulting: http://www.nixternal.com/consulting | 3. MS Bing the default search engine in Firefox of Ubuntu? | Risto H ...: http://risto.kurppa.fi/blog/2010/02/ms-bing-the-default-search-engine-in-firefox-of-ubuntu/ [17:22] you ae all over the intartubs! [17:22] s/ae/are [17:22] for the past week I have been doing carpentry type work and it has been fun [17:22] * apachelogger is afraid his widgetcraft talk is not done ^^ [17:22] \o/ [17:22] and it is insanely hot [17:22] tis why i was offline...i ripped out the power and started fresh :) [17:23] nixternal: oh dear oh dear ^^ [17:23] haha [17:23] no fires yet [17:23] *yet* [17:23] hey nixternal :) [17:24] this weekend all i did was have my b-day party and drink to much...dunno why my party was this weekend since i still have a bit over 2 weeks until my b-day [17:24] howday Mamarok [17:24] I have a question about the Kubuntu feedback widget: since Lucid is LTS, shouldn't the feedback possibility be maintained? [17:24] apachelogger: Going premium isnt a solution and goes against what Spotify was meant for in the beginning. A free music streaming library with advertisement ;) [17:25] go apply for job and fix their client then [17:25] Mamarok: it should be, but i was afk for a bit...something i need to add to my todo list? [17:25] oxymoron: slacker radio > * [17:25] nixternal: you had bday? congrats [17:25] my bday is a couple of weeks away [17:25] is that so? [17:25] did I know about it? [17:25] my family gets together and celebrates both of my sisters and my b-day the same time [17:26] well, currently it says there is no survey available [17:26] my sister had her 40th b-day last week, so it was more for her than anyone else [17:26] apachelogger: Maybe I will :P [17:26] nixternal: Slacker radio? [17:26] well, we are getting constantly older, so who cares ;) [17:26] * apachelogger needs to get planning a party [17:26] I forgot all about my own bday ^^ [17:27] yeah...i love slacker and last.fm....they are both web based as their is no freely available api (anymore) and they have rockin' android clients/widgets [17:27] yeah, gonna be 14 this year [17:27] :p [17:27] 14 \o/ [17:29] nixternal: currently it says there is no survey available [17:29] 21 myself, I feel like I am going old soon when 20+ :D [17:29] oxymoron: wait till you are my age, you will see that with totally different eyes :) [17:30] nixternal: did you see my plasmoid madness? [17:30] but that will be way in the future [17:30] Mamarok: hrmm, ok..i will add that to my todo list....today i need to work on trying to make some money :) [17:30] apachelogger: no i didn't [17:30] nixternal: no problem, take your time [17:30] you are missing out :P [17:30] nixternal: you should attend my widgetcraft talk :O [17:30] when and where? [17:30] #ubuntu-classroom in 1.5 === hrw|gone is now known as hrw [17:31] make sure you ping me so I know to watch :) [17:31] I shall do so [17:33] Mamarok: Hehe :P I guess so :P But I feel quite young anyway and looks younger than I am :P Then I am in good health so I dont mind :P [17:35] *sigh* s/launchpad/timeout_page/ [17:35] launchpad-- [17:36] Mamarok: May I ask, do you have any tips to combine job/studies, family/girlfriend and hobbies? :) For the moment its hard to find an apartment, making my mind for continue my studies and then I need to be more with my gf (Distance relationship) [17:37] oy, that is sometimes hard to work out, but keep in mind that studies are important, the more you wait the less likely you will actually do it [17:37] and what distance? [17:37] a few km or thousands? [17:39] Mamarok: I have studies 2 years already, but missed some last term because of a depression last autumn. Now its hard to get back to studies again. Sometimes it feels like I just want to skip it and take my girls hand and travel to utopia :P [17:39] Mamarok: Uhm 342 kilometres :P [17:40] OK, let's take that to -offtopic :) [17:40] * shadeslayer follows Mamarok to ot === hrw is now known as hrw|gone [17:56] apachelogger, the build finished [17:56] apachelogger, http://paste.ubuntu.com/462603/ [18:03] hey! what about the README.kde-at in the qt-kde git repo? i cant find it any more [18:03] README.kde-qt* [18:04] plan_rich: we have nothing to do with the qt-kde git repo [18:04] y but i use kubuntu and have to compile it to compile kdelibs and kdebase... [18:05] you don't have to compile it, you could just use packaged Qt, we are involved in Qt packages, but we aren't involved in Qt git branches [18:10] well my specific problem is: 'Could NOT find QtCore.' [18:11] got libqt4-dev installed ? [18:11] what packet contains QtCore? [18:12] libqt4-dev [18:12] y [18:21] kubotu: order cookies for markey [18:21] * kubotu slides a whole bunch of world's finest cookies down the bar to markey. [18:21] rbelem: uploading then [18:22] mmm, just had gumo and jumilaya for lunch [18:22] gumbo [18:22] cool! thanks apachelogger :-) [18:22] is that a space craft? [18:26] apachelogger: found this http://amarok.kde.org/blog/archives/757-KDE-4.1.0-+-Kubuntu-Ninjas.html [18:26] the original ninja team \o/ [18:27] ScottK: rbot fixed :) [18:27] http://pastebin.com/raw.php?i=kSSXnjhs [18:29] * Mamarok drags markey out of the kitchen so he can grab his cookies [18:30] apachelogger: awww thanks *nomnom* [18:30] now I have melon and cookies [18:34] sweet [18:34] markey: I bet you did not get no cookies from them chakra people :P [18:36] that's actually correct :) [18:36] apachelogger: I have been baking shortbread yesterday :) [18:39] shadeslayer: as far as I can tell we're unlikely to get a stable kdepim 4.5 for maverick so I'm going to branch your bzr commit of kdepim-runtime 4:4.4.85-0ubuntu1 and revert our main bzr branch to 4.4.5 [18:39] Riddell: ok.. np [18:39] that reminds me.. have to backport to lucid :P [18:40] shadeslayer: backport which? [18:40] Riddell: kdepim and kdepim-runtime [18:40] Riddell: they are in the ninja ppa for maverick [18:40] shadeslayer: you didn't put kdepim packaging in bzr [18:40] Riddell: because i was fixing it :) [18:40] I branched kdepim-runtime into ~kubuntu-members/kdepim-runtime/ubuntu4.5 [18:41] so when you're done with kdepim do a bzr push lp:~kubuntu-members/kdepim/ubuntu4.5 [18:41] ok [18:43] now the tricky part, getting kde-l10n to use kdepim 4.4 translations [18:43] that would be apachelogger :P [18:44] Riddell: btw kdepim is usable here.. dunno why the devs think it isnt [18:44] I think it's the upgrade from existing users which is problematic [18:57] about to talk about widgeting in #ubuntu-classroom [18:57] * apachelogger pokes nixternal [18:58] yo yo [19:02] apachelogger: go go [19:06] Quintasan: he has only trollface lined up :S [19:07] no playwidget :( [19:18] [libqapt] jmthomas * 1149145 * trunk/playground/libs/libqapt/src/backend.cpp TODO: Comment cleanup [19:28] [muon] jmthomas * 1149146 * trunk/playground/sysadmin/muon/src/FilterWidget.cpp Sort our categories before inserting them in to the model, rather than relying on the model to sort them. In some languages "All" may not be on the top, alphabetically [19:43] no, seriously [19:43] shadeslayer: wtf is going on with ISP this week? first you, then Riddell and now me [19:43] ffs [19:43] :D [19:43] why the hell they had to do maitnance in the middle of the damn day? [19:44] Quintasan: i got flooded out :P [19:44] It's always the middle of the day somewhere. [19:44] not maintainence :P [19:44] ScottK: but hell, 16-20 is the middle of the day in poland [19:59] apachelogger: got to sleep .. bye :D [19:59] awesome session tho [20:01] apachelogger: hey, ur plasmoid leaks mem [20:01] Quintasan: you are not telling the truth!!!! [20:01] JontheEchidna: there, too much content for one hour [20:02] apachelogger: trollface.jpg [20:02] lol [20:02] next time I shall do a motivational talk only [20:02] apachelogger: >implying that making people go to work motivates them [20:02] :P [20:02] it is just to difficult to communicate real guidance in one hour esepcially with people with different existing knowledge [20:03] http://all-thats-interesting.tumblr.com/post/453798400/what-my-spring-vacation-looks-like [20:03] time to continue watching the midnight episode [20:07] apachelogger: good talk! [20:12] can we have power button by default on large screens? [20:13] please? [20:45] [muon] jmthomas * 1149166 * trunk/playground/sysadmin/muon/src/ (4 files in 2 dirs) Port MainTab to straight C++. Good-bye .ui! [20:50] apachelogger: how do I make trollface to work in amarok? [20:57] apachelogger: bsides, how do you record ur movies? when I record them they are soooooooo slow [21:05] kubotu: !package recorditnow maverick [21:06] !package recorditnow maverick [21:06] Error: I am only a bot, please don't think I'm intelligent :) [21:06] !package recorditnow [21:06] Sorry, I don't know anything about package recorditnow [21:06] ffff [21:09] apachelogger: is it possible to fire up ajax requests within js plasmoids? [21:10] no clue how ajax works :P [21:10] but in general you can do just about anything javascripty [21:10] and if that is not enough you can stack the qtscriptbindings (as for example used by amarok) and expose almost all of Qt API for your use [21:10] Cheers, everyone! I find myself with some spare time on my hands and I would love to get into the code of KDE a la Kubuntu. What is the best place to start (other than here)? [21:11] Quintasan: install it using plasmapkg [21:11] basically it is an asynchronous http request [21:11] then in .kde/share/kde4/services there should be an appropriate desktop file [21:11] apachelogger: it doesnt show up in the menu [21:11] rename that to amarok-context-applet-trollface.desktop [21:11] then you need to add two entries to the bottom of it [21:11] oh [21:11] X-KDE-ParentApp=amarok [21:11] X-KDE-PluginInfo-Category=Current [21:12] then restart [21:12] and it should be there [21:12] maybe run kbuildsycoca4 before that [21:12] [muon] jmthomas * 1149176 * trunk/playground/sysadmin/muon/src/DetailsTabs/ (ChangelogTab.cpp MainTab.cpp) Don't leak our KTemporaryFiles for package changelogs and screenshots. [21:12] arch0njw: well, do you want to do application development in general? [21:13] if so you should ask in #kde-devel since we try to do as much in KDE as possible [21:14] apachelogger: ok. I can hop over there. I've been reading here (https://wiki.kubuntu.org/Kubuntu/GettingInvolved/Development) and it looks like there are some starting points. But I work best with a real issue to resolve -- which means getting into the real code. I'll pester kde-devel as you suggest. [21:15] arch0njw: well, KDE tries to maintain a junior job list in their bugzilla, maybe ask for that [21:15] arch0njw: but in my experience it is best if you get started with something you are interested in [21:16] something that annoys you, something that you want fixed/implemented/improved... [21:16] apachelogger: that is good advice. Heh... so dive straight into Akonadi and make it work properly? ;) I think I need to find the wading end of the pool first. [21:17] apachelogger: the tutorials and junior jobs sounds like a good place for me to get my bearings and reckon the water temperature. [21:17] well [21:17] the akonadi people are always looking for new contributors [21:17] in fact they are sort of urging for more people ^^ [21:17] damn, he makes me feel lazy [21:18] * Quintasan goes to update recorditnow and bring Qt to order [21:18] so although akonadi is a very large beast of code you can learn a lot and have a lot of people who are willing to teach you [21:18] Quintasan: who, me? If so, don't worry. I recently got axed -- so I have some spare time [21:18] Quintasan: better rewrite it in a sensible language first :P [21:19] that python wrapping is nothing but horrible IMHO [21:19] apachelogger: Quintasan: oh, snap! [21:19] arch0njw: well, I'm still a student, being a student == holidays == being lazy all the time [21:19] in fact, last I used the Qt thingy it was rather unresponsive [21:19] apachelogger: how the hell Qt can be rewritten is more sensible language? [21:19] it is in pyqt [21:19] apachelogger: I think an easy starting point to get my bearings would be good. You know... like a bug fix. Once I have that bearing I'll gladly tackle Akonadi. I do not fear the deep end of the pool... only drowning others as I learn. ;) [21:19] Qt is not in PyQt [21:20] arch0njw: akonadi probably also has easy bug fixes ;) [21:20] arch0njw: or you could try yourself on kdepim 4.5 [21:20] apachelogger: it's pythons fault for being crap [21:20] there are surely a lot of things to fix :D [21:20] Quintasan: hence I said rewrite in a more sensible language not using a more sensible toolkit :P [21:20] apachelogger: actually, that's where I'm wondering if the problem really is. The annoyance I'd love to see fixed is the failure of Akonadi to start properly when Kontact is started. [21:21] arch0njw: that is akonadi, or rather mysql most of the time [21:21] apachelogger: I have tried what feels like a gagillion steps to hack it back into shape with configuration, but it is starting to smell like something isn't right with the synchronization of when things start. [21:21] there are a lot of reasons why akonadi would fail to start [21:21] 90% of them are related to mysql [21:21] unfortunately [21:21] WHAT THE HELL? [21:22] Joschy(joschy-snapshot-23-02-10 attached) [21:22] apachelogger: indeed, I, have, noticed... {pain} [21:22] lol @ adding svn code as a dependency [21:22] more lulz at adding it to source tree [21:22] arch0njw: one could always switch to postgresql ... also last I was poking them with my sonic screwdriver they were claiming support for sqlite was being consider [21:23] Quintasan: this is sweet [21:23] apachelogger: what? [21:23] apachelogger: interesting. But the killer thing is that I start Kontact, Akonadi barks, I close contact and then restart it... and then I get access to my address book, etc. [21:23] apachelogger: it is like Akonadi isn't starting fast enough and Kontact isn't waiting long enough. [21:24] apachelogger: how the hell I'm supposed to package that? [21:24] Quintasan: you are not [21:24] Quintasan: write mail to upstream [21:24] go all sadly and tragic ;) [21:24] and a bit of whining will help too [21:24] arch0njw: that should be fixed in an update? [21:24] are you on lucid? [21:25] it's stupid, adding svn code as a build dependency just because he needs more uploading services [21:25] I raised the error timeout to 5 minutes or so [21:25] apachelogger: Indeed I are on the Lucid Lynx. It is mostly lucid. [21:25] then it is not timing [21:26] what I could imagine is that at logout your akonadi does not terminate properly and leaves the database in dirty state which apparently causes problems at next startup [21:26] apachelogger: is it intended that ubuone crashes with segfault when exiting? [21:26] Quintasan: of course it is, it is upstream ;) [21:26] Tm_T: yes [21:26] well [21:26] not exactly [21:26] something in Qt 4.7 or KDE 4.5 is causing it [21:27] and since I do not have appropriate builds to precisely debug either I cannot exactly tell who is at fault [21:27] but I am quite confident that it is not ubuntuone but something in the destructors underneath it, where apparently one dtor tries to access stuff that was already nuked by another one [21:27] very ugly situation [21:27] apachelogger: interesting. Sounds like I have some mining in the troubleshooting wiki to do... assuming that issue is documented. [21:28] apachelogger: Qt 4.6 [21:28] apachelogger: http://paste.ubuntu.com/462682/ [21:28] arch0njw: you need to read your error logs ;) [21:29] arch0njw: I doubt searching will help much, because people constantly get the cause wrong, which is probably the fault of the dialog though [21:29] apachelogger: heh. I'll finish that "read your error logs" with a "more thoroughly". Most of it is senseless to me since I don't know alot about the various parts. [21:29] for example we have a bug report that is about "resource agents not found" while indeed in all but one case presented there this error is caused by something failing prior to the resource agent stuff [21:30] apachelogger: which is not to say that the Rosetta Stone decoding will not happen ;) [21:30] arch0njw: I recommend you get yourself a user where you can break akonadi and look for yourself ;) [21:30] I myself like to explore things by trial and error :) [21:31] apachelogger: definitely tried that. feel like i'm running a bit in circles. But, hey, if at first you don't succeed... [21:31] apachelogger: few Sirs here and there and I will get my small package back :P [21:32] yeah [21:32] Qt build [21:32] uploaded to PPA [21:32] arch0njw: in a bash terminal -> akonadi[tab] -> a whole lot of binaries to try do things with ;) [21:32] Quintasan: you are the evil [21:32] I am the mastah! [21:33] so you can hear the drums? [21:33] Please don't play with random akonadi resources or agents. The server will start those. [21:33] steveire_: in a testing account :P [21:33] apachelogger: drums? [21:33] All you should need is akonadictl and akonadiconsole [21:33] steveire_: that said, I would find it appropriate to not have them in the standard bin location [21:34] like kde got libexec for the special stuff [21:45] Interesting idea [22:23] Riddell: who do I poke for more space in PPA? The Qt itself is taking 50% :O [22:24] Quintasan: you have to ask a question at answers.launchpad.net/launchpad I thik [22:31] okay [22:35] any chance to get k3b 2 in karmic? (To answer #2 of bug 599061) [22:35] Launchpad bug 599061 in k3b (Ubuntu) "cannot see/select hidden directories/files" [Undecided,Fix released] https://launchpad.net/bugs/599061 [23:32] hey guys, do you know why kdebase-workspace-dev is not installing /usr/include/kephal/screens.h anymore? [23:45] ScottK, ^