[01:17] Riddell: I think I will have project neon qt tomorrow [01:17] I just need to work out dependencies [02:16] debfx: basically, my problem is that when the qaptworker is spawned by dbus as root, locale is set to C [02:17] when we want it to be the system locale [02:21] JontheEchidna: is there a way to don't allowed an upload with ~ppa or ~lucid~ppa to the archive? do you have something in your dput to do that? :) [02:21] hmm [02:21] nope [02:21] well, I don't have a way [02:22] oh ok [02:22] I usually have to do more work to tab-complete out a ~ppa [02:30] yay, tray context menus have their decorations for the application names back \o/ [02:33] :) [02:48] ScottK: FYI right click on quassel doesn't work anymore with the recent updates [03:10] lex79: set your default dput to null so you dont accidentally dput to archive [03:12] maco: thanks :) === emma_ is now known as emma [04:25] lex79: you are awesome [04:26] is there any chance of KDE 4.4.5 making it into -updates, or only -backports? [04:27] hi vorian :) [04:27] hika [04:27] congrats on kubuntu-dev [04:28] vorian: thanks :-* [04:29] vorian: if you want to do something, there is kdebindings for you. Your old love :) [04:30] yay! [04:30] but i'm having trouble with my pbuilder :( [04:31] oh :( [04:32] yeah, two days, and I'll be all set [04:32] i still have my chroots, I just have to adjust my pbuild [04:32] unless you want to remind me pbuild [04:33] pbuild X -S -sa [04:33] or something> === Blizzzek is now known as Blizzz [07:45] ehm [07:45] kde rev 1122054 [07:45] http://websvn.kde.org/trunk/?rev=1122054&view=rev | svn://anonsvn.kde.org/home/kde/trunk -r 1122054 | Work around a QtDbus compiler bug. It wants the annotation for an out value to be .In1 instead of .Out1 :S [07:45] * apachelogger does not think that this sounds right [08:16] oh === hrw|gone is now known as hrw [08:22] you know I was on gnome yesterday, and I noticed one thing that could be nice for us to pick up. when requiring a restart, the power "button" on the panel actually changes color. and when you hit the button, it has "restart required" asx one of the items. [08:23] perhaps something along these lines ais a good option? [09:04] hmmmmm [09:04] well [09:04] jussi: if we had a button on the panel :P [09:04] could be considered for plasma-netbook I suppose [09:05] apachelogger: true... I keep forgetting I add that [09:05] OTOH ... why would I restart where I usually would shutdown? [09:05] apachelogger: its a power button, so you do things lyke turn off power, cycle the power etc ;) [09:06] I mean, there is certainly a point to having the restart button jump into your face, but "replacing" a shutdown with a restart just because it might be good to restart is bogus [09:06] I don't like this. Totally makes no sense. [09:06] what apachelogger [09:06] said [09:07] it sort of enforces that you need to restart where you would usually do a shutdown, possibly suggesting that restart is ultimately necessary and one should not just shutdown [09:07] it is a bit of a paradigm break :) [09:07] It's like you go on holidays, hit the power button and two weeks later you find out that your computer was sitting on login screen all the time [09:08] * apachelogger is wondering why one cannot debug libqapt properly -.- [09:08] OH MY SORRY, WE RESTARTED UR COMPUTER CUZ U HAD SOME FIXES [09:08] Quintasan: yeah ^^ [09:08] hmm [09:08] Yesterday I got Broken pipe when building Qt [09:09] grr [09:09] I should have started compiling it in screen session [09:10] aha! [09:10] it would seem that someone broke my qt creator!!! :O [09:10] omg [09:11] apachelogger: sually, it is your fault [09:11] Usually* [09:11] unlikely [09:11] see [09:11] they introduced python [09:11] so [09:11] ... [09:11] WUT [09:11] PYTHONZ IN MAH QTCREATORZ? [09:11] This is preposterous! [09:11] qt creator 2.0 does python scirpt0ring to gdb7 AFAIK [09:12] to support inspection for complex types [09:12] I assume they were too lazy to implement it in c++ [09:12] I think that is coming from gdb [09:13] gdb -> gnu -> brrrrr [09:13] :P [09:13] how the hell gnu has to do something with qtcreator using python? [09:13] because it is used for gdb [09:13] and now breakpoints seem VERY broken [09:14] or maybe some setting is incompatible :S [09:14] * apachelogger starts crying over broken qt creator [09:14] horrible [09:14] I set a bp in main and that thing just ignores it [09:15] That's python for you. [09:15] Works always, but not as expected [09:16] yay [09:16] I can set main as function bp [09:17] then I can debug in assembly ^^ [09:17] 0x080517d8 <+32>: call 0x80520ae <_ZN10QAptWorkerC1ERiPPc> [09:17] hm [09:18] for some reason even in asm it avoids going through stuff step by step :/ [09:19] okay [09:19] I'm going to play DnD [09:19] Qt is building and I should upload it to Project Neon PPA soon [09:19] * apachelogger should play metal gear solid -.- [09:20] that is way too depressing [09:20] and I wanted to polish the ubuntuone-auth code today -.- [09:20] hm [09:21] OTOH, maybe my Q_GLOBAL_STATIC is at fault [09:21] though that does not explain why gdb walks past breakpoints [10:05] oh my [10:05] * apachelogger cannot put up with jontheechidna's license headers [10:05] makes you wheep when you need to change stuff [10:08] [libqapt] sitter * 1147838 * trunk/playground/libs/libqapt/src/worker/ (CMakeLists.txt debug.cpp debug.h) voila aptDebug(), logs to /var/log/qaptworker.log, no rotation no size limit (TODO) [10:10] [libqapt] sitter * 1147839 * trunk/playground/libs/libqapt/src/ (workerdbus.cpp workerdbus.h) Do not add files that are built by CMakeLists anyway. [10:12] [libqapt] sitter * 1147840 * trunk/playground/libs/libqapt/src/worker/ (org.kubuntu.qaptworker.xml worker.cpp worker.h) Introduce Worker::setLocale(QString) to set the worker's locale using setlocale(). [10:13] [libqapt] sitter * 1147841 * trunk/playground/libs/libqapt/src/backend.cpp Set worker's locale from the backend (assumption is that the backend is used in the user's executable and the user's executable has a sensible locale, otherwise worker is C). [10:14] [libqapt] sitter * 1147842 * trunk/playground/libs/libqapt/src/worker/worker.cpp Get really all indexes -> this makes localization of package descriptions etc. work :) [10:16] [ubuntuone-kde] Harald Sitter * apachelogger@ubuntu.com-20100709091616-brwukj19ew75uam1 * src/auth/AuthApplication.cpp cleanup [10:16] [ubuntuone-kde] Harald Sitter * apachelogger@ubuntu.com-20100709091621-f3yj0ia7ipwxd814 * src/statusnotifier/StatusNotifier.cpp typo-- [10:24] [ubuntuone-kde] Harald Sitter * apachelogger@ubuntu.com-20100709092400-pgnkawkwl1cqbudp * src/auth/ (AuthHandler.cpp AuthHandler.h) formatting++ memleaks-- const&++ [10:27] hm [10:40] (s→((k→(¬h→(g V e) V p))) V (g→(¬h→e) V p)) ↓ ((g→(¬h→e) V h) V e)→e [10:40] \o/ [10:40] something along those lines anyway [10:41] and that is supposed to make authing working :S [11:06] Riddell: ping? [11:12] why do I have to ssh-add my key on restart every time? Why doesn't the agent keep that information and how can I make this to work? [11:12] Mamarok: supposedly the agent will only use standard named keys [11:12] just a random guess though [11:13] apachelogger: well, I don't think I sue a non-standard named key, it's the same since years [11:13] apachelogger: Do you know if the lokalize package is broken in 9.10 ? [11:13] use* [11:13] I don't seem to have any plugins in my ui [11:13] steveire_: dude, can you upgrade already :P [11:13] nothing reported though [11:13] maybe a dep is missing [11:13] Recommends: krosspython, python-kde4, gettext, translate-toolkit (>= 1.3.0), python-lxml, python-dbus [11:14] steveire_: check that those foos are installed, if they are then I have no idea :/ [11:17] apachelogger: I had to install libkrosspython0, but it still doesn't work. [11:17] :/ [11:18] QA fail [11:18] I also tried to install libhunspell-dev and install from trunk, but cmake doesn't find hunspell. [11:18] That might be a cmake issue. [11:18] lokalize starts, but the ui is almost empty. There is no "Go to next translated message" etc [11:18] kbuildsycoca4? [11:18] Quintasan: python ^ :P [11:19] Ran kbuildsycoca4. No change [11:20] steveire_: any debug output (possibly with kdebugdialog -> everything on) [11:22] mehhhhhhhh include /usr/share/cdbs/1/rules/simple-patchsys.mk [11:22] ubuntuone-- [11:22] http://dpaste.com/216284/ [11:23] Doesn't seem to be relevant. [11:27] * apachelogger loves how krunner is 300% more useless in beta2 -.- [11:29] steveire_: packaging does not look much different from what I have on 10.04 [11:30] and lokalize had useful menus and toolbars? I'll post a screenshot of what I have [11:31] http://imagebin.ca/view/cHhLDt2.html [11:32] http://yfrog.com/izlokalizep [11:32] There is no go menu. Toolbar actions are missing etc [11:36] apachelogger: beta2? [11:37] of course kde does not work from inside a chroot without first breaking your neck [11:39] kurrr [11:40] http://wklej.org/id/362304/ [11:41] apachelogger: how does one fix that crap? [11:43] hmmm [11:43] steveire_: are you sure that stuff is avilable in 4.3.2? [11:43] Quintasan: by not using lrelease-qt4 in the rules file [11:44] Kross: "Action::setInterpreter: interpreter not found: python" [11:44] oh [11:44] odd [11:45] steveire_: I do not have those entries in a clean chroot with just lokalize installed [11:46] well, in 9.10 anyways ^^ [11:52] ehm [11:52] hm [11:52] steveire_: ping [11:52] hmm, no, pong [11:55] steveire_: with libkrosspython0 installed the interpreter warning disappears and the create new project entry starts working [11:56] Riddell: Read up :). [11:57] wooosh [11:57] steveire_: problem seems to be that /usr/share/kde4/apps/lokalize/projectmanagerui.rc does not contain the go menu entry at all [11:58] apachelogger: Problem seems to be solved [11:59] I use a separate kde-devel user. That one has the issue, but my regular user does not get a useful app [11:59] The question of why the other user doesn't have useful ui remains a mystery. [12:00] path problem most likely [12:00] I don't have a trunk install of lokalize. [12:00] looking at wrong ui rc or some stuff [12:00] I guess that must be it. [12:00] CMake doesn't find my install of hunspell, so I can't try trunk lokalize [12:00] I'm not sure how to solve that because I have libhunspell-dev installed. [12:01] Riddell: http://bazaar.launchpad.net/~apachelogger/ubuntuone-client/stable-1-2-lucid+kwallet/annotate/head:/debian/patches/01syncd-kwallet.patch [12:02] supposedly I could do the same for desktopcouch [12:02] steveire_: well, you probably can define the lib path manually [12:02] lib&include [12:02] Possibly. Got to catch a train soon, so I'll have to try that another time. [12:03] -DHUNSPELL_FOUND=true -DHUNSPELL_INCLUDE_DIR=/foo/bar -DHUNSPELL_LIBRARIES=/foo/lib/libhunspell.1.0.0 [12:03] something like that [12:04] Cool, cheers. [12:11] apachelogger: yay [12:11] apachelogger: but shouldn't the try: be above import gnomekeyring? [12:11] Riddell: there are 2 imports [12:12] if kde full session is set [12:12] it will try to get a password from kwallet [12:12] if that raises NoAccessToken [12:12] it tries to import gnome-keyring (assuming that the user does not use ubuntuone-kde) [12:13] if that fails we are out of options and pass the previous NoAccessToken along [12:13] if the import succeeds it goes ahead and ends up with the try try: [12:13] items = gnomekeyring.find_items_sync( [12:14] if kde full session is not set it will go to the else and import gnome-keyring without regards to whether that throws an exception or not [12:19] bug 331192 hits again - can someone look? [12:19] Launchpad bug 331192 in kdeadmin (Ubuntu) "KDE printer configuration app stopped working on Lucid (TypeError in set_widget_value())" [Medium,New] https://launchpad.net/bugs/331192 [12:20] [u1-client-lucid-kwallet] Harald Sitter * apachelogger@ubuntu.com-20100709112045-nofp6dsuwmns5wkx * debian/ (changelog patches/01syncd-kwallet.patch) KDE_FULL_SESSION must not only be set but true [12:23] hi, sorry for bothering, when can kde 4.5 rc2 packages be expected in the beta ppa? [12:24] soon [12:24] ok cool === yofel_ is now known as yofel [12:38] apachelogger: I've run in to the same QtDBus bug [12:38] http://www.thedailyshow.com/watch/wed-july-7-2010/the-crumpets-take-manhattan [12:38] \o/ [12:39] oh [12:39] that was my commit :D [12:39] well, it definitely won't work as generated by qdbuscpp2xml [12:40] JontheEchidna: did you report that [12:41] because I am not sure it is right the way it is [12:41] the thing is [12:41] the direction of the properties is out [12:41] but the type name is InN [12:41] that does not seem right [12:41] also, it only fails for signals [12:41] methods work just fine [12:42] I hadn't reported it yet [12:42] maybe talk to a troll first ^^ [12:44] btw, thanks for the fix \o/ [12:52] BBIAB [12:52] erm, sorry for caps [12:52] stupid caps lock [13:34] apachelogger: would you be opposed to turning those compiler warnings in Debug.cpp to // TODO: comments? [13:34] JontheEchidna: if you wish to do that :P [13:34] ok, I will [13:34] there is a 100% chance of me not fixing it though :P [13:34] * apachelogger barely notices the TODO comments ^^ [13:36] I think libdbusmenu-qt needs less qDebug: http://simplest-image-hosting.net/i0-plasma-desktopzq1498-jpg.jpg [13:49] [libqapt] jmthomas * 1147956 * trunk/playground/libs/libqapt/src/backend.cpp Silence a few qDebugs, also some style fixes [13:51] [libqapt] jmthomas * 1147958 * trunk/playground/libs/libqapt/src/backend.cpp (log message trimmed) [13:51] The current approach won't work, because the worker could very well time out [13:51] between the time the backend is constructed and the time the user checks for [13:56] [libqapt] jmthomas * 1147960 * trunk/playground/libs/libqapt/utils/qapt-batch/qaptbatch.cpp Set locale in qapt-batch too (we aren't using the QApt::Backend) [13:58] [libqapt] jmthomas * 1147961 * trunk/playground/libs/libqapt/src/worker/ (worker.cpp worker.h) Some style fixes [14:01] urgh [14:01] Qt takes a long time to build [14:09] Quintasan: get a faster machine :p [14:15] txwikinger: It's Riddell's machine [14:15] :) [14:34] it's showing its age that machine [14:35] if it builds Qt faster than in 2 hours, it's far from slow in my point of view [14:38] I doubt it does [14:39] yum, rekonq 0.5 is the goodness [14:40] oh, hum, crash [14:40] sigh [14:40] hi, when will be available kde 4.4.92 on lucid backport ppa ' [14:41] nuovodna: When it's ready. [14:42] Riddell: qt4-x11 on armel had an ICE, so don't expect any armel goodness anytime soon. [14:43] compiling is mostly I/O anyway [14:50] [libqapt] jmthomas * 1147982 * trunk/playground/libs/libqapt/src/worker/ (worker.cpp worker.h) These lock functions are unused, since we are not a browsable package manager that wishes to not have its contents changed. Our various other functions lock the stuff they need to lock [15:00] JontheEchidna: I looked again and libktorrent went to New in Debian. [15:06] ScottK: fooey [15:07] nuovodna: 4.4.92 is a source only release, so upstream doesn't expect distros to make packages. We will do so of course but no time set yet [15:07] thanks Riddell [15:32] Riddell: The updates you uploaded yesterday helped with the menubar. I'm thinking maybe we ought to try it as default in netbook and see what feedback we get. [15:32] Riddell: I'm thinking put it on the left side (like in my blog post yesterday), turn off autohide for the default panel, and reduce the default panel height to 24 pixels. [15:33] Thoughts? [15:39] one day I am gonna go to kubuntu.org and see the new site [15:39] hopefully... one day before I die... [15:39] :) [15:41] [libqapt] jmthomas * 1148020 * trunk/playground/libs/libqapt/src/ (backend.cpp package.cpp package.h worker/worker.cpp) Theoretical support for package downgrading/general forced version overriding [15:42] now it just needs a gui... [15:42] bug 600481, hm... what happened to the point release permission for -updates? [15:42] Launchpad bug 600481 in meta-kde (Ubuntu) "Please update KDE to 4.4.5 on Kubuntu 10.04" [Undecided,Invalid] https://launchpad.net/bugs/600481 [15:43] ScottK: yes I agree with all that, it needs javascript initialisation for plasma netbook to do added to kubuntu-netbook-default-settings, we also need to add back the lockout applet as part of that [15:43] yofel: waiting on KDE release policy changes, I believe [15:43] ah [15:51] [libqapt] jmthomas * 1148023 * trunk/playground/libs/libqapt/src/ (package.cpp package.h) Better API [15:54] ScottK: internet getting shut off here, can't be at release meeting today, if you want to say something for Kubuntu please do, I've not prepared anything [15:59] Riddell: Got it. [16:16] [libqapt] jmthomas * 1148038 * trunk/playground/libs/libqapt/src/package.cpp Actually return something. :/ [16:17] Riddell: On the off chance you still have internet: https://wiki.ubuntu.com/DesktopTeam/ReleaseStatus [16:18] [libqapt] jmthomas * 1148040 * trunk/playground/libs/libqapt/src/package.cpp Also, formatting. === hrw is now known as hrw|gone [16:43] Kde4.5 RC2, is it compiled for Kubuntu Lucid? :) [16:44] shadeslayer: New rekonq doesn't work with Launchpad. There's an error after you save a new comment. [16:44] oxymoron: Not yet. Being worked on. [16:44] ScottK: Approx time to be released (No rush, just want to know) [16:44] *? [16:44] Not sure, as I'm not working on it myself. When it's ready. [16:45] I just want to know if its, days, weeks, months, years, minutes or hours weyre talking about :P It released yesterday so I guess it COULD be out today :P [16:46] oxymoron: probably couple of days [16:47] jussi: Alright :) (Not sure if you say so because I dont gonna be frustraed if not and happy if earlier) Anyway, sounds good :) Hopefully some more bugs fixed so my desktop get more useful :P [16:49] btw, whats the difference between kubuntu-ppa/ppa and kubuntu-ppa/beta repository ppas? [16:49] Mostly I dont understand whats inside the kubuntu-ppa/ppa :P Beta one is more logic ... [16:50] [ubuntuone-kde] Harald Sitter * apachelogger@ubuntu.com-20100709155048-3fgaap0kbn40aern * src/ (30 files in 8 dirs) Formatting++ [17:01] [libqapt] jmthomas * 1148060 * trunk/playground/libs/libqapt/src/backend.cpp We have to use the candidate version to downgrade things [17:01] oxymoron: https://wiki.kubuntu.org/Kubuntu/KubuntuPPAs [17:06] [ubuntuone-kde] Harald Sitter * apachelogger@ubuntu.com-20100709160537-zt3omm26mm82lvq5 * src/libs/ (SyncDaemonDBus.cpp SyncDaemonDBus.h CMakeLists.txt) Move SyncDaemonDBus adaptor to magic, erm, build time ;) [17:06] [ubuntuone-kde] Harald Sitter * apachelogger@ubuntu.com-20100709160629-d24fk2frwzg2m1tf * src/statusnotifier/ (StatusNotifier.cpp StatusNotifier.h) My member shall be called m_member \o/ [17:22] redmine++ [17:24] oxymoron: https://wiki.kubuntu.org/Kubuntu/KubuntuPPAs [17:25] ScottK: not much i can do about it :P [17:26] shadeslayer: Talk to the LP people about it and figure out the exact problem, then talk to upstream. [17:26] Our default web browser needs to work on LP [17:26] ScottK: okies... [17:26] ScottK: will get to it in 30 mis [17:26] *mins [17:27] OK [17:28] oxymoron: I think one of those PPA's is useless but nonetheless.. [17:33] ScottK: btw whats the exact error? [17:33] oho.. new authentication stuff works.. password dialog comes on top [17:44] ScottK: btw who has the authority to set bugs to wishlist status? [17:52] ScottK: lp is silent as of now ;) [17:52] Riddell: did you turn off the machine or it moved again? [17:55] Quintasan: his internet got shut off by his ISP [17:55] oh my [17:55] JontheEchidna: whut?! [17:55] * Quintasan hopes it wasn't caused by pulling whole Qt tree 4 times [17:55] Riddell: sue your ISP :P [17:55] * Quintasan hides if that's the case [17:56] [10:54:59] ScottK: internet getting shut off here, can't be at release meeting today, if you want to say something for Kubuntu please do, I've not prepared anything [17:56] oh wow... [17:56] oh god, I'm getting a paid service [17:56] No point in abusing Riddell's internets [17:57] hehe [17:58] yay, package downgrading works \o/ [17:58] now I just need to make the GUI more permanent [17:59] JontheEchidna: now.. why would anyone want to do that... ? [17:59] its not even supported :P [17:59] shadeslayer: say you don't want the version of an app in lucid-backorts anymore. You could then downgrade and disable lucid-backports [18:00] synaptic does this, and now libqapt/muon can [18:00] JontheEchidna: uh... what about other packages that have to be downgraded and the user doensnt know about them? [18:00] like the new version has a new dep which got pulled in [18:00] that is why both synaptic and now muon come with a big fat warning that you can break things :P [18:00] oh goody... [18:01] * shadeslayer shuts up and goes to break some muons [18:01] It's a "use this if you know what you are doing" type tool [18:01] JontheEchidna: Just to make sure, it should mention things can "breaK" [18:01] hehe :D [18:01] and the K should be xbox hueg [18:02] lol [18:02] JontheEchidna: Besides, why Muon? [18:02] * shadeslayer hopes people wont troddle into #kubuntu about broken stuff after using muon [18:02] +asking [18:02] Because the latest KDE naming trend is to name your application after subatomic particles [18:02] Quintasan: its kool... thats why :P [18:02] or other particle physics terms [18:03] e.g. phonon, plasma [18:03] gluon [18:03] muon [18:03] etc [18:03] name it Quark [18:03] QuarK [18:03] :d [18:03] also.. muon looks good in the new ubuntu font :p [18:03] naming fad overl0ad [18:04] * shadeslayer does dirty stuff to apachelogger on #project-neon [18:04] JontheEchidna: why don't you add something like small trollface showing up accompanied by an error message when critial error occurs? [18:04] :3 [18:04] http://simplest-image-hosting.net/i0-plasma-desktopon1498-jpg.jpg [18:04] * apachelogger feels dirty [18:05] hmm, lionface looks weird with Ubuntu Beta font [18:05] http://simplest-image-hosting.net/i0-plasma-desktopxc1498-jpg.jpg [18:05] JontheEchidna: thats not a big fat warning.. thats just tenee weene [18:05] I call the font weird in itself [18:06] apachelogger: nooo... ubuntu font ++ [18:06] you bun too font [18:06] i find it insanely hot [18:06] Windows Font [18:06] Fedora Font [18:06] I see a pattern there [18:06] oha [18:06] they do not have such names [18:06] apachelogger: fedora font? [18:06] oh [18:06] besides, OPEN FONT with closed beta [18:06] lol [18:06] fine [18:06] http://simplest-image-hosting.net/i0-plasma-desktopbl1498-jpg.jpg [18:06] possibly because it is narrow minded [18:06] but oh my [18:07] shadeslayer: happy? [18:07] who would think that one might want to have a new font [18:07] oh [18:07] JontheEchidna: still loading [18:07] we can always make it you bun too font two [18:07] JontheEchidna: muon is eating my crappy connection to download upgrades :P [18:07] JontheEchidna: oh god, leave the message as it is now! [18:07] :DDD [18:07] there, my theory of mind just solved a future problem [18:07] I don't think kde-l10n would like XBOX HUEG very much.... :( [18:07] * apachelogger feels all better now and goes on to reply to queries -.- [18:08] Quintasan: maybe you could start a 4chan translation in LP [18:08] hehe... [18:08] like they did with kligon [18:08] * shadeslayer kills muon [18:08] oh [18:08] *klingon [18:08] They did Klingon translation? :DD [18:08] at one point they had one [18:08] * apachelogger thought that JontheEchidna was refering to translation via IRC (channels) [18:08] JontheEchidna: Much better :D [18:08] that would be handy [18:09] have a bot tell you strings and you reply with translations [18:09] JontheEchidna: still missing a space between mostapplicable [18:09] that could avoid stages of silence in here [18:09] shadeslayer: thx [18:09] muhahaha [18:09] JontheEchidna: oh oh.. make the text bold :P [18:10] and sparkly! [18:10] coloring also adds a nice touch to it I suppose [18:10] something orange mabye [18:10] (maybe [18:10] with a little pic of apachelogger dancing naked... :P [18:10] NO [18:10] JUST PLAIN OLD NO [18:10] ! [18:10] I once proposed nakid picture deployment [18:10] do not want [18:10] people did disapprove [18:10] as always [18:10] * apachelogger is just too innovative [18:10] :O [18:11] apachelogger: theres a packaged called pornviewer in universe :P [18:11] or something similar [18:11] I am like the van goh of nowadays [18:11] !info pornview [18:11] pornview (source: pornview): Image and movie viewer/manager. In component universe, is optional. Version 0.2pre1-11ubuntu1 (lucid), package size 211 kB, installed size 624 kB [18:11] * shadeslayer has never heard of van goh [18:11] :DD [18:11] see... told you :P [18:12] silly name for a media app [18:12] saw it being discussed in #ubuntu-motu few days ago :P [18:12] it is GTK anyways, so it fails :P [18:12] JontheEchidna: there was hotbabe as well.. [18:12] right ... [18:12] gee tee kay [18:12] gtk-- [18:12] well [18:12] it got a kay in it [18:12] cant be that bad [18:12] kay dee eee [18:12] apachelogger: you stole my thoughts [18:13] * shadeslayer thinks apachelogger is thought hunter [18:13] kthoughthunter ? :P [18:13] at least I am not searching the repos for p0rn :P [18:14] apachelogger: i wasnt searching for anything.. someone bought it up on motu :P [18:14] yeah sure :P [18:14] apachelogger: check the logs if you like!!!!!!!!! [18:14] o/ [18:14] lex79: hey :D [18:14] I do not, my truth is superior anyway :P [18:14] apachelogger > irc logs [18:14] yo lex79 [18:15] yo yo [18:15] people where asking for the kde :Pd [18:15] apachelogger: nope... i package truth 1.1 >> apachelogger >> irclogs [18:15] Riddell: are you working on Qt beta2 ? [18:15] Riddell's connection is dead [18:15] lex79: Riddell has no interwebs [18:15] why would you be streaming from me on irclogs? :P [18:15] :P [18:15] I am not even sure that is implemented [18:15] oh [18:16] apachelogger: rofl [18:16] your compiler possibly will eat you for that [18:16] shadeslayer: what about your packages? [18:16] unless it is made by Microsoft [18:16] are you doing? [18:16] lex79: im working on them ;) [18:16] in that case it will implicitly create that stuff for you [18:16] shadeslayer: go go ! [18:16] output will be: "sls......1111" [18:16] or similarly useful \o/ [18:16] apachelogger: will it implicitly share what it creates? [18:16] or does it like to nom the memorys? [18:16] * lex79 grabs qt beta 2 [18:17] lex79: go go ! [18:17] lol [18:17] hehe [18:18] JontheEchidna: depends on the humidity [18:18] possibly also on whether it is cloudy or not [18:18] kubotu: weather redmond [18:18] multiple stations available, use 'weather station ' or 'weather ' as appropriate, for one of the following (current temp shown): [18:18] Redmond, OR (Redmond, Oregon): 81 F / 27 C ; Redmond, UT (Redmond, Utah): 81 F / 27 C ; *Redmond, WA (Redmond, Washington): 78 F / 26 C [18:18] Oo [18:18] you people have serious naming problems over there... [18:19] JontheEchidna: oh btw muon is wasting space when installing stuff [18:19] shadeslayer: wasting space? [18:19] JontheEchidna: use for something usefull :P [18:19] oh [18:19] muon is wasting RAM! [18:19] JontheEchidna: http://imagebin.ca/view/gbhBwJO.html [18:19] starts worker at startup, instead of first use :P [18:19] see the amount of grey matter around the blue bar :P [18:19] so if I just want to browse a bit a worker will be running for no reason [18:20] it should waste some temperature [18:20] what is that silly font there? [18:20] apachelogger: that's because you set the worker locale in the QApt::Backend constructor, svn up :P [18:20] neversfelde: not liking the sauna mode? [18:20] JontheEchidna: it did do that before? [18:20] JontheEchidna: btw theres a feature request from arch users... make muon use different backends for downloading packages :P [18:20] neversfelde: guten abend :) poor Germany :( I hope win the Holand now [18:20] that bonkery shit should not be in the ctor eitherway! [18:20] like axel,wget,etc etc [18:21] apachelogger: nope, only when you send it a dbus signal. Creating the dbus adaptor doesn't start the app [18:21] apachelogger: no at the moment, trying to cool down with a drink now [18:21] JontheEchidna: some nice init() function, then have if (adaptor == 0) [18:21] lex79: guten Abend, no better not the Netherlands :) [18:21] lex79: dude, germany... [18:22] those germans are such cry babies [18:22] :D [18:22] they where like all "OMG" [18:22] no [18:22] especially when it is too hot :) [18:22] OMG with ad breaks [18:22] I decided to not watch tv :P [18:23] neversfelde: is it hot in Germany ? [18:23] :P [18:23] kubotu: weather germany [18:23] multiple stations available, use 'weather station ' or 'weather ' as appropriate, for one of the following (current temp shown): [18:23] station 10501 (Aachen): 91 F / 33 C ; station 10553 (Altenburg Nobitz): 90 F / 32 C ; station 10954 (Altenstadt): 82 F / 28 C ; station 10291 (Angermuende): 86 F / 30 C ; station 10755 (Ansbach): 90 F / 32 C ; station 10091 (Arkona): 81 F / 27 C ; station 10425 (Arnsberg): 91 F / 33 C ; station 10460 (Artern): 90 F / 32 C ; station 10644 (Aschaffenburg): 90 F / 32 C ; station 10575 (Aue): 84 F / 29 C ; station 10852 [18:23] (Augsburg): 84 F / 29 C ; station 10542 (Bad Hersfeld): 88 F / 31 C ; station 10658 (Bad Kissingen): 86 F / 30 C ; station 10627 (Bad Kreuznach): 88 F / 31 C ; station 10430 (Bad Lippspringe): 90 F / 32 C ; station 10526 (Bad Marienberg): 88 F / 31 C ; station 10325 (Bad Salzuflen): 90 F / 32 C ; station 10971 (Bad Tolz): 84 F / 29 C ; station 10725 (Baden Oos): 90 F / 32 C ; station 10675 (Bamberg): 91 F / 33 C ; [18:23] station 10180 (Barth [18:23] [18:23] lex79: 38 degrees Celsius here at the moment and I have to work :( [18:23] ... [18:23] parsing fail! [18:23] oh :( [18:23] html warser ftw! [18:23] s/warser/parser [18:24] cwp plasmoid says here 30 C, feels like 36 C [18:24] does anyone know them k3b people? [18:24] kubotu: weather Lubin, Poland [18:24] Weather info for Wroclaw, Poland (updated on 7:00 PM CEST on July 09, 2010); Temperature: 84 F / 29 C; Humidity: 30%; Dew Point: 50 F / 10 C; Wind: SE at 5 mph / 7 km/h; Pressure: 30.18 in / 1022 hPa (Steady); Conditions: Clear; Yesterday's Cooling Degree Days: 3 approx.; Sunrise: 4:49 AM CEST; Sunset: 9:11 PM CEST; Moon Rise: 1:56 AM CEST; Moon Set: 7:19 PM CEST; Moon Phase: Waning Crescent [18:25] kubotu: weather Gurgaon,India [18:25] Weather info for New Delhi, India (updated on 10:30 PM IST on July 09, 2010); Temperature: 91 F / 33 C; Humidity: 71%; Dew Point: 81 F / 27 C; Wind: North at 0 mph / 0 km/h; Pressure: 29.56 in / 1001 hPa (Steady); Conditions: Haze; Visibility: 1.6 miles / 2.5 kilometers; UV: 0 out of 16; Clouds: (FEW) : 4000 ft / 1219 m; Yesterday's Cooling Degree Days: 26 approx.; Sunrise: 5:31 AM IST; Sunset: 7:22 PM IST; Moon Rise: [18:25] 2:39 AM IST; Moon Set: 5:07 PM IST; Moon Phase: Waning Crescent [18:25] feels like 40 C [18:25] rancid [18:25] * neversfelde will go to a music festival in August and listen to the incredible Gaslight Anthem [18:25] so it is a good day, even it is hot :) [18:25] too hot for my flavour [18:26] kubotu: order chewing gum [18:26] * kubotu slides chewing gum down the bar to apachelogger [18:26] * apachelogger now can do the haxx0ring [18:27] ScottK: oh oh.. since lex79 is now uploading a new Qt,maybe we can get rekonq to recompile and maybe the bug magically disappears? [18:27] which bug? [18:27] * apachelogger doesnt know what to haxx0r and ponders watching some futurama [18:27] rekonq seems to be very unstable lately [18:27] lex79: rekonq doesnt properly save comments on bugs [18:28] neversfelde: it haz gtk in it [18:28] shadeslayer: we ship rekonq for that reason [18:28] so users can't open new bug [18:28] rofl [18:29] lex79: oi, that was meant to stay a secret! [18:29] ops sorry [18:29] :) [18:29] so if it is working, please pass a patch upstream that prevents users from using launchpad [18:29] so, rekonq comes with GTK? [18:29] I make a patch to don't depend on gtk [18:29] that might improve translation quality :P [18:30] I leave it to you to decide what would improve the quality of those two patches :P [18:30] *I made [18:30] somehow my wording seems more off than usual [18:31] 2010-07-09 18:10:50,500 - ubuntuone.SyncDaemon.ActionQueue - ERROR - The request 'oauth_authenticate' failed with the error: 2010-07-09 18:10:50,500 - ubuntuone.SyncDaemon.ActionQueue - ERROR - The request 'oauth_authenticate' failed with the error: [18:31] does anyone find that useful? [18:31] * apachelogger does not [18:33] lex79: do we have cwp twice in the archives? I just remembered that I had this suspicion, but then I got drunk and Germany lost against Spain and I forgot. [18:33] plasma-widget-cwp and plasma-widget-customizable-weather [18:34] omg [18:34] JontheEchidna: http://imagebin.ca/view/lm5jlH3T.html :( [18:34] lol [18:34] neversfelde: lol [18:34] neversfelde: yes [18:34] apachelogger: hmm, two? [18:34] what are the details for the other one? [18:34] hm [18:34] oh [18:34] plasma-widget-customizable-weather have to go [18:34] the other one fails in post-inst [18:35] ah [18:35] JontheEchidna: still an accumulated error might be better [18:35] I wonder if I could compress fail events, then report all at the end [18:35] yeah [18:35] though [18:35] neversfelde: can you open a bug to remove plasma-widget-customizable-weather? binary and source [18:35] otherwise installs with massive fail would be dialog overl0ad [18:35] why did this fail to begin with -.- [18:35] lex79: yes, probably not today, but tomorrow [18:35] kk [18:36] /usr/lib/python2.5/site-packages/ubuntuone/syncdaemon/main.py:330: Warning: 'as' will become a reserved keyword in Python 2.6 [18:36] grrrr [18:36] python!!!!!!! [18:36] ARGHHGHHGHF [18:36] your love [18:36] python-- [18:36] python-- [18:36] python-- [18:36] python-- [18:36] python-- [18:36] python-- [18:36] python-- === apachelogger is now known as pythonlova [18:36] lol [18:39] I do not get this [18:39] oh [18:40] ~karma python [18:40] karma for python: -10 [18:40] [muon] jmthomas * 1148086 * trunk/playground/sysadmin/muon/src/ (12 files in 2 dirs) Add a Versions tab where you can force specific versions. Also, make changes so that whenever a package changes, all tabs will properly refresh. (This matters now since we can change candidate ver) [18:40] http://pastebin.ca/1897368 [18:40] looks like as is not supported in 2.5, but you bun too one also builds for 2.5 \o/ [18:42] http://docs.python.org/tutorial/errors.html of course you would not want to mention that, python haxx0rs only develop and deploy and support one version anyway [18:42] pythonlova: You shouldn't have any Python 2.5 in Lucide or Maverick. [18:42] ScottK: well, it is in the archives [18:43] pythonlova: Not for lucid or maverick it's not. [18:43] hmmm [18:44] I wonder where that is coming from then [18:45] * Quintasan prepares some fire [18:45] * Quintasan throws pythonlova into fire [18:45] BURN BABY, BURN! [18:45] Ashh [18:45] -h [18:46] * pythonlova tunes in live version of that song \\o/ [18:46] ScottK: cheers [18:46] without python2.5 it does do the workery [18:53] <_Groo_> hi/2 all [18:54] <_Groo_> anyone doing the qt4 beta2 and rc2 ? [18:55] hmm crosscompiling vim for armel seems like a hard task [18:56] _Groo_: yes [19:01] <_Groo_> lex79: nice :D any ppa i could check? [19:01] for lucid we will upload in kubuntu beta ppa [19:03] python-- [19:04] refresh_patches-- [19:05] oh oh oh [19:05] maybe dbus is screwing with me too [19:08] JontheEchidna: From where gets Muon the screenshots for applications? [19:08] ulysses: screenshots.debian.net [19:09] Ah, then I understand why are they so old:) [19:09] :) [19:09] <_Groo_> lex79: is it building as we speak? [19:10] [muon] jmthomas * 1148094 * trunk/playground/sysadmin/muon/src/DetailsTabs/VersionTab.cpp A few layout improvements for the versions tab [19:10] _Groo_: be patient, when all it's ready you will know ;) [19:12] <_Groo_> lex79: k :) [19:17] JontheEchidna: Did you see anything like Bug #603711 before? [19:17] Launchpad bug 603711 in kpackagekit (Ubuntu) "Crash while trying to install debug packages" [Undecided,New] https://launchpad.net/bugs/603711 [19:18] ScottK: not that particular traceback, no. (It a backend issue, so I've pushed it to packagekit) [19:18] JontheEchidna: Thanks. [19:18] yup, hopefully we can switch to aptcc this cycle, once it gets dist-ugprade support [19:20] Over 200Mb of debug packages to get a plasma-netbook traceback. [19:20] and that is with lzma [19:20] oh [19:20] my [19:20] python [19:21] dbus-- [19:21] enviornment is clean \o/ [19:21] now why would you want to a user's environment when you launch a dbus service as user [19:21] hm [19:21] let me think [19:21] maybe because you need one flipping env var [19:21] omg! [19:21] did not think of that [19:21] dbus-- [19:22] * pythonlova looks for setting to change that [19:22] * ulysses loves Muon [19:22] [libqapt] jmthomas * 1148102 * trunk/playground/libs/libqapt/TODO Update TODO [19:23] there is none! \o/ [19:24] So I'm making a roadmap for the first stable release of Muon. I'd like to have 1.0 out a little bit before Ubuntu feature freeze [19:24] ulysses: is there a recommended amount of time before release to string freeze/notify kde-l10n? [19:25] JontheEchidna: mind the easter egg :P [19:25] so [19:25] may I say that this is all very full of shit? [19:25] no apachelogger? 0_o [19:25] JontheEchidna: I don't know about string freeze, there isn't anything in the release schedule [19:25] well... JontheEchidna will have to do then :P [19:25] JontheEchidna: ruby poke [19:26] JontheEchidna: do you have why's poignant guide to ruby around? [19:26] nope [19:26] kubotu: google poignant guide to ruby [19:26] Results for poignant guide to ruby: 1. why's (poignant) guide to ruby: http://mislav.uniqpath.com/poignant-guide/book/ | 2. Why's (Poignant) Guide to Ruby: http://mislav.uniqpath.com/poignant-guide/ | 3. Why's (poignant) Guide to Ruby - Wikipedia, the free encyclopedia: http://en.wikipedia.org/wiki/Why's_(poignant)_Guide_to_Ruby [19:26] JontheEchidna: one sec.. lemme give you direct download link [19:27] why do I need it, if I may ask? [19:27] JontheEchidna: http://people.ubuntu.com/~rohangarg/Books/Whys-Poignant-Guide-to-Ruby.pdf [19:27] JontheEchidna: i need to ask a ruby question,if you have the time ;) [19:27] pythonlova is around. I do not knows teh rubies [19:28] ok.. [19:28] pythonlova: http://people.ubuntu.com/~rohangarg/Books/Whys-Poignant-Guide-to-Ruby.pdf << [19:28] pysons vs. rubies [19:28] kubotu: karma python [19:28] karma for python: -11 [19:28] kubotu: karma ruby [19:28] ruby has neutral karma [19:28] [13:36:44] *** apachelogger is now known as pythonlova. [19:28] oho [19:28] works for me [19:28] kubotu: karma C [19:28] karma for C: 305 [19:28] pythonlova: hehe.. anyways.. page 19 ... [19:28] C++ [19:28] lol... [19:29] what does one see there? [19:29] pythonlova: there wont be any karma for C++ tho :( [19:29] C++++ [19:29] C++++ [19:29] kubotu: karma C++ [19:29] karma for C++: 5 [19:29] there you have it [19:29] pythonlova: the |http| variable.. where is it defined? [19:29] ~karma C [19:29] karma for C: 308 [19:29] pythonlova: right [19:29] shadeslayer: exactly there [19:29] pythonlova: Net:HTTP just calls the function right? [19:29] pythonlova: 0_o [19:30] {|foo| ... } is like do |foo| ... [19:30] see top of that very page [19:30] pythonlova: you can define variables without a declaring a type? [19:30] it is just a more readable way of writing it [19:30] shadeslayer: http is that Net::HTTP thingy [19:30] pythonlova: yeah.. but how can... [19:31] how the hell do you define a variable with no type!!!! [19:31] you never define a type [19:31] when did you ever define a type? [19:31] pythonlova: whut? like int a; [19:31] you do not do that in ruby?! [19:31] wheres the int thingy... [19:31] a = number [19:31] does anyone know who is responsible for our testing images? [19:31] * shadeslayer points to channel [19:32] particularly the names of them? [19:32] jussi: well.. i do test some images.. [19:32] * shadeslayer fears jussi's wrath [19:32] if (&shadeslayer == this) return 0; [19:32] but i didnt test Alpha 2 [19:32] its kinda frustrating to have ubuntu and kubuntu images named the same.... [19:33] shadeslayer: is that code clear now? [19:33] jussi: 0_o [19:33] shadeslayer: no, Im just after who names them [19:33] jussi: the script [19:33] jussi: that would be the script [19:33] jussi: go poke cjwatson [19:33] :P [19:33] pythonlova: yeah, and who wrote the script :P [19:33] cjwatson is overlord of the cdimage script last I checked [19:34] ScottK: oh btw can you check if the issue is with arora and konqueror webkit part as well? [19:34] pythonlova: im reading it once again ;) [19:34] pythonlova: btw whats this? [19:34] shadeslayer: Not easily. I don't have any of those installed. [19:34] :P [19:35] ScottK: not even konqueror webkit part? [19:35] shadeslayer: Nope. Just stock konqueror [19:35] :P [19:35] this [19:35] konquer the world! [19:35] shadeslayer: That and I'm pretty allergic to the LP web interface, so I try to minimize my use of it. [19:35] <3 konqueror [19:36] pythonlova: 'this' as in this->func() ?? [19:36] ScottK: hehe... [19:36] aye [19:36] this as in this :P [19:36] pythonlova: you make strange code.. :P [19:37] how so? [19:37] * pythonlova does not do loads of inline code in .h :P [19:38] although I do that at times ;) [19:38] JontheEchidna: ^ afraid now? :P [19:38] hehe... :D [19:38] :P [19:39] also I am not dbus and strip whole environments [19:39] * pythonlova has no clue how to reliably check whether to use kwallet -.- [19:40] * lex79 finished to refresh Qt patches [19:40] pythonlova: whats the first line of ruby code? something like usr/something/ruby... [19:41] why's poignant guide is silent on that stuff [19:41] shadeslayer: instead of chatting, do your packages :P [19:41] shadeslayer: #!/usr/bin/env ruby [19:41] well [19:41] technically you do not need that stuff :P [19:41] lex79: just uploaded kdetoys :D [19:41] one can also run ruby filename [19:42] mmm [19:42] oh please ... someone patch dolphin so that it just asks for passwords once when opening ssh locations [19:43] not everytime i go in a folder -.- [19:43] pythonlova: I think subversion has some magic to know if it should use kwallet or gnome-whateveritis [19:43] [muon] jmthomas * 1148116 * trunk/playground/sysadmin/muon/src/main.cpp Make Muon a KUniqueApplication [19:45] JontheEchidna: If I can report a bug in Muon, the Hungarian characters are wrong on the Dependencies page of a package: http://people.ubuntu.com/~ulysses/images/dependencies.png (However I don't where they come from…) [19:45] ulysses: I fixed that shortly after alpha1 ;) (The translations in that case came from apt) [19:46] I was just getting the text from apt in the wrong format [19:47] …and the apt translation came from Debian, which answers many questions:P [19:47] god damnint [19:48] can't I modify vim's rules file so that I get it compiled statically? [19:49] shadeslayer: update the wiki when you upload a package [19:49] thanks :) [19:49] ulysses: What are your font hinting settings? They look really good [19:49] pythonlova: ok so we can declare stuff in ruby without telling ruby what it actually should contain? like http='name' automatically sets http to contain a string? [19:49] JontheEchidna: It's the new Ubuntu font from the private PPA [19:50] lex79: ill update all of it in one go [19:50] less noise that way [19:50] ulysses: yeah, I have the beta font, but yours looks better than mine [19:50] ScottK: supposedly it uses the env var to check for a KDE session [19:50] though IIRC there is also a binary for that [19:50] well [19:50] * pythonlova doesnt wanna look at this anymore today [19:51] shadeslayer: yes [19:51] * shadeslayer gets it now [19:51] pythonlova: thanks ;) [19:51] also.. ruby++ [19:51] shadeslayer: I don't like, the wiki is here for that, to check the progress [19:52] lex79: well..if you like more noise.. sure ;) [19:52] yes I like the noise, thanks :) [19:54] lex79: btw are you splitting kdenetwork? [19:55] no, we have not decided yet [19:55] ok.. [19:55] lex79: wiki updated... [19:56] thx [19:56] Any volunteers to do a MIR for plasma-widget-menubar? [19:58] ScottK: aha! its a issue with webkit [19:58] ScottK: in konqueror its almost the same behaviour [19:58] it saves the comment without any error,but doesnt show the new comment [19:59] * shadeslayer fears jussi's wrath again.. [19:59] i closed one of his bugs :P [20:00] Bug #588160 [20:00] Launchpad bug 588160 in rekonq (Ubuntu) "Rekonq hangs on finding printers in cups web interface " [Undecided,New] https://launchpad.net/bugs/588160 [20:00] shadeslayer: did you fix it? [20:00] hmm... [20:00] whats the cups port again? [20:01] 631 [20:02] i dont know the username and pass :P [20:02] when adding the printer [20:02] reinstall :) [20:03] hehe... [20:03] 0_o.. you cant ctrl+C apt-get remove :D [20:04] After this operation, 156MB disk space will be freed. << whoa [20:05] uh... After this operation, 131MB of additional disk space will be used. << on reinstalling all of the removed stuff [20:06] jussi: so right now it doesnt hang at add printers :P [20:06] shadeslayer: Did you file bugs on the LP/webkit thing? [20:07] ScottK: uh.. file bugs ON webkit or file bugs WITH konqueror webkit part ? [20:07] hmm [20:07] the kerning between - and other letters seems off [20:07] http://simplest-image-hosting.net/i0-plasma-desktoptf1498-jpg.jpg [20:07] shadeslayer: On. Need to get it fixed. Filing bugs is step 1. [20:08] ScottK: hmm.. i guess it should be fixed with lex79 new upload :) [20:08] shadeslayer: Why do you guess that? [20:08] ScottK: because i cant be sure :) [20:08] ScottK: ill file the bug... [20:08] shadeslayer: then you'll have time to work on the plasma-widget-menubar MIR while we wait to see. [20:09] :) [20:09] ScottK: whut! no no... please no more MIR's "{ [20:09] :P [20:09] ive filed 5-6 already.. :D [20:09] It's only one wafer thin MIR. [20:09] * shadeslayer yeilds... [20:09] ScottK: fine... [20:09] Thanks. [20:09] * shadeslayer will have to work all night now ... something he was already planning to do :P [20:10] ok.. now i have to please ScottK and lex79 ... [20:10] shadeslayer: Eventually you become a developer and get your own minions. [20:10] ScottK: why do we need it tho? :D [20:10] ScottK: right.... :D [20:10] shadeslayer: Part of the planned default install for netbooks. [20:11] mmm... ok [20:13] lex79: btw for each distribution upload we have one source tarball right? like one tarball for lucid and another one for maverick? [20:13] ( of the same package ) [20:17] * lex79 doesn't understand the question :( [20:18] lex79: suppose i want to upload foo package,in maverick and lucid,do i upload the sources for maverick and lucid seprately? [20:18] or just upload for one distribution [20:19] two uploads, one for maverick with debuild -S -sa (with source) [20:19] another for lucid with debuild -S -sd (without the source) [20:19] right.. that answers it [20:29] ScottK: do you want a detailed MIR , like every point on https://wiki.ubuntu.com/UbuntuMainInclusionRequirements explained? [20:29] or just a simple one,with the basic stuff [20:29] shadeslayer: Yes, although it doens't have to be a long explanation [20:30] ScottK: ok... so detailed with small explanation ... [20:30] ScottK: no package in debian 0_o [20:31] shadeslayer: No. It's developed by Canonical. [20:31] It's fine. [20:31] kewl [20:42] ScottK: bug 603731 [20:43] Launchpad bug 603731 in plasma-widget-menubar (Ubuntu) "[MIR] plasma-widget-menubar" [Undecided,New] https://launchpad.net/bugs/603731 [20:43] feel free to edit the description [20:43] Thanks. Looking [20:43] correct the stuff about notebooks... [20:44] *corrected [20:44] loads of typos today ..:P [20:55] * shadeslayer shifts to merging kadu while artwork builds [21:02] JontheEchidna: IMHO kerning in general is off with that font TBH [21:04] shadeslayer: MIR looks good. We'll see what they say. [21:04] ScottK: kewl :) [21:04] Thanks for taking it on [21:07] ScottK: sure np [21:14] ScottK: look at this https://merges.ubuntu.com/f/freej/REPORT [21:14] :P [21:14] its fricking huge :D [21:14] It'll be easier to do that one by hand. [21:15] yeah.. but still .. look at the conflicts :P [21:15] the sheer number of conflicts :D === rdieter_ is now known as rdieter [21:17] ScottK: any other stuff that needs to be done? [21:18] Yes. No idea what though. [21:18] ScottK: hehe... like any universe + KDE stuff? [21:20] since i cant find any :D [21:20] all i can find is gnomeish stuff... which im forced to do :P [21:25] omg... [21:26] Copied from ubuntu intrepid in Primary Archive for Ubuntu [21:26] since intrepid!!!! [21:26] https://edge.launchpad.net/ubuntu/+source/fprint-demo [21:26] * shadeslayer wonders if we have had a new upstream release since then [21:27] shadeslayer: For some of us Intrepid seems recent. [21:27] seems not [21:27] ScottK: really? [21:28] we have packages predating intrepid that were being copied? [21:28] Probably. [21:28] Actually we have a few that haven't been updated since warty I believe. [21:29] * ScottK is out for a while. [21:29] ScottK: btw bug 248879 can be closed safely i believe? [21:29] Launchpad bug 248879 in fprint-demo (Ubuntu) "fprint and libraries have unmet dependencies" [Undecided,New] https://launchpad.net/bugs/248879 [21:29] uh ok :) [21:38] lex79: poke [21:39] lex79: can we ship a new bangarang? [21:39] http://code.google.com/p/bangarangissuetracking/downloads/detail?name=bangarang-2.0~alpha.tar.gz&can=2&q= [21:39] its alpha build [21:39] is it sync with Debian? [21:39] dont think debian has 2.0 [21:39] lemme check [21:40] nope [21:40] debian has 1.0 [21:40] yes the package is sync'ed with Debian [21:40] 1.0.1-1 [21:40] so, wait Debian maybe [21:40] oh.. you meant it that way :P [21:40] yes, sorry.... :) [21:41] lex79: ok so wait for debian to package new version? [21:42] ryanakca: ^^ [21:42] lex79: ?? [21:43] ryanakca is the maintainer of bangarang in Debian [21:43] iirc.... :) [21:43] right :D [21:44] ryanakca: new alpha of bangarang out,any ideas if debian gets shiny new alpha,so we can ship it with kubuntu ;) [22:07] lex79: http://blog.martin-graesslin.com/blog/2010/07/blacklisting-drivers-for-some-kwin-effects/ [22:07] might want to take a look [22:29] lex79: around? === akoma1s is now known as akoma1s_ === akoma1s_ is now known as akoma1s [23:01] shadeslayer: yes now [23:01] one sec [23:01] lex79: do we use dh_desktop and dh_icons ?? or are they depreceated? [23:01] where? [23:01] in debian/rules [23:02] not in a kde* package.. its a package in universe that needs merging [23:02] uhm [23:02] shadeslayer: You should ask on #ubuntu-motu then so people there get to know you too. [23:02] ScottK: channel is dead or they dont know :P [23:02] I think dh_icons is deprecated but not sure [23:03] shadeslayer: Not anymore. [23:03] hehe [23:03] lol [23:04] shadeslayer: ping [23:05] tsdgeos: pong [23:05] aah aacid [23:05] that'd be me [23:05] :P [23:05] yeah i just sent a mail to you :P [23:05] * tsdgeos wonders if others will be offended if we start a kde l10n discussion here? [23:06] tsdgeos: would be better in #kde-in [23:07] tsdgeos: As long as it doesn't involve cursing about Kubuntu translations being crap, I think it's OK. [23:07] i can try to contain myself :-P [23:09] * lex79 is uploading Qt beta2 [23:10] ScottK: hi translations are in the dump upstream :P [23:10] shadeslayer: I can look into it :) [23:10] ryanakca: oooh [23:10] ryanakca: awesome :D [23:11] ryanakca: please do notify when its uploaded [23:11] Qt now is 192 MB [23:11] :( [23:11] shadeslayer: I'll update it at some point tonight or Monday, I'm gone all weekend. Will do. [23:11] ok :) [23:11] ryanakca: no rush ;) [23:13] * lex79 thinks we have some troubles with Qtwebkit packaging [23:13] lex79: uh oh [23:13] that means rekonq will be affected as well [23:14] which means ScottK will be after me again [23:14] :P [23:14] dunno exactly, I don't test it so much [23:14] I tested it only with youtube and other flash sites [23:15] uh.. right... flash... [23:24] hmm [23:24] shadeslayer: so, we still need only to do kdenetwork and kdebingings ? [23:24] anyone knows if there is an ncurses build for armel? [23:24] lex79: seems so [23:25] shadeslayer: great, did you push your changes to bzr? [23:25] * shadeslayer is tied up with kdel10n + ninja packaging + MOTU + REVU + Ruby [23:25] lex79: not yet :) [23:25] look at the amount of multi tasking :P [23:25] lex79: ill push now... [23:25] none of them need changes tho [23:25] ok [23:36] ScottK: I've found another groupware server, (package: citadel-suite). I've only glanced at it, but I'm hoping that it will be less of a PITA to setup and run than eGroupWare (which was less of a PITA than Kolab). I assume people are still interested in it? [23:36] ryanakca: I'm particularly interested in Kolab because it's well integrated with kdepim. [23:36] One of their developers was at UDS and trying to get it working better in Ubuntu. [23:37] * shadeslayer has never understood the concept of kolab [23:39] lex79: do we want kdepim beta in archives? [23:39] since pim devs have furthered the beta 2 release [23:39] no, only in experimental ppa [23:40] ok.. [23:40] lex79: then i need help with kdepim beta :P [23:40] some of it.. [23:40] ill poke when i get to it in 20 mins [23:40] ok [23:40] ScottK: Ah, according to their website, Citadel integrates with kdepim too, but I'll give Kolab another look, maybe it's better now than it used to be... [23:41] * lex79 uploaded Qt [23:42] * lex79 can screw up kubuntu now [23:47] lex79: great [23:47] :) [23:48] neversfelde: still hot? :( [23:48] shadeslayer: I read about postponing kdepim to 4.6, so u [23:48] neversfelde: 4.6 ??? \o/ [23:48] upload to experimental [23:49] maybe 4.6, but they are not sure for now [23:49] neversfelde: not 4.6 .. its just been postponed by a few weeks [23:49] ^ [23:49] depends if the source are stable [23:50] lex79: yes, really, I cannot remeber that it was so hot in Germany, ever since I was born [23:51] :( I have to go to Hamburg Monday :( [23:51] * lex79 starts to cry [23:54] shadeslayer: If you have any experience with Qt programming, konq-plugins needs porting to Qt 4.7 and it's pretty trivial. [23:55] ScottK: Qt programming skillz == 0 [23:55] OK. Me too. [23:55] but i know some basic stuff [23:55] QWidget stuff and connect [23:56] shadeslayer: btw the priority is kdenetwork, you can do kdepim in the next days [23:56] and kdepim-runtime [23:56] lex79: runtime is done :) [23:56] its in bzr [23:56] awesome :) [23:56] shadeslayer: You may know enough then. [23:57] lex79: yeah.. kdepim is a PITA tho [23:57] ScottK: 0_o [23:58] shadeslayer: If you look at one of the logs, you can see that there's a small change needed because of new features in 4.7 https://launchpad.net/ubuntu/+source/konq-plugins/4:4.4.0-2/+build/1844855/+files/buildlog_ubuntu-maverick-i386.konq-plugins_4:4.4.0-2_FAILEDTOBUILD.txt.gz [23:58] IIRC JontheEchidna fixed one of these already. He might have a hint for you.