/srv/irclogs.ubuntu.com/2008/08/18/#kubuntu-devel.txt

seeleis there a kubuntu meeting scheduled any time soon?00:40
JontheEchidnanighty night03:23
=== evalles_ is now known as effie_jayx
Tonio_hi there07:19
apacheloggerahoy Tonio_07:21
Tonio_hi apachelogger :)07:22
\shapachelogger: I'll have to rebuild kde4bindings...anything to take care off to fetch the new pyqt4 stuff for pykde4?07:26
apachelogger\sh: you could add my patch ;-)07:27
apachelogger*fwding*07:27
\shapachelogger: pastebin it pls :)07:28
\shcd12vf3407:28
\shargl07:28
\shlol07:28
apacheloggeralso possible07:28
\shso far to keyboard grabbing07:28
apachelogger\sh: http://paste.ubuntu.com/38424/07:28
\shapachelogger: how long does it take to compile kde4bindings? ,-)08:03
apachelogger>1 hour I think08:04
apacheloggerthe kalyptus script is slowing things down pretty much08:04
apacheloggerhttp://aplg.kollide.net/images/snapshot070.png08:36
apachelogger*thumbs up*08:36
\shapachelogger: your patch moves pykde4uic.py somewhere else, right?08:55
apacheloggernope08:55
apacheloggerit makes it +x08:55
apacheloggerand then creates links for both files08:55
apachelogger+PYTHON_INSTALL(pykdeuic4.py ${DATA_INSTALL_DIR}/${PROJECT_NAME} PROGRAM)08:56
apacheloggerthe PROGRAM argument is causing the +x08:56
\shapachelogger: because now the .links and .install stuff failes08:58
apachelogger*shrug*09:00
apachelogger\sh: I didn't try the patch with packaging09:00
apacheloggermy main concern was a working source installation09:00
\shapachelogger: Index: python/pykde4/cmake/modules/PythonMacros.cmake09:28
\sh===================================================================09:28
\sh--- python/pykde4/cmake/modules/PythonMacros.cmake(revision 843103)09:28
\sh+++ python/pykde4/cmake/modules/PythonMacros.cmake(working copy)09:28
\sh@@ -17,8 +17,20 @@09:28
\sh MACRO(PYTHON_INSTALL SOURCE_FILE DESINATION_DIR)09:28
\sh   ADD_CUSTOM_TARGET(compile_python_files ALL)09:28
\sh 09:28
\sh+  set(_args ${ARGN})09:28
\sh+09:29
\sh   # Install the source file.09:29
\sh-  INSTALL(FILES ${SOURCE_FILE} DESTINATION ${DESINATION_DIR})09:29
\sh+  IF(_args)09:29
\sh+    LIST(GET _args 0 _tmp)09:29
\sh+    IF("${_tmp}" STREQUAL "PROGRAM")09:29
\sh+      INSTALL(PROGRAMS ${SOURCE_FILE} DESTINATION ${DESINATION_DIR})09:29
\sh+      LIST(REMOVE_AT _args 0)09:29
\sh+    ELSE("${_tmp}" STREQUAL "PROGRAM")09:29
\sh+      INSTALL(FILES ${SOURCE_FILE} DESTINATION ${DESINATION_DIR})09:29
\sh+    ENDIF("${_tmp}" STREQUAL "PROGRAM")09:29
\sh+  ELSE(_args)09:29
\sh+    INSTALL(FILES ${SOURCE_FILE} DESTINATION ${DESINATION_DIR})09:29
\sh+  ENDIF(_args)09:29
apachelogger:S09:30
\shapachelogger: chmod: cannot access `debian/python-kde4/usr/lib/kde4/share/kde4/apps/pykde4/pykdeuic4.py': No such file or directory <- that's what's happening when using your patch :) so it works09:30
\shdamn copy&paste crap09:30
\shplease make old world behaviour come back...selecting a line means copy it to clipboard ,-)09:31
apacheloggeroioi09:32
apachelogger\sh: can you please paste a complete buildlog?09:32
apacheloggerbut please use paste.ubuntu.com :P09:32
\shcoming ,-)09:32
\shapachelogger: http://archive.linux-server.org/kde4bindings.build.log.gz09:35
\shapachelogger: hardy version09:35
\shScottK: what's the status of sip4,pyqt4?09:35
apacheloggerhm09:38
apacheloggerha!09:38
apacheloggerrunning /usr/bin/cmake -E create_symlink /usr/lib/python2.5/site-packages/PyQt4/uic/widget-plugins/kde4.py /usr/lib/kde4/share/kde4/apps/pykde4/kde4.py  2>&109:38
apacheloggerrunning /usr/bin/cmake -E create_symlink /usr/lib/kde4/bin/pykdeuic4 /usr/lib/kde4/share/kde4/apps/pykde4/pykdeuic4.py  2>&109:38
apachelogger\sh: my guess is the arguments are in wrong order09:38
\shapachelogger: the fun part is, that the error message just says: "Dude, it's not at this location..."09:39
apacheloggerI guess it doesn't like symlinks all that much ;-)09:39
\shapachelogger: we could go this way: just install pykdeuic4.py directly into the app bin path means: "/usr/lib/kde4/bin" for hardy or "/usr/bin/" for intrepid09:40
\shand the second thing I encountered for pykde4 was the symlink to kde4.py into the widget dir of pyqt4..it doesn't honour the python2.4 target ,-)09:40
apachelogger${PYTHON_SITE_PACKAGES_DIR} will use whatever version we build against09:42
\shapachelogger: yes..but not in the links section of debian/python-kde4-dev.links09:42
apacheloggerdoes that stuff even work with python2.4?09:42
* apachelogger somehow doubts that09:42
\shyes..sip4+pyqt4+pykde4 works with py2.409:43
apacheloggerwell then add a .links09:43
\shthe question is, do we still support 2.4 in intrepid or do we do the hard switch to py2.5 and let people die a painful death ,-)09:43
\shapachelogger: then our packaging is totally cluttered...we only have one package for python-kde4...and no python2.4-kde4 or python2.5-kde409:44
apacheloggerwe ruby guys don't care about that kind of stuff, there is only one true ruby, the most recent one :P09:44
apachelogger\sh: IMHO screw python2.409:44
\shapachelogger: k09:47
smarterhey all10:41
jpdshey smarter10:47
smarterhowdy jpds10:47
Riddell7772 e-mails to read, wonder if I can manage that today10:50
davmor2Riddell: I don't see why not you've got nothing better to do right ;)10:51
davmor2Riddell: did you get printer-config-kde 0.11 in, in the end?10:52
smarterhmm, still no language-pack for KDE4/intrepid?10:54
Riddelldavmor2: launchpad says I did10:55
davmor2:) I'll try it out in a bit :)10:55
davmor2Riddell works :)12:01
davmor2Riddell: adept still doesn't :(12:01
Riddelldavmor2: greaqt12:03
Riddelladept won't work until we get 3.0 beta in12:03
mok0Something should be done about the collection of bud-ugly wallpapers included with KDE412:07
Riddellthe what?12:13
RiddellI love the KDE artwork, but it's an upstream issue12:14
seeleRiddell: is printing config not ready?  i didnt see it on yesterday's live cd12:15
Riddellhrm, should be12:15
jtechidnaRiddell: PyKDE4 port of Jockey is done12:18
mok0Ridell, I am talking about the wallpapers other than the default one12:18
jtechidnahttps://code.edge.launchpad.net/~echidnaman/jockey/jockey-pykde412:18
Riddellseele: yep, system-config-printer-kde 0.11 is on12:18
seelegah.. i even *looked* for it12:19
Riddelljtechidna: great, able to make packages?12:20
ScottK\sh: You there?12:20
jtechidnaRiddell: yep, I sent a testing request to the mailing list with a testing request a few days ago12:20
jtechidnayou were at Akademy :P12:20
ScottK\sh: Both the python-qt4 and sip4 versions you are after are in Debian Experimental.12:21
mok0Riddell: I am talking about "Alien night", "Appropriately_Left_Handed" etc. yeech12:21
ScottK\sh: Sip4 I had sync'ed from Experimental and I asked you to look at merging from there, but I gather you didn't get the ping.12:21
seeleRiddell: it isn't listed in system settings on the live CD12:22
seele(have it loaded now)12:22
Riddellmok0: right, the kdeartwork module has been forgotten by the artists in favour of filling up kdebase unfortunately.  it's still an upstream issue12:22
Riddellseele: it's not in system settings, still standalong12:22
Riddellsearch for printing in k-menu12:22
mok0Riddell: Still no reason why we couldn't add a package with beautiful wallpapers12:23
Riddellmok0: kdebase-workspace-wallpapers12:23
mok0Riddell: I'll take a look at it12:23
Riddellseele: it's still woefully incomplete and untidy12:24
seeleRiddell: yes, i see that12:24
seeleRiddell: i suppose Automatic Mouse Click isn't a kcm module and that's why it is in Kickoff as well?12:25
Riddellseele: right12:25
jtechidnakubuntu-default-settings in bzr should have that hover stuff disabled by default12:27
jtechidnacould we do another release of that before the next alpha?12:28
jtechidnaor feature freeze12:28
\shScottK: na...I'll take a look later then...but we need to get them in12:28
mok0Riddell: The kdebase-workspace-wallpapers are much better, but they're all photos and I find that distracting on the desktop... I prefer something more subtle and "artsy" :-)12:28
ScottK\sh: Absolutely.12:28
mok0Riddell: I found a Kubuntu version of the Hardy Heron background which I am using now12:29
ScottK\sh: The merge looked pretty easy, just a couple of things I'm not clear on and so I thought I'd leave it to you.12:29
Riddelljtechidna: hover stuff?12:29
jtechidnaRiddell: hover-to-click on the tabs12:30
jtechidnaWhich we wanted to disable as per https://wiki.kubuntu.org/Kubuntu/Todo12:30
seelejtechidna: you mean you turned "switch tabs on hover" off in kickoff settings?12:30
jtechidnayes12:30
=== jtechidna is now known as JontheEchidna
JontheEchidnaThe other stuff for Kickoff on the Todo list wasn't as easy so I didn't do it :P12:31
JontheEchidnaThe favorites have been added12:32
Riddellthanks JontheEchidna12:32
JontheEchidna"Show names of applications by default" we'd have to patch the Kickoff code12:32
JontheEchidnaChanging the menu back to breadcrumbs would too12:32
JontheEchidnaactually somebody else added the favorites12:33
JontheEchidnaprolly apachelogger12:33
Riddellmoi!12:33
JontheEchidnaor you :P12:33
seeleJontheEchidna: was it show names of applications or show descriptions?12:33
JontheEchidnashow names by default12:34
seelei thought we were going to turn descriptions on by default (instead of hover) but i dont remember putting the name of the application12:34
seelehum.. ok12:34
JontheEchidnawould require patching since only the traditional menu offers that setting12:34
seeleso if we're using brand labeling instead of function, should Sound in system settings be relabelled to Phonon?12:35
seelei notice we are using Solid and Nepomuk instead of Hardware and Search12:35
RiddellSound seems wrong since phonon does video too12:35
JontheEchidnaMultimedia?12:35
JontheEchidnaSound and Video?12:35
Riddellbut strings are best changed upstream12:35
JontheEchidnaWe'll be needing a Feature Freeze exception for 4.1.1 btw12:36
Riddellthat won't be a problem12:37
JontheEchidnacool12:37
seeleif it is Multimedia/Sound and Video, then Solid should be changed to Hardware and Nepomuk changed to Search12:37
seelethey should all match12:38
RiddellSearch doesn't fit for Nepomuk, it's Semantic Wheejum12:39
seeledoes it use the metadata for anything besides search?12:41
Riddellrankings12:41
seeleall the options have to do with strigi12:41
seelehuh12:41
Riddellin dolphin you rank files with nepomuk12:42
seeleyes.. but are those rankings used for anything besides search?12:42
Riddellmaybe not12:43
seelethere is no sort-by-ranking column afaik12:43
Riddelland the system settings module does seem to be about Strigi as much as anything12:43
Riddellso Search is fine12:43
* seele shrugs12:43
Riddelldon't shrug, poke kde-core-devel :)12:43
JontheEchidnaRiddell: btw, I sent an email to Pitti asking for a merge of the pykde4 branch of Jockey to trunk12:45
JontheEchidnaThat was ~9 hours ago12:45
RiddellJontheEchidna: oh, good stuff12:46
JontheEchidnaHaven't heard back but that's expected since he's probably been sleeping12:46
seeledoes gnome have a system settings-like meta dialog, or do they only have the System menu?12:47
Riddellthey do but it's turned off in ubuntu12:47
Riddellnot sure how to get it to show12:47
seeleah.. maybe i can find a screeshot on the interweb12:48
seelei was looking for suggestions on how they categorize some of their modules, but ubuntu is pretty useless with its two categories12:48
seeleah, that's right12:52
seelegnome uses categories on the left as navigation, similar to how we use pages in some dialogs12:52
seelei wonder if separating categories that way would be confusing since we replace the dialog with the module instead of opening a new dialog12:52
JontheEchidnaAny way we could get sudo-like tab completion for kdesudo?12:55
JontheEchidnaAlso software-properties-kde needs PyKDE412:56
JontheEchidnawidget theme looks like crap with root12:56
JontheEchidna(launched with kdesudo)12:56
JontheEchidnaI wonder if I could do a port before the freeze, \o/12:57
RiddellJontheEchidna: you know you want to (shouldn't be hard)12:59
JontheEchidnaRiddell: I intend to12:59
JontheEchidnaWould you happen to know the correct way to get trunk into a new bzr branch?13:00
JontheEchidnaSet it to be merged into my branch?13:01
RiddellJontheEchidna: I don't understand13:02
JontheEchidnaI'd like to take a copy of the main branch of software properties into my new branch13:02
RiddellJontheEchidna: you have a branch of software properties and want to update it with the latest trunk?13:03
JontheEchidnayes13:03
Riddellbzr merge <trunk URL>13:03
JontheEchidnaHmm, well I haven't pushed to my new branch yet13:04
JontheEchidnaI've only registered it13:05
seeleJontheEchidna: do all of the apps in kickoff have an obvious name besides its task function?13:05
seelei assume that the description will now be the task function/description that is currently the label13:06
JontheEchidnaWell you have hex editors called Okteta and music players called Amarok13:07
seelebut not everything has a name, e.g. System Settings or a logical brand name, e.g. KRDC13:07
seelewhat will you do for something called KNetAttach though?  keep Network Folder Wizard?13:07
JontheEchidnaI don't know. I don't possess the hacking skills to make those changes13:07
Riddellseele: I think we want to keep the current behaviour where it shows the generic name in black and just change that it shows the actual name in grey all the time instead of on hover only13:08
seeleok, that is what i thought we agreed on13:09
seelebut JontheEchidna mentioned flipping it13:09
RiddellJontheEchidna: do you have the branch on your own machine?13:09
JontheEchidnanope, I only just registered it with LP13:10
JontheEchidnaI assume I'd do a checkout of trunk and push it there?13:10
RiddellJontheEchidna: you don't need to explicitly register with LP, you can just branch to your local machine then push to launchpad13:11
Riddellbzr branch <URL>13:11
Riddellcheckout is only for if you want to commit directly back13:12
JontheEchidnaHmm, shouldn't be too difficult13:26
JontheEchidnaOh, and Adept3 is assuming that software-properties-kde is shown in the menu13:27
JontheEchidnaso we either need a .desktop file or a button to launch s-p-kde13:28
RiddellI'd prefer the latter13:30
JontheEchidnabbl13:33
seelehmm.. it's good to see mpt and i are on the same page for some things.  ubuntu is in good hands13:34
* ScottK-laptop is scared.13:39
* ScottK-laptop has just seen his vision for Launchpad usability and that's not encouraging.13:39
Hobbseeoh?13:39
ScottK-laptopI think the Launchpad U/I evolution is towards worse and worse.13:42
ScottK-laptopNot to mention periodic random change sets that only serve to annoy the user.13:42
seeleScottK-laptop: i dont think he had a lot of control over that13:44
ScottK-laptopHobbsee: And to top it off, he's told me in public that because I don't agree that the LP U/I is improving, my views on the subject aren't credible.13:44
seelehaha13:44
seelewell then maybe there are only a few things we agree on13:44
seelehave you guys seen the weird scrollbar proposal going around?13:44
seelehttp://thorwil.wordpress.com/2008/05/09/popup-scrollbar-concept-demo/13:45
Hobbseeyeah, well13:45
ScottK-laptopI've seen the mail.13:45
=== rdieter_away is now known as rdieter
Riddellseele: that looks interesting13:47
seeleRiddell: nooooo! not you too!13:48
* seele puts her head in her hands and cries13:48
Riddellseele: umm, I mean, it looks like a usability disaster13:50
seelehehe13:51
JontheEchidnawhat the heck is that?13:51
JontheEchidnayou'll pry my traditional scrollbar out of my cold, dead hands13:52
seeleJontheEchidna: someones idea of a more usable scrollbar.  because you know, a scrollbar is so hard to use13:52
JontheEchidnaI lol'd13:52
=== Czessi_ is now known as Czessi
Hobbseewow.  now i've actually looked at the video...13:52
* Hobbsee notes that pressing the up button on the arrows, below the normal scrollbar, is going to be a recipe for confusion.13:53
seeleyou have no target, no affordance, a moving target13:54
seelethe scrollbox below the thumb indicator also creates a strange limit on the bar.  if you click down and the thumb indicator hits the scrollbox, does it go underneath it or does it stop?13:55
seelehe doesnt show what it looks like with keyboard or mousewheel navigation either13:55
Hobbseesounds like something launchpad will want to implement :)13:55
seeleugh13:55
Hobbseehehehe13:55
seelei hope they take the huge list of tags off of the bugs page13:58
seelereally, is it necessary to put 1000+ tags in a single column?  am i really going to page through 100+ screens to look for the one i want?13:59
Hobbseeseele: it was fine when they only had 10 tags, like in their planning.14:00
Hobbseethus, it must be fine forever.  or something.14:00
Hobbseeor at least until 6+ months after people file bugs on it.14:00
apacheloggerRiddell: did you get my updates for knetworkmanager and gtk-qt?14:01
ScottK-laptopseele: I'll tell you what I want in a scrollbar.  In the old mozilla suite, the 'hot' part of the scrollbar went all the way to the edge of the screen so you could just slam your cursor over to the right and click.14:05
seeleScottK-laptop: don't we do that now?  if you click the scrollbar area below (or above) the thumb indicator it will scroll14:08
ScottK-laptopIf I make a Konqueror window full screen, move all the way to the edge of the screen and click (this is KDE3) nothing happens.14:09
seeleScottK-laptop: are you using oxygen?14:11
seeleor ozone?  i think ozone has a thicker window border and maybe you are overshooting the hot area14:11
ScottK-laptopI'm fairly certain I'm using whatever Kubuntu Hardy defaults to.14:11
seelehmm WORKSFORME? :)14:12
seelelet me change my window theme14:12
ScottK-laptopseele: My point is it shouldn't be possible to overshoot the hot area.14:13
seeleScottK-laptop: i agree, the problem is i cant figure out how you are doing that14:14
* ScottK-laptop makes a screenshot.14:18
seeleoh interesting.. tab selection is remembered in kcm modules when you navigate between different modules14:20
ScottK-laptopseele: You tell me.  What am I running: http://kitterman.com/kubuntu/desktop.png14:21
seeleScottK-laptop: do me a favor and change your window style and see if you still have that problem14:24
seelei dont have that style installed for some reason14:24
ScottK-laptopOK.  I didn't remember I changed it, but I guess I did.14:25
seeledo you still have the problem if you change the window theme?14:27
ScottK-laptopWhen you say window style, you mean go into Appearance -> Style and change it to something like polyester, right?14:28
seeleAppearance -> Windows14:29
seelethat changes the widgets too14:29
ScottK-laptopI have Appearance -> Window Decorations?14:29
seeleyes14:30
ScottK-laptopIn polyester there are still about two pixels width that aren't hot.14:30
seelehmm14:31
Riddell"So it sounds like Chicago’s own nixteral AKA Richard Johnson will be moving to South Africa tomorrow. Best of luck Richard" huh?14:42
seelewhat?  i didn't know SA was even on his list14:47
Riddellseele: it said it on Planet Ubuntu, so it must be true14:50
seelelies!15:01
seelenixternal: ping!15:01
nixternalno, I am not moving to South Africa...it was a joke at BarCamp to get Freddy to show up...and then he went and blogged it15:02
nixternalhehe15:02
seelephew15:02
nixternalI already said I am moving in with Riddell :P15:02
seeledid you get your new orders?15:02
nixternalI will sleep in the chincilla cage15:03
nixternalno more orders for me!15:03
nixternalunless it is a happy meal :)15:03
seelei'll send you a blanket.  i hear it is cold and rainy in scottland.  ALL YEAR ROUND15:03
Riddellthe chinchillas have moved out and I'm taking apart the cage today15:03
seeleyour service is over?15:03
seelenot a lifer?15:03
nixternalnever a lifer15:03
nixternalNAVY == Never Again Volunteer Yourself15:04
seelehaha.. i should tell my brother that15:06
nixternalhe already knows that I am sure15:08
Riddellnixternal: did pinentry-qt4 get packaged?15:11
Riddell- other desktop environments like Gnome or XFCE.15:12
Riddell+ other desktop environments like GNOME or Xfce.15:12
Riddellapachelogger_: xfce not an acronym?15:13
Riddellapachelogger_: why do knetworkmanager icons need to be in hicolour?15:14
apachelogger_Riddell: lintian cried about xfce15:14
apachelogger_Riddell: knetworkmanager application icons15:14
Riddellcurious15:14
apachelogger_otherwise we don't have an icon in KDE 4 :)15:15
nixternalRiddell: on my list for today15:15
Riddellapachelogger_: right15:15
=== apachelogger_ is now known as apachelogger
Riddellapachelogger: ok, fixed upstream, will upload patch15:18
apacheloggerRiddell: knetworkmanager is in KDE svn?15:19
Riddellapachelogger: yep http://websvn.kde.org/branches/work/knetworkmanager/15:19
apacheloggerah, cool, didn't know that :)15:19
Riddellapachelogger: knm and g-q-e uploaded15:19
apacheloggerthank you15:19
Riddellthank you15:19
Riddellanyone want to update meta-kde?15:59
nixternalRiddell: http://packages.debian.org/experimental/pinentry-qt416:02
nixternalI didn't see that the other day16:02
Riddellnixternal: does it work?16:04
Riddellnixternal: can I sync it?16:04
nixternalchecking now16:04
nixternalRiddell: it works, you can sync it16:22
Riddellnixternal: thanks16:30
* JontheEchidna is back16:31
seeleRiddell: are you on kde-core-devel?17:06
nixternalwhat directory is kde4 docs HTML/en/common under in Intrepid?17:07
nixternal/usr/share/doc/kde4/HTML/en/common ?17:10
Riddellseele: I don't read it much17:17
JontheEchidnanixternal: I think so17:17
JontheEchidnaRiddell: http://i31.photobucket.com/albums/c355/Woremar/softwareproperties.jpg17:19
seeleRiddell: so apparently not everyone knows what the future plans for nepomuk is.  "Desktop Search" is a good label for it, but apparently it will do more than search in the future (what that is, i'm not sure)17:20
seelei'm going to submit a kde bug to change the labels in system settings, but if it doesnt get done we should just patch17:21
seelemost people seemed ok with desktop search17:21
Riddellnixternal: yes17:21
Riddellseele: there were a bunch of possible uses listed in the Nepomuk talk at akademy, I can't currently remember any17:23
Riddellseele: want me to change the labels in trunk?17:23
seeleRiddell: i dont know if anything not related to search is in the immediate future anyway17:24
seeleRiddell: yeah sure, Sound = "Sound and Video" or "Multimedia" (dont care which), Solid = "Hardware", Nepomuk = "Desktop Search"17:25
jtechidnaRiddell: Port is just about done17:50
jtechidnaBut I get a nasty crash when I close it :/17:50
jtechidnajonathan@jonathan-desktop:~/Documents/python/software-properties/pykde4$ kdesudo python software-properties-kde17:51
jtechidnakdesudo(16647) KdeSudo::KdeSudo: [ /build/buildd/kdesudo-3.2/kdesudo/kdesudo.cpp : 157 ]  creating xauth file:  "/usr/bin/xauth -q -f /tmp/kdesudo-T16647-xauth generate :0 . trusted timeout60 >/dev/null 2>&1"17:51
jtechidna/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet17:51
jtechidna  warnings.warn("apt API not stable yet", FutureWarning)17:51
jtechidnano updateFalse17:51
jtechidnaKCrash: Application 'software-properties-kde' crashing...17:51
jtechidnaI was unaware python apps crashed17:51
Riddellhmm, means some fiddly thing is happening like the KApplication being deleted17:52
jtechidnawhee17:52
jtechidnahttps://code.edge.launchpad.net/~echidnaman/software-properties/pykde417:52
jtechidnaI think that rev536 contains the only changes that could cause the crash17:55
jtechidnaor maybe not18:03
jtechidnahmm18:03
jtechidnaMaybe I need to port the OptionParser stuff to kde...18:13
nixternalRiddell: uploading new kubuntu-docs package...the new base of the docs future18:16
Riddelljtechidna: no obvious problems18:34
Riddellnixternal: great!18:34
Riddell"*** glibc detected *** python: corrupted double-linked list: 0x0a6be6f0 ***"18:36
Riddelljtechidna: this fixes it http://paste.ubuntu.com/38551/18:46
Riddelljtechidna: I've seen this problem before and I believe there's a workaround, but I can't remember what18:47
Riddelljtechidna: maybe e-mail simon edwards and ask if he knows18:51
Riddelljtechidna: the command line parser stuff may well not work, kcmlineargs will complain that options are used it doesn't know about18:52
jtechidnaRiddell: thanks18:56
jtechidnayeah, the option parser stuff is broke18:57
jtechidnaRiddell: http://www.riverbankcomputing.co.uk/static/Docs/PyKDE4/faq.html#faq-exit19:25
Riddelljtechidna: hmm19:26
Riddelljtechidna: sounds easy to fix19:26
jtechidnaChange the ui file to be a main window?19:27
jtechidnaJockey uses a dialog and not a main window19:28
jtechidnaI wonder why it works19:28
Riddelljtechidna: just create a KMainWindows and call setMainWidget(self.userinterface)19:29
Riddell(or whatever that method is called)19:29
jjesse_nixternal: hey don't mess with my commits of kubuntu-docs :)19:32
=== jjesse_ is now known as jjesse
nixternaljjesse: system-settings?19:33
nixternalthat was the only update I saw19:33
jjesseyeah system settings ;)19:33
jjessestarted to work on them19:33
jtechidnaAh!19:35
jtechidnaIt's setCentralWidget19:35
NightroseRiddell: https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/257993 in case you were not aware of that19:40
ubottuLaunchpad bug 257993 in amarok "Insecure creation of magnatune temp files" [Low,In progress]19:40
jtechidnaOh hey I reported that19:41
Riddellah, cool19:45
jtechidnaRiddell: anything obviously wrong with this? http://paste.ubuntu.com/38568/19:49
jtechidnaThe window shows for a second then disappears19:49
Riddelljtechidna: try self.mainWindow = KMainWindow()19:53
jtechidnaRiddell: Same results19:56
jtechidnamaybe we need a self.mainWindow.show()?19:56
jtechidnawhoa, it works19:57
jtechidnawindow size is a bit off19:57
jtechidnabut it works19:57
jtechidna...and still crashes19:57
jtechidna-_-19:57
jtechidnaI guess that wasn't the problem?19:59
Riddellguess not :(20:00
jtechidnaMaybe OptionParser is passing stuff on to KApplication that KApplication can't deal with?20:02
jtechidnabrb20:03
jtechidnahmm, but optionparser just passes stuff on to the SoftwarePropertiesKDE class20:06
* jtechidna is stumped20:10
=== jtechidna is now known as JontheEchidna
Riddellapachelogger: gtk-qt-engine_1.1+svn20080816-0ubuntu1.dsc: Version older than that in the archive. 1.1+svn20080816-0ubuntu1 <= 1:0.8-2ubuntu320:43
Riddelladd an epoch?20:43
ScottKNooooooooo!20:48
RiddellScottK: no?20:49
ScottKDoes Debian have this package?20:49
ScottKOnce we have the epoch and they don't, we're kind of screwed aren't we?20:49
RiddellScottK: we already have the epoch20:50
Riddellthat's the problem20:51
Riddelldunno about debian20:51
ScottKAh20:51
ScottKLovely.20:51
ScottKDebian has the epoch too.20:52
Riddellsorted20:52
RiddellI'll add and re-upload20:52
ScottKgtk-qt-engine |    1:0.8-4 |      unstable | source, alpha, amd64, arm, armel, hppa, hurd-i386, i386, ia64, m68k, mips, mipsel, powerpc, s390, sparc20:52
seelewhat's an epoch?20:55
Riddellseele: when someone messes up the version number and we need to upload a version with a smaller number you can add an epoch to the package version number20:56
Riddellall KDE packages are at 4:4.1.0 where the first 4 is the epoch because a certain chap called Kulow messed up the versioning four times when he was a Debian packager :)20:57
seeleaah, ok20:57
seelethanks20:57
seelehow did he screw it up four times?  by himself?20:58
Riddellit started with cvs revision numbers I think, then something like 1.0beta which is bigger than 1.021:00
=== rdieter is now known as rdieter_away
apacheloggerRiddell: the coolo kulow?21:59
* apachelogger was already wondering ;-)22:00
Riddellapachelogger: there's only one :)22:28
apachelogger:D22:28
Tonio_Riddell: now we have kde4 kdebluetooth, shouldn't we change the seeds for desktop-recommends ?23:08
apacheloggerRiddell: http://aplg.kollide.net/kubuntu/debdiffs/akonadi_1.0.0-0ubuntu1_to_ubuntu2.diff23:08
apacheloggerwe really need a version control for the packaging23:09
ScottKIt'd be great to have some that wasn't so slow the heat death of the universe may come before you finish your checkout.23:15
RiddellTonio_: sure, go ahead23:29
Tonio_Riddell: ok will do tomorrow ;)23:30
Tonio_Riddell: time to bed for me23:30

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