/srv/irclogs.ubuntu.com/2011/09/26/#kubuntu-devel.txt

=== skreech_ is now known as Daskreech
rbelemapachelogger, ping01:08
rbelemapachelogger, do you think we should split plasma-mobile pkg into more pkg?01:46
DarkwingDuckapachelogger: No.02:12
Tm_T4.7.1 on 11.04 in use here, all works just fine05:44
bambeemorning07:32
bambeeshadeslayer: around ? do you know who is the rekonq maintainer ?07:51
bambeeScottK: patches cherry-picked from KDE/4.7 http://paste.kde.org/127333/ (kde-workspace), okay to commit ? [y/n]08:34
alleebambee: when you are at kde-workspace, how about adding the fix in bug 85547208:54
ubottuLaunchpad bug 855472 in kde-workspace (Ubuntu) "[Patch] Fix: inotify_add_watch failed: No such file or directory: " [Undecided,New] https://launchpad.net/bugs/85547208:54
bambeeallee: looks good09:02
alleebambee: thx a lot in the name of all command line users ;)09:02
bambee:)09:03
mfraz74Running 11.10 and doing an update wants to uninstall KDM09:17
alleemfraz74: tried.  does not happen for me09:28
mfraz74allee: I must've tried upgrading mid package change as it is working now09:30
bambeeapachelogger: around ?10:03
ScottKbambee and allee: I cherrypicked pretty much everything fr -workspace.10:30
ScottKfr/for10:30
bambeeScottK: these patches have been committed recently 10:30
ScottKSince Friday?10:31
bambeeyes10:32
bambeehttp://quickgit.kde.org/?p=kde-workspace.git&a=shortlog&h=refs/heads/KDE/4.710:32
bambee3 commits10:32
ScottKYep.  OK.10:32
bambeeScottK: also, http://paste.kde.org/127393/ <-- what do you think about this patch ? It fixes a bug with kubuntu-low-fat which exports KDEDIRS from /etc/X11/Xsession.d/50lowfat, the problem is starkde overrides KDEDIRS on netbooks, okay to commit it ?11:03
bambee(I mean, don't you see a problem or something?)11:03
bambeewithout this patch kubuntu-low-fat-settings is simply not used on netbooks/smartbooks :)11:04
ScottKSeems OK.  I'd check with apachelogger.11:06
bambeeok11:06
bambeeapachelogger: ping, any suggestions?11:06
bambee(since you created kubuntu-low-fat-settings...)11:07
ScottKapachelogger: Could you use your famous kde-l10n script to upload all the 4.6.5 translations to natty-proposed closing #859562 in changelog?  I'm currently doing the rest of KDE.11:35
apacheloggerDarkwingDuck: why not?11:44
apacheloggerrbelem: why not!11:44
apacheloggerbambee: why not...11:45
bambeelol11:45
apacheloggerbambee: so... the problem really is that netbook and mobil set their crap in startkde11:46
apacheloggerwhich is really not where it should set it11:46
apacheloggerand I am not quite sure on the details why it actually does it there11:46
bambeeoh the mobile too, you're right!11:46
bambeedon't know :\11:46
apacheloggertry :P11:46
apacheloggeror/and checkout the changelog of workspace and the settings packages11:47
apacheloggeroh, for mobile I know the reason11:47
apacheloggernot that it would make any more sense11:47
bambeemobile has no dm11:48
apacheloggermobile is a param of startkde11:48
apacheloggernot sure about netbook11:48
bambeenetbook too11:48
bambee(startkde line 229)11:48
apacheloggerright on11:48
apacheloggerI love it11:49
apacheloggernow this leads to the following question....11:49
apacheloggerwhy arent they simply startplasmanetbook and startplasmamobile11:49
apacheloggerwhich setup the env and then fork startkde or something11:49
bambeeyou mean startmobilekde ?11:51
rbelemapachelogger, :-D11:51
apacheloggerbambee: there is no kde11:52
apacheloggerwe start the plasma workspace11:52
ScottKapachelogger: Can you do the kde-l10n for natty-proposed (4.6.5)?11:52
apacheloggerno need to wrongly name yet another script11:52
* ScottK is about to upload the rest.11:52
apacheloggerScottK: I might11:52
ScottKPlease.11:52
bambeeapachelogger: startmobilekde exists...11:52
apacheloggerdepending on hwo people have messed about with the branch11:52
apacheloggerbambee: wth11:52
apacheloggerbambee: where?11:52
rbelembambee, apachelogger, in default settings pkg11:53
bambeeapt-get source kubuntu-mobile-default-settings11:53
bambeebin/11:53
apacheloggereh11:53
apacheloggerwhat does it contain?11:53
apacheloggercause plasma-mobile had such a script11:53
apacheloggerbut it was epic crap11:53
rbelemit was not working in the desktop file11:53
rbelemwhen running startkde mobile11:53
rbelem`startkde mobile`11:54
apacheloggerwhat I want is a script that sets up the envrionment for mobile and then forks startkde11:54
apacheloggerstartkubuntu for all I care11:54
apacheloggercan do mobile, netbook, tablet, whatever11:54
rbelemapachelogger, so we should drop all our changes to startkde?11:54
apacheloggerpretty much, yeah11:54
rbelemnice :-)11:55
rbelemi like that :-)11:55
bambeeapachelogger: a "low-fat" param would be nice, imho11:55
bambee"low-fat" or equivalent11:55
apacheloggerthere is no such thing11:55
apacheloggerlow fat is a setting on top of everything else11:55
apacheloggerit is an implicit option to all our workspaces11:56
apacheloggerso what startkubuntu would do is....11:56
apacheloggerif $1 == mobile11:56
apachelogger...11:56
apacheloggerelif $1 == tablet11:56
apachelogger...11:56
apacheloggerelif $1 == netbook11:56
apachelogger...11:56
apacheloggerfi11:56
apacheloggerforeach file in /usr/share/kubuntu-session.d/11:57
apacheloggerinclude file11:57
apacheloggerend11:57
apacheloggerexec startkde11:57
rbelemapachelogger, how would we set the one that will be loaded?11:57
apacheloggerrbelem: argument, just like now11:57
apacheloggerstartkubuntu mobile11:58
apacheloggerstartkubuntu tablet11:58
apacheloggerstartkubuntu autodetect?11:58
rbelemapachelogger, but it does not work very well on the desktop file11:58
rbelemapachelogger, i tried that and it does not take parameter there. i dont know why11:59
ScottKdput ubuntu *.changes is so much fun.11:59
rbelem:-D11:59
ScottKyofel: Uploading 4.6.5 for natty-proposed.11:59
apacheloggerrbelem: maybe you did it wrong :P11:59
rbelemmaybe11:59
apacheloggerrbelem: even so... the solution is to simply have a script per desktop file11:59
bambeewell, so I push changes to kde-workspace without my fix for now -> only the allee's fix and the patches cherry-picked from upstream12:00
* Riddell hugs apachelogger and ScottK for extending their membership of kubuntu-dev12:00
apacheloggerthey really only need to set one variable (i.e. the mode which is to be started) and then include the genreal logic from another file12:00
apachelogger(or simply hold a copy of the foreach for that matter)12:00
* apachelogger fondles Riddell while hugging back ^^12:00
rbelemapachelogger, we can make symlinks12:01
Riddellooh er12:01
rbelemapachelogger, and check the name of the symlink12:01
apacheloggerrbelem: then you'd still need to identify what type of session to load12:01
rbelemapachelogger, like busybox12:01
apacheloggerthat sounds hackish12:01
rbelemapachelogger, not very much, it is widely used12:02
apacheloggerin my experience implicit features like that tend ot break easily 12:02
apacheloggerrbelem: that does not mean it is a good idea12:02
apacheloggerwindows is also widely used :P12:02
rbelemhahaha!12:02
rbelemthat true12:02
yofelScottK: \o/12:02
rbelemapachelogger, about the active stuff12:03
rbelemapachelogger, can we upload the latest changes?12:03
apacheloggerScottK: yofel took away my branch url :(12:04
rbelemapachelogger, but for runtime we need the active-development branch12:04
yofelhuh?12:04
apacheloggerrbelem: what's the diff between active and 4.7?12:04
rbelemapachelogger, just some active stuff that will enter in 4.7.212:05
apacheloggerwhy is it not in the 4.7 branch then?12:05
rbelemapachelogger, then we can get the active 1.0 in -updates12:05
* apachelogger points out that final freeze is around the corner12:06
rbelemapachelogger, they are still working to cleanup i think12:06
rbelemapachelogger, or we should keep that in the ppa?12:06
bambeebzr push lp:~kubuntu-packagers/kubuntu-packaging/kde-workspace -> "No new revisions to push" o.O12:06
apacheloggerrbelem: at this point I'd say PPA12:07
rbelemapachelogger, ok12:07
bambee(yes I've  typed "bzr commit")12:07
apacheloggerrbelem: changing runtime this close to final freeze sounds like a terrible idea to me12:07
apacheloggerOF COURSE12:07
rbelemapachelogger, then i will ask linaro guys to generate an image with plasma active ppa12:07
rbelemapachelogger, thats true12:08
bambeeit's already pushed... strange :\12:08
apacheloggerif you people had listened to me to begin with and not bothered with a dual build but instead just QA'd the soup out of runtime we'd have active in archive now :P12:08
apacheloggerrbelem: oh, they can make images from PPAs? that sounds awesome \o/12:08
rbelemapachelogger, but it was really broken12:08
bambeeallee: pushed , thanks for you contribution !!!12:08
bambeeyour *12:08
rbelemapachelogger, i think they can12:08
apacheloggerbambee: don't drink and push12:08
bambeeapachelogger: wtf?12:08
bambeeI am not drunk :P12:09
apacheloggeryeaaah12:09
apacheloggerright12:09
rbelemapachelogger, i will ping rsalveti rightt now to confirm that12:09
apacheloggerawesome12:09
apacheloggerrbelem++12:09
rbelemhum... he is not online12:10
rbelemhe is!12:10
rbelemapachelogger, the config files that used to be in kubuntu-mobile-default-settings is now provided by upstream12:13
apacheloggeroh, how did that happen?12:14
apacheloggerScottK: 4.6.5 to natty-proposed?12:14
rbelemapachelogger, they put everything in the config dir but they dont install them12:14
rbelemapachelogger, should i create a plasma-mobile-settings?12:15
apacheloggerI am confused12:15
apacheloggerrbelem: why? I thought you were going to tweak the settings anyway?12:15
apacheloggerplus if they are not installed... there is no point to it12:15
apacheloggerIMHO12:15
apacheloggerthen again I had no coffee yet12:15
rbelemapachelogger, they are ready to use and tweaked12:16
rbelemapachelogger, we just have to install12:16
=== Quintasan_ is now known as Quintasan
rbelemapachelogger, they do that in meego pkgs12:17
Quintasan\o12:17
rbelemapachelogger, http://quickgit.kde.org/?p=plasma-mobile.git&a=tree&h=33e2aa95f7def06526882a266c27e91d82df6726&hb=d38de2bc55f59cb83ce6127799d20626d4031713&f=config12:18
* Quintasan goes to eat12:18
rbelemQuintasan, heya12:18
rbelem:-)12:18
apacheloggerrbelem: those files are rubbish12:18
apachelogger[$Version]12:19
apacheloggerupdate_info=kded.upd:kde3.0,kwin.upd:kde3.2Xinerama,mouse_cursor_theme.upd:kde3.4.99,kaccel.upd:kde3.3/r112:19
apacheloggerthat is so wrong for default settings12:19
apacheloggerSO WRONG12:19
rbelemapachelogger, so should i copy them to kubuntu-mobile-settings and remove these things?12:21
rbelemapachelogger, or patch them and install to plasma-mobile-settings?12:21
debfxdpm: could you please drop the templates kipiplugins, kipiplugin_*, desktop_extragear-graphics_kipi-plugins, desktop_extragear-graphics_digikam, desktop_extragear-graphics_digikamimageplugins and digikam from the kde language packs?12:21
debfxthe package has been demoted to universe12:22
dpmdebfx, adding it to my todo list, thanks. Let me get to it this evening.12:25
apacheloggerrbelem: kubuntu-mobile-settings12:26
apacheloggerrbelem: IMHO they probably should not be in there12:26
apacheloggerplus most of them have nothing to do with plasma12:27
CIA-130[kde-l10n-common-natty-archive] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926122711-prsh1v5xmebbqn3x * debian/ (changelog rules) New stable upstream release12:27
CIA-130[kde-l10n-common-natty-archive] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926122741-07ru5ve1mi2ush8f * debian/build-l10n.sh change branch path for natty archive12:27
CIA-130[kde-l10n-common-natty-archive] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926122814-1c9b1spmqlhfzulq * releasing version 4:4.6.5-0ubuntu112:28
CIA-130[kde-l10n-common-natty-archive] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926123016-r5u5vuksk2sr2fx1 * debian/build-l10n.sh actually fix the url proper12:30
ScottKapachelogger: Yes.12:30
ScottK(natty-proposed)12:30
CIA-130[kde-l10n-common-natty-archive] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926123141-j3jgk7ohfvbaq1h6 * debian/build-l10n.sh ktown->ftpmaster12:31
* apachelogger blinks12:32
* apachelogger blinks some more12:32
apacheloggerah12:33
apacheloggerright12:33
apacheloggerthey also changed the path12:33
apacheloggerepic12:33
CIA-130[kde-l10n-common-natty-archive] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926123355-9kgrth68lnnckcpb * debian/build-l10n.sh ...12:34
Quintasandurrr12:35
QuintasanThey do not know the dates when one can go to consulate when applying for a visa12:35
Quintasansilly people12:35
Quintasantold me to call tomorrow or the day after tomorrow12:35
ScottKSo ...12:46
ScottKIn KDE 4.6 and before (as long as I can remember), I could select text in konsole, click on it and drag it.12:46
ScottKIn KDE 4.7 one must ctrl-click to drag.  Click just unselects.12:47
ScottKAny idea is there's a setting to fix this usability abomination?12:47
ScottK(alternately - does anyone else have this problem too?)12:47
ScottKOther than that and email being a complete failure, KDE 4.7 seems pretty good.12:48
* apachelogger ctrl shift c's12:48
ScottKRight, but before one didn't need to do that.12:51
ScottKjust double click, click, and drag.12:51
apachelogger*shrug*12:51
apacheloggermaybe #kde knows12:51
CIA-130[kde-l10n-common-natty-archive] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926125454-ntpa6oe3slbyipy1 * debian/changelog New stable upstream release (LP: #859562)12:54
* apachelogger sighs12:55
apacheloggerRiddell: how can I prevent bzr ci trying to be smarter than me?12:55
QuintasanScottK: Y, same here13:00
QuintasanI thought it is just my mouse acting up13:00
Riddellapachelogger: get smarter?  what's the problem?13:01
apacheloggerRiddell: I type bzr ci and when there was a change in debian/changelog it uses whatever changed in changelog as commit message13:04
Riddellapachelogger: sounds like a useful feature to me, it's intended to mirror debcommit.  what's the problem with it?13:04
apacheloggerwhich for example int he commit from above was rubbish as I only added the bug number, which would be good to mention as such and not restating a message that was already mentioned in a commit with a bug number13:04
Riddellapachelogger: bzr uncommit; bzr commit -m "my commit message"13:05
apacheloggerPITA alert :(13:05
NCommanderapachelogger: long13:06
NCommander*pong13:06
Riddellapachelogger: what's the PITB? using -m ?13:06
apacheloggerRiddell: I am not on windows and thus have useful editors + I might want to have a long commit message13:06
apacheloggerwith newlines and all that13:06
apacheloggerNCommander: what is a spice seed and why do we need to talk about it?13:07
Riddellapachelogger: BZR_DISABLE_PLUGINS=builddeb bzr commit13:07
apacheloggerRiddell: then I cannot use bzr builddeb13:07
Riddellapachelogger: well aye, you've just been complaining about its behaviour13:08
apacheloggerI want to build a deb from bzr13:09
apacheloggerwhat I do not want is it making commit messages for me13:09
apacheloggerrbelem: do you know whether we can a PPA ISO yet?13:11
Riddellapachelogger: then in bzr-builddeb's __init__.py file remove the block "if bzrlib.version_info[0] >= 2 and bzrlib.version_info[1] >= 4:"13:13
RiddellI guess I'll look into adding a config option for that13:13
apacheloggerRiddell: that would be great, thanks13:13
apacheloggerrbelem: arent the settings in config/ mostly relevant to tablet? :O13:15
CIA-130[kubuntu-tablet-settings] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926131857-4jj94kmc6beluef9 * share/autostart/plasma-device.desktop upstream decided to rename the binary again \o/ plasma-tablet -> plasma-device13:19
CIA-130[kubuntu-tablet-settings] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926132028-s4dc1wq98spvw5g7 * share/config/kcminputrc set blank mouse cursor theme13:20
apacheloggerbrr the debug installer needs some redesign13:27
ScottKQuintasan: We need to find where this came from and kill it.13:28
CIA-130[kubuntu-debug-installer] Harald Sitter <apachelogger@ubuntu.com> * apachelogger@ubuntu.com-20110926133514-wfvszxpabx0s2zuh * (debian/changelog debian/control src/DebugInstaller.cpp) (log message trimmed)13:35
CIA-130* When called with no arguments terminate right away in the DebugInstaller ctor,13:35
CIA-130otherwise event processing would continue through run() and show() causing a13:35
apacheloggerScottK: kubuntu-debug-installer should appear in queue soonish13:36
ScottKOK.13:36
apacheloggerfixes a crash when called without args13:36
ScottKK.13:36
ScottKyofel: Would you please make #859562 affect all the relevant packages (and don't forget meta-kde and oxygen-icons...)13:36
apacheloggerScottK: l10n uploaded started13:41
ScottKapachelogger: Thanks.13:44
apacheloggerrbelem: I think the kactivitymanager stuff has a packaging issue14:26
apacheloggerI seem to be missing the desktop file :O14:26
rbelemapachelogger, yup14:33
rbelemapachelogger, it was move from kdelibs to kactivities14:34
rbelem*moved14:35
rbelemapachelogger, i have mode some changes that i will upload to ppa soon14:35
rbelemapachelogger, and more new packages14:36
apacheloggerrbelem: yay14:38
bambeeScottK: could you approve the ffe in bug 859706 ?15:04
ubottuLaunchpad bug 859706 in Ubuntu "Feature Freeze Exception for libmygpo-qt 1.0.4" [Undecided,New] https://launchpad.net/bugs/85970615:04
ScottKbambee: I don't have time to do the archive admin stuff, so if you can find someone, like maybe Riddell_, then I'll approve it.15:06
bambeeok15:06
Riddell_hi15:06
bambeehi15:06
Mamarokdear kubuntudevs, may I remind you that there still is no announcement for the amarok 2.4.3 packages which are available for both Natty and Oneiric...15:07
Mamarok3rd reminder by now I think15:07
ScottKryanakca: ^^^15:07
Riddell_bambee: why "Add libmygpo-qt-dbg and change debian/rules accordingly" ?15:12
Riddell_anybody else wanting to do that Amarok announcement can get acccess details from me15:12
=== Riddell_ is now known as Riddell
bambeeRiddell: because there was no debugging package...15:13
bambeeI was wrong ?15:14
Riddellbambee: all ubuntu packages have debugging packages automatically made, there's no need to manually add one.  and since we're past beta now isn't the time to be adding new .debs without good reason15:14
bambeegood to know ^^15:14
bambeeok15:14
bambeeI will revert my changes15:15
ryanakcaMamarok: Aye, lemme find out what happend to the admin interface's SSL certs, Konqueror is going beserk about them, which means I can't access the site.15:15
Riddellbambee: FFe approved, there's not much new features in it15:16
bambeeok thanks15:17
bambeefixed15:18
ryanakcaMamarok: Do you have an announcement written up? Screenshots?15:19
apacheloggerrbelem: ping15:19
Mamarokryanakca: you can use the screenshot from amarok.kde.org15:21
Mamarokand there is not much text needed, similar to http://www.kubuntu.org/news/amarok-241-resolution-released15:23
bambeemohahahaha my ac100 works so fine on kubuntu... :D15:24
ScottKOK, so kmail2 ...15:25
ScottKIt looks like I got stuff working.15:25
ScottKIf I delete a message, it momentarily moves to the next message in the list as I expect, then redraws the message list and jumps to some other message.15:26
ScottKAnyone else see this?15:26
ScottK4.6.5 is accepted into natty-proposed, so we'll need that tested ...15:40
ScottKyofel: ^^^ Thanks for all the help.15:41
bambeeScottK: I will test it right now on my eepc :)16:27
ScottKbambee: It'll take a while for them to build.16:29
bambeeoh I thought these was already built, ok I will test later then16:30
pythonsnakeHello16:31
pythonsnakehttp://www.ohloh.net/p/quassel fixed in Oneiric. Great works.16:32
apacheloggerSput: my project is still worth 2 quassel :P16:35
* apachelogger find ohohohoholol fun16:35
pythonsnakeerr16:47
pythonsnakeNo tab completition for Konsole.16:47
NCommanderapachelogger: ugh, long story16:50
ScottKpythonsnake: Tab completion here.16:53
apacheloggerit has16:53
apacheloggerunless you install bashcompletion16:53
apacheloggerin which case it does not16:53
ScottKclick/select is still broken with no obvious suspects in the git log about what broke it.16:54
apacheloggerScottK: report a bug or mail kde-devel, IIRC konsole upstream is very repsonsive16:56
ScottKOK.16:56
ScottKI was trying to figure out if it was a "feature" or not.16:56
pythonsnakeI got some issues for upgrading caused by flashplugin-installer16:57
pythonsnakehttp://pastie.org/private/qx4zgaznikhhnjsmouacaa <- more info there.16:57
apachelogger#Skipped the beginning of apt-get upgrade (no errors)16:58
apacheloggerthat is wrong16:58
pythonsnakeapachelogger: :S16:58
apacheloggerNCommander: is there documentation on spice seeds somewhere?16:59
pythonsnakeI don't notice any errors. It's like everyday.16:59
apacheloggermind me, I was too lazy to ask google :P16:59
NCommanderapachelogger: thats a poke persia/infinity question16:59
* apachelogger needs to write a bot to do that17:00
pythonsnakeapachelogger: E: Unable to locate package bashcompletion   17:00
apacheloggerit might have another name17:01
pythonsnakeapachelogger: what is it ?17:04
apacheloggera spaceship17:04
* apachelogger has no idea what we are talking about just now17:05
pythonsnakelol17:05
apacheloggeryofel: https://launchpad.net/~kubuntu-active17:05
pythonsnakebash-completion package doesn't help..17:05
apacheloggercan you please make kubuntu-members member?17:06
apacheloggerand transfer owernship to the mighty council17:06
pythonsnakeWhat is this channel exactly for ?17:08
pythonsnakeTopic doesn't say much..17:08
apacheloggerwhat the name of the channel suggests17:09
pythonsnakedevelopment ?17:09
apacheloggerbingo17:10
pythonsnakeI meant for reporting bugs, devs communicate ..etc ?17:11
apacheloggerbugs go on bugs.launchpad.net, unless they are bugs in upstream KDE software in which case they go to bugs.kde.org17:12
macono rgreening? did he stop hanging out here?17:12
shadeslayerbambee: no idea, but i might be able to help17:12
pythonsnakeHmm. Tab completion works if no sudo is before the command.. strange..17:13
ScottKFound it.17:15
ScottKhttp://websvn.kde.org/?revision=1211082&view=revision17:15
macopythonsnake: maybe its not in root's path?17:15
ScottKIt was on purpose.17:15
pythonsnakeHow to put it in root path ?17:16
pythonsnakeLet me reboot. New kernel.17:17
ScottKapachelogger: This was the change: http://websvn.kde.org/trunk/KDE/kdebase/apps/konsole/src/TerminalDisplay.cpp?r1=1211082&r2=1211081&pathrev=121108217:19
ScottKHow hard would it be to make that run time configurable?17:19
* apachelogger hates websvn diff17:20
apacheloggerhuh, that class is epic17:20
apacheloggerScottK: not much17:20
ScottKNot so much hard or not so much possible?17:20
apacheloggerhard17:21
pythonsnakeDone.17:21
pythonsnakePolicy Kit crashed on shut down17:21
pythonsnakesending you a report :-)17:22
pythonsnakeI have 2 kcrash 17:22
* apachelogger tickles yofel with a long fluffy stick17:23
pythonsnakehttp://pastie.org/private/qqc2yitrcnlud6ekr5gla17:23
shadeslayeruh17:24
shadeslayerpythonsnake: that really doesn't tell us anything :P17:24
ScottKapachelogger: OK.  Thanks.  Ironically the bug report was for "Please make it configurable", but the maintainer decided no one could possibly want it the way it was.17:24
pythonsnakehttp://pastie.org/private/xem3nhrfweycfdxbpxcoq17:24
pythonsnakeThat one does ScottK17:24
pythonsnakeThat one does shadeslayer17:24
shadeslayerlooking17:24
ScottKSo I just asked in the bug, please do what the bug asked ...17:24
shadeslayerpythonsnake: might be related to a bug in buzilla, lemme see17:24
pythonsnakeUploaded report17:25
apacheloggercough17:25
apacheloggerman17:25
apacheloggerdrinking is dangerous17:25
apacheloggerphew17:25
pythonsnake?17:25
yofelapachelogger: kubuntu-active re-owned17:26
pythonsnakeHow to get bash completion with sudo ?17:26
shadeslayerpythonsnake: might be related to kde bug 258916 , please check17:26
apacheloggerpythonsnake: this aint a support channel17:26
ubottuKDE bug 258916 in polkit-kde-authentication-agent-1 "PolicyKit1-KDE (polkit-kde-authentication-agent-1) crash on shutdown [g_type_check_instance_is_a, g_object_unref, , PolkitQt1::Agent::Session::Private::~Private]" [Crash,Unconfirmed] http://bugs.kde.org/show_bug.cgi?id=25891617:26
apacheloggeryofel: thank you yofi :*17:26
yofelheh17:26
shadeslayeryofel: have you had the time to look at our poll?17:27
yofelshadeslayer: no17:27
shadeslayer:(17:27
shadeslayeryofel: i'll be publishing it tomorrow, so please add anything that needs adding17:27
pythonsnakeYes17:28
pythonsnakeIt seems to be http://bugs.kde.org/show_bug.cgi?id=25891617:28
ubottuKDE bug 258916 in polkit-kde-authentication-agent-1 "PolicyKit1-KDE (polkit-kde-authentication-agent-1) crash on shutdown [g_type_check_instance_is_a, g_object_unref, , PolkitQt1::Agent::Session::Private::~Private]" [Crash,Unconfirmed]17:28
pythonsnakeBut I have another versions17:28
shadeslayerbtw, anything that you'd like me to look at?17:28
bambeeCould anyone upload 4.7.1-0ubuntu4 into archives ? (see lp:~kubuntu-packagers/kubuntu-packaging/kde-workspace)17:33
bambeekde-workspace  4.7.1-0ubuntu4  *17:33
shadeslayeris there a way to get all blueprints under kubuntu?17:35
* shadeslayer has 3 todo items and does not know what needs doing17:36
yofelshadeslayer: click on the todo link in the /topic and scroll to the bottom17:37
yofelthere's a per-assignee list of todo items17:37
shadeslayeraha17:37
shadeslayerfound it17:37
shadeslayerclearly i should read carefully17:38
apacheloggerrbelem: I am landing a bangarang snapshot in active PPA18:09
apacheloggerbangarang --touch apparently gives a more touchable UI18:09
shadeslayerapachelogger: muon bug ping18:13
apacheloggerI am not the muon master18:13
shadeslayerwell, the muon master is not around, so you're the next best bet18:13
shadeslayerapachelogger: there's a bug in muon that when you change the servers via s-p-k  and make it NOT reload the sources.list, muon will refresh the cache thus blocking apt18:14
shadeslayerthis is when using the software center18:15
shadeslayerO_O18:15
shadeslayerthis happens if i don't even open s-p-k18:16
shadeslayerhah http://wstaw.org/m/2011/09/26/plasma-desktopBw1618.jpg18:19
yofelshadeslayer: JT said it's a bug in s-p-k18:20
shadeslayeryofel: not its not18:20
shadeslayers/not/no/18:20
kubotushadeslayer meant: "yofel: no its not"18:20
shadeslayeryofel: i've run s-p-k with kdesudo, changed servers, everything works fine18:21
apacheloggerScottK: https://projects.kde.org/projects/kde/kde-baseapps/konsole/repository/revisions/564e24cf1b2819525b2f74dc9ba61b7b68a472b9 thoughts?18:21
yofelthen wait for JT18:21
apacheloggerit fixes on screen keyboard with active18:21
shadeslayerand looking at this : http://paste.kde.org/127549/18:21
ScottKapachelogger: As long as autoSipEnabled defaults to false, it should be fine, right?18:22
ScottKReallyl bad name, BTW.18:22
apacheloggerScottK: http://doc.qt.nokia.com/latest/qapplication.html#autoSipEnabled-prop18:23
apacheloggerit always is unless the qapp has a software keyboard as input method18:23
ScottK"The default is platform dependent."18:23
ScottKWhat's ours?18:23
apacheloggerfalse18:24
apacheloggerthe documentation is bogus though18:24
apacheloggerI think this soly depends on what is the primary input method module for Qt18:24
shadeslayerhmm, i guess i should email JT18:25
apacheloggeron wince it is always true it seems18:25
apacheloggerScottK: actually18:28
apacheloggernow I am not quite sure how that would fix the keyboard 18:29
shadeslayerok wth18:31
shadeslayervoid MuonMainWindow::checkForUpdates() is completely empty18:31
shadeslayerhow is this even possible then :/18:31
shadeslayerapachelogger: am i doing this right?  : (gdb) break MuonMainWindow::runSourcesEditor(bool) 18:43
shadeslayerbecause it doesn't seem to work :/18:43
apacheloggerpossibly18:45
apacheloggerdo you ahve debug symbols installed?18:45
apacheloggercause otherwise that wont work18:45
shadeslayeroh, i'm installing dbg installs right now, thought it could work without them18:45
shadeslayeridk why JT even calls checkForUpdates there, checkForUpdates is completely empy18:46
shadeslayer*empty18:46
shadeslayeralso, why the need to call checkForUpdates, s-p-k takes care of it18:46
rbelemapachelogger, nice :-)18:49
rbelemapachelogger, https://launchpad.net/kubuntu-mobile-settings/ i created that yesterday18:49
shadeslayer[echidnaman] Ensure jockey -a gets run for the live session from ubiquity as well as target install: TODO << Any pointers on how to do that? I could try and do that tomorrow18:58
* shadeslayer is not entirely familiar with how to run stuff post install18:59
shadeslayerapachelogger: heh, installing dbg symbols does not help either19:00
apacheloggerthen you are doing it wrong19:00
apacheloggerjust use tabbing19:00
shadeslayerthats what i'm using 19:01
shadeslayerany ideas on my jockey question? I'm just about to go to bed19:05
apacheloggerI dont even know what that is19:07
shadeslayerwell, its on the TODO, someone knows probably knows about it19:07
shadeslayerwohoo, jockey-kde crashed when passing the -a argument19:09
shadeslayeralright, i'm off to sleep19:12
txwikingerapachelogger: Apparently the kded4 defunct processes bug is a problem in kubuntu-notification-helper19:28
txwikingerDo we have already a bug for this?19:28
apacheloggeryeah19:28
apacheloggerI fixed it yesterday :P19:28
apacheloggerbug 51513819:29
ubottuLaunchpad bug 515138 in kubuntu-notification-helper (Ubuntu Natty) "kded4 (lucid, amd64) defunct on latop" [Undecided,Confirmed] https://launchpad.net/bugs/51513819:29
Quintasanapachelogger: http://paste.kde.org/127567 <--- is this looking sane to you?19:29
apacheloggerG19:30
apacheloggerstruct is your friend19:30
apacheloggerI see at least struct point and struct coord there :P19:30
QuintasanIsn't that a overkill for a simple app like that?19:31
apacheloggerseems fine though19:31
apacheloggerQuintasan: why? 19:31
apacheloggerit makes the code more readable19:31
apacheloggerand on ASM level it does not really make a difference... particularly not for a simple program like that19:32
Quintasanstruct A { double X, Y; } ?19:32
Quintasanhmm19:32
apacheloggerwell, lower case X and Y for good naming, but yeah19:32
QuintasanA.x certainly looks more readable19:32
apacheloggerso your code actually made sense without comments19:32
apacheloggeryou'd allocate a point and a coord19:32
apacheloggeranywho19:33
QuintasanI see, let me rewrite that part19:33
* apachelogger was almost out the door when getting highlighted so now he is actually out the door and looses connection :P19:33
QuintasanQUALITY CODE19:40
txwikingerapachelogger: thanks for fixing it.. I can test it when I get it19:46
=== pythonsnake is now known as ddv-mini
=== ddv-mini is now known as pythonsnake
=== pythonsnake is now known as Python
=== Python is now known as pythonsnake
sheytanwindows8 is gonna suck. trust me20:34
apacheloggersheytan: [madsheytan] Make CD covers with Kubuntu artwork: TODO20:45
apacheloggernow what did I come here for...20:45
apacheloggerhmmm20:45
apacheloggerah20:46
apacheloggerright20:46
apacheloggerrbelem: bangarang snapshot landed, not terribly convincing as of now20:46
apacheloggerrbelem: now trying to land declarative-plasmoids which has more touchy plasmoids I hear20:46
sheytanapachelogger: for 11.10?20:46
apacheloggersheytan: I guess so20:47
sheytanwill do, sir20:47
apacheloggersheytan: it is on the todo20:47
apacheloggersee channel topic20:47
sheytanapachelogger: it is not there20:50
sheytanonly web page and installer slideshow20:51
sheytanah20:51
sheytansorry20:51
sheytangot it20:51
sheytangtg20:52
sheytanbye20:52
pythonsnakeacid3 problem is not fixed in oneiric21:32
* bambee_ loves ARM21:35
apacheloggerpythonsnake: what problem?22:06
apacheloggerbambee_: who doesn't22:06
apacheloggerarms are very useful22:06
bambee_kde on a ac100 is just... awesome :D22:07
apacheloggerno idea what an ac100 is22:07
bambee_apachelogger: https://wiki.ubuntu.com/ARM/TEGRA/AC10022:08
apacheloggerscary device22:09
bambee_:)22:09
bambee_it's still experimental, but works fine22:09
apacheloggerhttp://i.imgur.com/622BX.png22:11
apacheloggerrbelem: ^22:12
apacheloggerslc is not working22:13
apacheloggernot quite sure why22:13
pythonsnakeapachelogger: freeze at 6922:25
apacheloggerit happens22:27
pythonsnakeeverytime22:28
apacheloggerrekonq --version22:28
pythonsnake:/22:29
pythonsnakeupdate oneiric repo !22:29
apacheloggerthat so did not make sense in context22:32
pythonsnake?22:32
apacheloggerhow can --version return either :/ or update oneiric repo !?22:33
pythonsnakeI meant Oneiric repo is not bleeding edge22:34
pythonsnake0.7.022:34
apacheloggerright22:34
apacheloggerthat is what I wanted to know22:34
apacheloggerbecause .90 does not lock up, so it is a non-issue should yofel or bulldog98 ever get to FFe that22:35
pythonsnakeupdate takes ages22:36
pythonsnakenot upgrade22:36
pythonsnakeapachelogger: wow.22:38
pythonsnakeNew rekonq has too much dependencies.22:39
apacheloggerit has exactly the same22:41
tsdgeoshi guys23:11
tsdgeosCan you reproduce the crash at https://bugs.kde.org/show_bug.cgi?id=282822 ?23:11
ubottuKDE bug 282822 in general "Okular crashed" [Crash,Unconfirmed]23:11
apacheloggertsdgeos: not with poppler 0.16.7 (which is what 11.10 will ship with)23:15
* apachelogger tries to find a device that has 11.0423:15
tsdgeosapachelogger: the backtrace the dude is getting seems weird23:15
tsdgeosi.e. there is no call to Object::free in Linearization.cc:2923:16
apacheloggertsdgeos: I also can not reproduce it on 11.0423:19
tsdgeosok23:21
tsdgeostx23:21
apacheloggernp23:21

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!