[01:05] is anybody seeing gpm crashes at startup? [01:06] not me [01:06] i've just seen like 5 new bug reports in a row, since i did an upload earlier [01:06] but they've all failed to retrace, and i cant recreate it [01:06] ah, I won't have upgraded to that yet [01:06] james_w - please try :) [01:06] wilko [01:08] chrisccoulson: Is it a crash when they press enter for the first time? [01:09] RAOF, from the bug reports i've seen, gpm is just plain crashing as soon as it loads [01:09] without having to do anything [01:09] * RAOF can't immediately blame it on plymouth, then. [01:10] right, i've got a clue whats going on now and why i don't see it [01:10] the HAL brightness code changed, and my laptop doesn't use HAL for brightness [01:14] cj - did you just report a gnome-power-manager crash? [01:16] gpm fine after a session restart here [01:17] we must be pretty unlucky [01:17] the reports are flooding in now ;) [01:17] is it the g_type_create_instance one? [01:17] james_w - yeah [01:18] pretty odd stacktrace [01:18] you could create an apport pattern for it to catch the duplicate flood [01:18] the retraces are failing because the dbgsym package isn't on ddebs yet [01:18] hah [01:18] if i could find someone to recreate it, i will send them the debug symbols ;) [01:19] it's at times like this you marvel at the efficiency of our QA process :-) [01:19] the ones I'm looking at haven't been tagged failed-retrace [01:21] /usr/share/gnome-power-manager/gnome-power-bugreport: 80: devkit-power: not found [01:21] * TheMuso is on a desktop when at home so not likely to be bitten by this bug. [01:21] I haven't updated yet either. [01:22] james_w - oh, that needs updating to upower [01:22] yeah [01:22] probably not related [01:22] otherwise we would likely see it too [01:24] i'm going to just diff the whole gpm source [01:24] i might spot something there [01:24] chrisccoulson: I don't think so. not unless it was automatically reported. [01:25] chrisccoulson: sounds like something I would have reported, though [01:25] cj - you're not the reporter of bug 530364 then? [01:25] Launchpad bug 530364 in gnome-power-manager "gnome-power-manager crashed with SIGSEGV in free()" [Undecided,New] https://launchpad.net/bugs/530364 [01:27] chrisccoulson: not me. https://launchpad.net/~cjcollier <- me [01:28] heh, sorry, wrong person then ;) [01:28] np [01:29] ah, spotted it anyway [01:30] you found the bug? [01:31] james_w - yeah, an uninitialized GError in the HAL brightness initialization [01:31] thats why i don't see it [01:31] nice catch [01:32] is that the undeclared one that caused the ftbfs? [01:32] james_w - yeah, i added in the declaration to fix the FTBFS, but forgot to initialize it ;)O [01:32] so, thats sort-of my fault [01:32] :-) [01:46] Gotta love those brown paper bag bugs. :p === bjf is now known as bjf-afk [07:13] Good morning [07:31] morning pitti :) [07:33] hey nigel_nb [07:34] hello, having a good week so far? [07:35] yes, indeed! how are you? [07:37] not bad. In fact a great week :) [07:39] fixing an mplayer bug now. [07:39] but it seems to have build troubles ugh! [07:45] pitti: ping re: metacity (1:2.28.1-0ubuntu2) lucid [07:45] kermiac: hi! what about metacity? [07:45] a number of people have "run a terminal" defaulting to ALT+T, not CTRL+ALT+T [07:46] any ideas? [07:46] you mean they set it to that manually? [07:46] no, it is defaulting to that [07:46] gconftool -g /apps/metacity/global_keybindings/run_command_terminal [07:47] ? [07:47] in my case I have a stock standard alpha 3 with all updates & it is defaulting to that [07:47] ok, 1 sec [07:49] pitti: that command returns T [07:51] kermiac: can you please pastebin the output of [07:51] gconftool -a --ignore-schema-defaults /apps/metacity/global_keybindings [07:52] ok, 1 sec again :) [07:53] kermiac: and check the output of [07:53] grep -B 1 run_command_terminal /var/lib/gconf/debian.defaults/%gconf-tree.xml [07:56] pitti: http://ubuntu.pastebin.com/fNxXL9fj [07:56] sorry for being slow, got to C&P between karmic & lucid puters [07:56] kermiac: oops, can you please redo the last one with -B2? [07:56] ok, will do [07:57] kermiac: no need to copy&paste it, just check whether it says "<Shift><Alt>Tab" [07:57] argh, screw me [07:57] kermiac: ignore my previous lines [07:57] kermiac: so, please do that with -A1 [07:57] instead of -B2 [07:57] kermiac: and check whether it says "<Ctrl><Alt>T" [07:58] kermiac: or is missing the "<Ctrl>" bit [07:59] pitti: says no file or directory. can you please give me the whole command again to ensure I input correctly? [07:59] grep -A1 run_command_terminal /var/lib/gconf/debian.defaults/%gconf-tree.xml [08:01] ok, that returns the string value above [08:01] ok, so it looks like the value got changed in your local gconf tree [08:02] kermiac: grep -r run_command_terminal ~/.gconf [08:02] does that output anything? [08:03] /home/kermiac/.gconf/apps/metacity/global_keybindings/%gconf.xml: [08:03] that should've been 2 separate line [08:03] right, and that is Alt-T [08:03] as the gconftool output from above showed [08:04] * kermiac is in over his head [08:04] kermiac: can you replicate this in the guest session or with a new user? did you ever open/change the keyboard shortcuts dialog? [08:04] I have not changed any settings. Also this behaviour has been experienced by at least 3 other people. [08:04] kermiac: oh, I assume you are running compiz? (with desktop effects0 [08:04] I will try in a gues session [08:05] um, whatever is default atm [08:05] I think compiz reads hte metacity keybindings and does something funky with them [08:05] yes, I guess that's compiz. want me to try with desktop effects totally disabled? [08:06] kermiac: it wouldn't help for your user, because your per-user gconf setting is already customized [08:06] kermiac: what you could try is to unset the key for you with [08:06] gconftool -u /apps/metacity/global_keybindings/run_command_terminal [08:06] then you should have ctrl+alt+t back [08:06] and then see what you have to do to get back alt+t [08:06] ok, I'll try it [08:07] ok, that removed the ALT+T binding [08:08] but CTRL+ALT+T isn't working [08:08] I think you have to restart your session for compiz to notice [08:08] ok, 1 sec [08:09] Amaranth: ^ how/when does compiz evaluate the metacity keybinding gconf settings? [08:09] good morning [08:09] Amaranth: I'm not sure how this can happen (forgetting the modifier), any idea? [08:09] didrocks: bonjour monsieur! [08:09] pitti: ok, after restarting the session ALT+T is back [08:10] Guten Tag pitti :) [08:10] kermiac: and grep -r run_command_terminal ~/.gconf gives output again, I suppose? [08:10] 1 sec [08:10] kermiac: ok, thanks; would you mind reporting a bug against compiz for that? [08:11] ok, should I just comment & change the package for the original bug report? [08:11] kermiac: oh, if there's an existing one, please do [08:11] bug 529852 [08:11] Launchpad bug 529852 in ubuntu "T opens up terminal, even though I haven't assigned it anywhere" [Undecided,New] https://launchpad.net/bugs/529852 [08:11] ok, will do. Thanks for your help pitti :) [08:11] thanks [08:37] good morning everyone [08:39] Good morning chrisccoulson! Ready to take the baton for Chris-es in #ubuntu-desktop? :) [08:39] hey chrisccoulson, good morning [08:39] heh ;) [08:39] It's very much like the changing of the guard :) [08:39] hey pitti [08:40] RAOF - yeah. it's a shame you'll not be around for the 1630 meeting this afternoon ;) [08:40] hey chrisccoulson, RAOF, pitti [08:40] that would be confusing [08:40] hey seb128 [08:40] Evening seb128 :) [08:40] bonjour seb128 [08:40] well, so much for an early night after my first day ;) [08:42] chrisccoulson, when did you go to bed? [08:42] hey chrisccoulson, RAOF :) [08:42] salut seb128 [08:42] lut didrocks [08:42] seb128 - about 2am ;) [08:42] hey didrocks [08:42] utch ;-) [08:42] chrisccoulson, at least no commuting early in the morning [08:42] i was going to go to bed earlier but then my inbox suddenly started filling up with gpm crashes as everyone upgraded ;) === tkamppeter_ is now known as tkamppeter [08:43] RAOF, thank you for the gjs update [08:43] i also fixed the issue with the about-me dialog too [08:43] chrisccoulson, oh? [08:43] the gpm crashes are bugs in the new version? [08:43] oh, were [08:43] I see a late upload :-) [08:44] seb128 - i had to declare a GError to fix a build failure with the new version, but i forgot to initialize it ;) [08:44] i didn't see the crash, as it only affected people who don't use xrandr for brightness [08:44] ah I see [08:45] and the about-me issue is due to a gtk change [08:47] chrisccoulson, oh? anything I should sponsor? [08:47] hey bratsche [08:47] Hey seb128 [08:47] seb128 - yeah, i pushed the change to bzr (for g-c-c) [08:47] chrisccoulson, ok thanks [08:47] i'll send that upstream this morning too [08:47] bratsche, had a good night? [08:48] Yeah [08:55] this is a pain, i have to go to my other computer to commit to gnome git [08:56] bratsche: its what, 2am now ? :P [08:56] chrisccoulson: i'm sending the nautilus unmount bug upstream , but you can confirm it happens , right? [08:56] lifeless: 9am [08:57] wow, you're further east than I thought. [08:57] bratsche: or are you in London or something atm ? [08:57] lifeless: If I were at home it would be 3am now, but I'm in London. :) [08:57] vish - i haven't confirmed it yet, but i believe you ;) [08:57] ;) [08:57] i can try in a bit, but i've got other stuff to do first [08:58] vish, I got similar issues with nautilus recently [08:58] chrisccoulson: hehe , havent i heard that before ;p [08:58] k.. upstreaming :) [09:01] right, gpm fix committed in git [09:01] chrisccoulson, good job ;-) [09:04] pitti: do you want me to assign you to bug 529852? [09:04] Launchpad bug 529852 in compiz "T opens up terminal, even though I haven't assigned it anywhere" [Undecided,Confirmed] https://launchpad.net/bugs/529852 === sabdfl1 is now known as sabdfl [09:05] kermiac: I won't be able to work on it, but I can talk to some people to find out the reason, so please go ahead [09:05] heh [09:05] ok, np thanks pitti :) [09:05] pitti, you broke it you fix it :p [09:05] lolz [09:05] or let's drop your change otherwise [09:06] we have other things to debug, that was supposed to be a trivial keybinding change [09:06] if it's not let's forget about it? [09:08] seb128 - bug 530501 is weird ;) [09:08] Launchpad bug 530501 in nautilus "idont no" [Undecided,Fix committed] https://launchpad.net/bugs/530501 [09:08] confused users ;-) [09:17] chrisccoulson: that is indeed an odd bug :) [09:18] didrocks, I think bug #530437 is your bug [09:18] Launchpad bug 530437 in nautilus "Inserting an SD card offers no applications to open the card with" [Low,Incomplete] https://launchpad.net/bugs/530437 [09:19] didrocks, you don't have any photo import software on une? [09:19] ie nothing dealing with cameras and import? [09:24] hmmm, interesting gnome-panel security bug: "I deleted all my gnome-panel panels by mistake. I went to terminal, and typed in sudo gnome-panel (wouldn't work in ALT+F2). I LITERALLY BECAME ROOT. I WAS IN ROOTS HOME FOLDER AND ALL, I HAD ALL IT'S PRIVELIDGES." [09:24] ;) [09:28] wow [09:28] sudo works, stop the line! [09:29] heh [09:29] its amazing that the user seems genuinely surprised [09:32] seb128 - do you have any opinion on bug 464783? [09:32] Launchpad bug 464783 in gnome-terminal "gnome-terminal should default to 80x25 for application compatibility" [Undecided,Confirmed] https://launchpad.net/bugs/464783 [09:33] no [09:33] I've never been annoyed by that [09:33] but I don't use lot of command line tools which rely on that layout [09:34] seb128: sorry, I was on phone, there is an issue with automount stuff in netbook-launcher (for instance, clicking on a partition in n-l doesn't mount it). It can be related. I'm logging it, thanks [09:34] I will let other people comment there ;-) [09:34] seb128 - thanks [09:34] didrocks, that one seems rather than you have no camera software [09:34] ie no f-spot, no gthumb [09:34] seb128: let me open the bug report, just looked at the title :) [09:34] nothing able to import photos from a camera [09:35] I was thinking we had gthumb, let me check [09:35] oh you do? [09:35] (no f-spot for sure) [09:35] so you might want to debug why it's not listed there [09:35] I'm booting :) [09:35] gthumb is listed as an import app there [09:36] but that's on my laptop not on une [09:36] oh no gthumb, I was really thinking we added it [09:36] didrocks, ok, so it's your bug [09:36] right :) [09:36] your users want a camera import software ;-) [09:36] sure ^^ [09:36] didrocks, thanks [09:36] thanks to you :) [09:41] right, time to brew some coffee [09:47] no objection of putting back gthumb to main? it was demoted in lucid (and depends now on libopenraw) which has always been in universe [09:49] RAOF: ok found what the alsa problem is. Just gotta work out a sane fix to patch in and send upstream and we should be good to go. [09:52] seb128, hi! Any plan to package latest gnome-icon-theme release? I'd like to start using it in Empathy [09:52] TheMuso: Excellent. Yay for non-regressing nouveau on PPC! [09:52] cassidy, isn't that late in the cycle for ui changes? [09:53] RAOF: If the kernel team give it the ok, indeed. [09:53] cassidy, we can package it today I guess [09:53] seb128, I'd ask to the RT before, but I'd *really* like to get rid of the status icons in Empathy [09:53] didrocks - gthumb hasn't been properly ported to gio yet has it? [09:54] cassidy, I'm not convinced that should go in this cycle [09:54] cassidy, how will that work with other icon themes? [09:54] (or it hadn't last time i looked) [09:54] 2.11 might have [09:54] seb128, gnome-icon-theme now ships status icons as defined in the naming spec; it totally make sense for Empathy to use them [09:55] cassidy, right, but what about other themes, will that break anything for those users who don't use the gnome theme? [09:55] cassidy, like is there a fallback and where in those cases? [09:55] seb128, my plan was to fallback to current icons yeah [09:55] cassidy, or do we need to fix all the themes? [09:55] cassidy, so you would keep the current icons in empathy installed in hicolor? [09:56] didn't GTK+ automatically fallback to gnome-icon-theme if the theme doesn't implement an icon? [09:56] no [09:56] only if you use a theme which inherit from gnome [09:56] I see [09:56] which is not always the case under other desktops [09:56] I guess I'd keep them for now as fb then [09:57] ok, seems good then ;-) [09:57] will update g-i-t [09:57] thanks [09:57] np [09:57] chrisccoulson: right, it still depends on gvfs-bin. Does it really matter compared to having no app for opening your photos? (I don't have too much clue on gio port) [09:57] seb128, I'm not sure I'll actually do it but having the package is always good [09:57] indeed [09:57] we were waiting for this release since months [09:58] didrocks - gthumb seems to keep having issues where it conflicts with gvfs [09:58] we should probably update to 2.11 [09:58] debian has it [09:58] ie, gvfs mounts camera to gphoto URI, then gthumb tries to mount camera too [09:58] and gthumb fails because only one application can access it [09:58] they did quite some refactoring apparently [09:59] i've not seen if 2.11 is any better [09:59] chrisccoulson, I though the wrapper was doing a gvfs-umount to avoid that? [09:59] chrisccoulson: each time? let me give it a try [09:59] seb128 - yeah, i think so [09:59] but that's not very nice [09:59] indeed [10:01] didrocks - bug 442448 for example [10:01] Launchpad bug 442448 in gthumb "gthumb photo import tool fails, error in io-library" [Low,New] https://launchpad.net/bugs/442448 [10:01] what's is the wrapper? [10:01] quilt shell is nice; that makes 99_autoreconf.patch so much easier [10:01] didrocks - i think the Exec line in the desktop file does some hackery to gvfs-umount camera devices when opening gthumb [10:01] I need to try this one [10:01] to ensure it can get a lock on the device [10:02] pitti - i wrote a small script for doing autotools update with quilt [10:02] is there a shell too? [10:02] quilt shell [10:02] it's quite new [10:02] cool! [10:03] urgh this is a mess. [10:03] TheMuso - ? [10:04] chrisccoulson: re what I was talking with to RAOF above. [10:06] chrisccoulson: well, you're right, that doesn't work at all [10:06] didrocks - maybe try 2.11 [10:06] i know there has been some effort on a gio port, but i don't know how far it got [10:06] ok, let's see [10:07] debian has it if you want to try [10:08] TheMuso: After I've finished the washing up I can show you how to easily just not build the alsa bits. [10:08] chrisccoulson: hi [10:08] hi asac, how are you? [10:08] great ;) [10:08] TheMuso: If that's helpful. [10:08] RAOF: Its fine, this is fixable, its just a mess. It needs to be fixed for upstream regardless. [10:09] TheMuso: I guess ALSA failing to build on PPC64 is probably even more concerning than not having nouveau in Lucid :) [10:09] RAOF: yeah probably. It builds in the kernel fine, but due to the alsa folks not defining __powerpc64__ in the alsa-driver config/makefiles, it craps out. [10:14] i'm going to take the libwnck update if nobody wants to do it [10:14] chrisccoulson, please do [10:14] cool, i'll do that now [10:15] * seb128 wonders if pitti just ignore him today [10:15] seb128: ? I said good morning :) [10:16] pitti, still waiting for you to reply to that alt-t bug [10:16] or rather my comment about it before ;-) [10:16] seb128: ah, I got the bug mail [10:16] seb128: and waiting for Amaranth to explain to me what compiz does with metacity's keybindings [10:16] seb128: I have the same feeling with cjwatson about the ubiquity merge :) [10:16] oh ok [10:16] seb128: merely starting compiz causes the user's gconf key to be set to Alt+T [10:16] didrocks, which is? [10:17] seb128: and that can hardly be related to changing the system wide default value? (which is correct) [10:17] pitti, ok, I had the impression you were not interested by debugging it before reading your comment [10:17] pitti, so I was suggesting just reverting the change [10:17] pitti, we have other issues to track [10:17] seb128: you know, my favorite subject for the last 3 weeks, wallpaper caching (and ubiquity, chapter 5!) [10:17] seb128: but yes, if it's nontrivial, let's revert it [10:17] seb128: it might destroy other keybindings as well, though [10:17] ok, let's wait a bit for compiz guys to comment [10:17] and revert otherwise [10:18] ok, one more indicator patch in lucid [10:18] didrocks, right, but what about it now? [10:18] pitti, oh, which one? [10:18] polkit-gnome [10:18] nice [10:19] I'm wondering if we should start running autoreconf a buildtime... [10:19] though we might as well stay on what we have for lucid now [10:19] seb128: I just hl with the branch yesterday and proposed the merge for higher visibility today. Just waiting for an ack or a "looking at it later" to ensure my hilight was seen :) (and hopefully, to close the wallpaper book :)) [10:19] upstream versions will not change a lot [10:19] and rework our packaging workflow next cycle [10:20] didrocks, oh ok, I didn't put the "same feeling" in context before [10:20] didrocks, I though it started going to roundtrips with "not the right component to change" [10:21] seb128: oh no, hopefully, this time it should be ok :) [10:22] seb128: for lucid+1, this might be appropriate indeed [10:28] 2.11.1 is nicer at least with my camera :) [10:29] but I need to patch it because the importer doesn't fit at all on a netbook screen [10:33] seb128: ok, so AFAICS we have g-s-d/libgnomekbd, vino, banshee, and brasero indicator patches left [10:34] pitti, ok [10:34] pitti, g-s-d,libgnomekbd is on my list [10:34] it will be g-s-d only we agreed on that [10:34] easier to maintain for us [10:34] seb128: ah, good; can I assign that to you then? [10:34] banshee is for universe [10:34] seb128: I'll take a look at brasero [10:34] yes please [10:45] chrisccoulson: you just earned your first work item with your new firefox hat :) [10:45] pitti - excellent :) [10:45] chrisccoulson: I added you to canonical-desktop-team and regenerate the work item charts now [10:46] chrisccoulson: have you heard about the work item tracker already? [10:46] pitti - yeah, i've seen that [10:49] seb128: can you sync gthumb 3:2.11.1-2 from debian unstable, please? [10:50] didrocks, ok [10:51] seb128: thanks :) [10:51] np [10:51] bryceh: if you create a meeting page, please use the meeting template [11:02] chrisccoulson: http://people.canonical.com/~pitti/workitems/canonical-desktop-team-ubuntu-10.04-beta-1.html -> updated now [11:02] why does the printer driver subsystem use alien? [11:03] pitti - thanks, looking now :) [11:05] sabdfl: hm, it shouldn't any more; openprinting.org now has proper .deb packages as well [11:05] tkamppeter: ^ [11:05] sabdfl: where did you see it using alien? [11:08] didrocks, you might want to move the nautilus bug somewhere else too [11:09] seb128: right, the ubuntu-netbook metapackage seems to be a good choice [11:09] pitti, sabdfl: I do not remember that we have ever used alien in the printing subsystem of Ubuntu. I have always put up LSB packages on OpenPrinting in both RPM and Debian formats. [11:09] done [11:10] thanks [11:10] didrocks, gthumb synced btw [11:10] * didrocks hugs seb128 [11:10] * seb128 hugs didrocks [11:35] $ automake [11:35] gtk-doc.make:53: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL [11:35] seb128: ^ did you see that before by chacne? (autoreconfing brasero) [11:36] pitti, yes [11:37] try running gtkdocize [11:37] I think that's it [11:37] or the upstream autogen.sh [11:37] that usually works too [11:37] there's no autogen.sh [11:37] but gtkdocize did the trick [11:37] get it from git ;-) [11:37] * pitti hugs seb128 [11:37] * seb128 hugs pitti === MacSlow is now known as MacSlow|lunch [12:30] seb128 - i pushed the libwnck update to bzr now [12:30] that was a nice and simple one ;) [12:31] i'll take gedit after lunch [12:36] re [12:36] chrisccoulson, I'm just back from lunch [12:36] chrisccoulson, you don't have upload access to libwnck? [12:37] seb128 - i'm assuming now. i can't upload gnome-panel, so i don't think i'll be able to upload libwnck either [12:37] s/now/so [12:38] those sets are mystery to me [12:38] heh [12:38] sponsoring now ;-) [12:38] i don't think anything in desktop-core (where gnome-panel is) can pull in anything from ubuntu-desktop (which is what i can upload) [12:39] chrisccoulson: you're right [12:39] $ ./edit_acl.py query -s libwnck [12:39] == All uploaders for package 'libwnck' == [12:39] Archive Upload Rights for ubuntu-core-dev: package set 'core' in karmic [12:39] Archive Upload Rights for ubuntu-core-dev: package set 'core' in lucid [12:39] you guys should have access to desktop-core too [12:39] didrocks, didn't you run for main upload rights? [12:39] seb128 - i need to apply for core-dev for that ;) [12:39] seb128: right, the meeting is in a few hours :) [12:39] yay didrocks \o/ [12:40] * didrocks crosses fingers :) [12:40] hum [12:40] debcommit got the version wrong, weird [12:41] seb128: you mean, the debian one? [12:41] debcommit: failed tagging with 1:2.29.6-0ubuntu1 [12:41] libwnck (1:2.29.91-0ubuntu1) lucid; urgency=low [12:41] in the changelog [12:41] hmmm [12:41] hum, no, so I didn't get that issue (sometime from a merge, it took the last debian revision… but I only had this one and can't reproduce) [12:42] that's very strange indeed [12:42] anyway, me -> lunch :) [12:42] chrisccoulson, enjoy! [12:43] enjoy chrisccoulson :) [12:56] pitti, wow! thanks for handling the meeting setup for me [12:56] rickspencer3: good morning [12:56] pitti, do you think it's possible for us to start the meeting 30 minutes late? [12:56] I am doing a class for Opp. Dev. Week that overlaps it a bit [12:58] good morning rickspencer3 [12:58] hi didrocks [13:00] hey rickspencer3 [13:01] hi seb128 [13:03] rickspencer3: no problem from my side === MacSlow|lunch is now known as MacSlow [13:05] thanks pitti [13:06] pitti, thank you for taking care of the template and adding the new Chris's to the lp team [13:07] rickspencer3: you're welcome [13:07] rickspencer3: it occurred to me when I assigned chrisccoulson his first work item :) [13:07] :) [13:09] pitti, I assume that work item was for compiz? [13:09] rickspencer3: yes, "take over maintenance and fix all bugs" [13:09] good [13:09] sounds about right [13:11] chrisccoulson: no luck, that's because RAOF is in Sydney and you're in Europa that your are technically the last newcomer :) [13:11] heh ;) [13:12] i hear robert_ancell would like to maintain compiz [13:12] ;) [13:14] chrisccoulson: no, he's maintaining all the featured apps that he proposed :) [13:29] pitti - do you want me to add my activities to https://wiki.ubuntu.com/DesktopTeam/Meeting/2010-03-02 this week? (there's no heading with my name in the template) [13:38] chrisccoulson: I didn't expect you to have a report after just one day, but if you want, go ahead :) [13:39] well, it might be a fairly short report ;) [13:47] hmmm, sound seems to broken on my laptop today [14:04] * mvo celebrates commit r600 in s-c [14:05] mvo, rock on ;-=) [14:05] :) [14:05] * pitti yays mvo [14:06] mvo, almost caught up with gwibber :) [14:06] and gwibber is much old [14:06] +er [14:06] * kenvandine reboots to see if it makes desktopcouch happier [14:07] chrisccoulson, bug #530684 is yours [14:07] Launchpad bug 530684 in gnome-user-share "nautilus errors in ~/.xsession-errors" [Undecided,New] https://launchpad.net/bugs/530684 [14:07] kenvandine, hey [14:08] seb128 - i just pinged hadess on #gnome-hackers about that one [14:08] it seems it needs to register a different type name, to not conflict with nautilus-share [14:08] right [14:12] hey seb128 [14:12] pitti: did you upload your fixes to the Xsession startup patch to Ubuntu? [14:12] james_w: not sure which patch you mean? [14:13] debian bug 570447 [14:13] Debian bug 570447 in xorg "x11-common: Optimize speed of Xsession.d scripts" [Wishlist,Open] http://bugs.debian.org/570447 [14:13] james_w: yes, I did [14:13] bug 530675 [14:13] Launchpad bug 530675 in dbus "75dbus_dbus-launch: 13: has_option: not found" [Undecided,New] https://launchpad.net/bugs/530675 [14:14] 20x11-common_process-args doesn't define has_option in my copy from 1:7.5+1ubuntu9 [14:14] indeed, I seem to get that as well [14:14] i remember seeing that too [14:14] so either conffile handling meaning the changes aren't applied, or I'm misreading your patch [14:15] it was definitively in http://launchpadlibrarian.net/39389960/xorg_1%3A7.5%2B1ubuntu5_1%3A7.5%2B1ubuntu6.diff.gz [14:16] aah -- http://launchpadlibrarian.net/39589649/xorg_1%3A7.5%2B1ubuntu6_1%3A7.5%2B1ubuntu7.diff.gz reverted my patch [14:16] james_w: thanks for pointing out! will reupload [14:17] thanks [14:17] shall I reassign that bug and you drop the number in the changelog? [14:17] already done [14:18] * james_w hugs pitti [14:18] I should have known I would never beat you [14:18] pitti: I'm testing that PreconditionFailed thing, and I can't get it to error on staging by just adding a tag or editing the description [14:18] apparently you beat me by miles for discovering that bug in the first place! [14:18] pitti: have you ever tested against staging? [14:19] james_w: yes, the test suite runs against staging [14:19] hmmmmmm [14:19] mvo, is software-center having a weird category known? [14:19] ok [14:19] mvo, the same seems to made of glyphs [14:19] or using an alphabet when is not the latin one [14:19] james_w: I thought this bug would already have a reproducer, but I can write one; should be easy [14:19] seb128: its thai [14:19] latin or european, whatever you call what we use [14:19] seb128: its a feature - learn it [14:19] pitti: there are a couple on there [14:19] lol [14:20] (just kidding) [14:20] * seb128 hugs mvo [14:20] a bug [14:20] a BUG [14:20] pitti: I'm just trying to narrow it down [14:20] known? [14:20] seb128: yes - I fixed it this morning, sorry for that [14:20] mvo, ie want me to report it or you will handle without that? [14:20] mvo, ok all good then [14:20] * seb128 goes back to testing [14:20] no need to report, already fixed in bzr, it got confused when the xml was translated inline [14:21] mvo, the featured category is really nice now ;-) [14:21] well done! [14:22] thanks! next version will include eclipse and fretsonfire [14:22] well, you guys did the hard work of piccking good candidates :) [14:23] crap... desktopcouch is busted [14:28] james_w: uploading; thanks again for pointing out [14:28] np [14:28] thanks for fixing [14:28] bryceh, tjaalton: I uploaded a new xorg to reapply the changes from ubuntu6 (which got clobbered in ubuntu7); can you please commit this into your git? [14:30] heh, I can't seem to set a tag on staging at all, that's why I can't reproduce yet [14:30] \o/ huats [14:34] hello james_w !!! [14:34] sorry I must leave :) [14:34] my connection was not intentional ;) === robbiew_ is now known as robbiew [14:39] james_w: might be that staging is currently broken [14:39] james_w: my test suite doesn't run at all; if I try to file a bug, I get a page "Please wait while bug data is processed. This page will refresh every 10 seconds until processing is complete." [14:39] and that page regreshes itself for about 20 minutes already [14:39] perhaps it's related to that? [14:40] https://bugs.staging.launchpad.net/ubuntu/+source/coreutils/+filebug/p5OvbQB5UrpstVVWaJrGL1UqfEf?field.title=foo+crashed+with+NameError+in+fuzz%28%29 [14:40] I can reproduce now using the newMessage reproducer [14:40] but not just by manipulating tags like you seem to be able to [14:40] argh, my xorg upload got rejected [14:41] how come? [14:41] there was another ubuntu10 already today [14:41] ah yes [14:42] * pitti quickly uploads 11 until someone else comes along :) [14:43] hey for lucid this straciallatela thing is still maintained right? (the vanilla gnome thing) [14:43] jcastro: in principle yes [14:43] but all the indicator changes can't be reverted at runtime [14:44] so it becomes less and less useful these days [14:44] but if it doesn't run indicator-session then theoretically the apps should fall back right? [14:44] no, the tests for appindicator are at build time, and with #ifdefs usually [14:45] the Python changes are usually at runtime, but even they would just trigger the indicator over d-bus activation [14:46] fortunately the package has never been in main :) [14:47] pitti, no, they fallback [14:47] seb128: the python ones? how? [14:47] but the fallback is the libappindicator one [14:47] any [14:48] the libappindicator fallback to notification area [14:48] if there is no applet running [14:48] or rather no indicator service [14:48] well, but that doesn't help really? [14:48] since the behaviour of those is different [14:48] well sort of [14:48] it's a middle way yes [14:48] i. e. they have menus instead of reacting to clicks straight away, etc. [14:48] you are back to notification area [14:48] but with the same menus [14:48] right [14:48] right [14:49] I don't think we can do better [14:49] I agree [14:51] pitti: bug updated with some ideas for fixing this (nothing you can use currently) [14:52] james_w: you rock, thanks [14:52] pitti: if you can reproduce this using purely tag/status/etc. modifications on an existing bug I would love to know how [14:52] because what I just wrote doesn't cover that at all [14:52] and I wasn't able to trigger it using tags before staging took a nap [14:52] james_w: I'm not sure I can; I think it often happens with attribute changes and operations [14:53] my work around is to create fresh bug objects after just about every change [14:53] yeah [14:53] .lp_refresh() might save you some typing [14:54] just causes it to re-GET itself, so you don't have to know where it came from [14:54] oh, nice [14:56] the new bug heat stuff will mean that we get 412s randomly from now on anyway [14:56] because a script run from cron will occasionally update the value of heat in the bug between GET and PATCH [14:58] pitti: yep, pushed [14:58] tjaalton: cheers [15:19] http://lifehacker.com/5483366/simple-scan-makes-linux-scanning-beginner+friendly [15:19] simplescan is getting famous! [15:20] now if only my scanner would get proper linux drivers! [15:21] woot [15:23] simple-scan rocks indeed! [15:24] jcastro, interesting how implementing *fewer* features seems like genius to people [15:25] rickspencer3: xsane doesn't have the option of converting multiple pages into a PDF, or quantizing colors [15:25] lol [15:25] I have fond memories of xsane, but it's about time to let it rest. [15:25] multi-page PDFs for document is what pretty much everybody wants, but can't get from xsane or gimp [15:26] I am actually buying a scanner now [15:26] is it too late for me to say that simple scan was my idea? [15:26] * rickspencer3 thinks about how to grub credit for this [15:26] * pitti cheers rickspencer3 [15:26] scanner drivers is a sore spot [15:26] nope, there is no way, it was all robert [15:26] jcastro: beware, though; when I bought mine, _none_ of the ones that were in the shops would work with Linux [15:26] but I'll think of something [15:26] jcastro: I bought an used one from ebay [15:27] my scanner "just works" [15:27] pitti: yeah, the due diligance on scanners is painful. :( [15:27] what I want is some neat receipts like thing to make expenses suck less [15:27] jcastro: http://www.sane-project.org/lists/sane-mfgs-cvs.html FTW :) [15:27] jcastro: 99% of what my scanner does is to scan snail mail of insurance companies and the like into PDFs [15:28] * pitti hates paper [15:30] tjaalton: 107_dont_filter_input_subsys.diff > that now means x.org reacts/wakes up for every udev event? wouldn't it be more efficient to just extend the matches to "input" and (I suppose) "serial"? [15:32] pitti: that's what got in 1.8rc [15:33] tjaalton: it shouldn't hurt functionality wise, the filter is primarily meant to avoid unnecessary wakeups/comparisons in the callback [15:33] pitti: ok, I understand.. [15:33] so, "maybe" :) [15:33] tjaalton: not a biggie, it just caught my eye on -changes, and I was curious [15:33] I need to test it on my tablet too [15:34] tjaalton: so serial wacom tables aren't class "input" then? [15:34] I'd guess this was discussed already, will check [15:34] pitti: no, 'tty' [15:34] i. e. the kernel doesn't even have an evdev device for it? [15:34] ah, I see [15:34] the wacom driver talks to the device directly, not through input.h, I suppose [15:34] something like that [15:38] actually the subsystem is pnp, tty is for the tty device [15:39] * Ng hrms at all the funky new stuff that appears when connecting an iphone to lucid. I need to get rhythmbox reading this :D [15:39] pitti, I'm thinking that didrocks might want to start working for coredev in the next couple of years, what do you think? [15:39] rickspencer3: didn't we agree on centuries, rather? ;) [15:39] rickspencer3: I agree; the DMB meeting should happen right now, I hope he'll get approved [15:39] didrocks: how is it going? [15:39] pitti: it's just done, approved \o/ [15:40] YAY! [15:40] didrocks: well done [15:40] * pitti ^5s didrocks [15:40] thanks pitti! [15:40] * didrocks hugs pitti [15:40] with such good sponsors… :) [15:40] :) [15:41] didrocks, congrats! [15:41] seb128: thanks ;) and thanks for your testimonial again! [15:41] pitti: http://lists.x.org/archives/xorg-devel/2010-February/005618.html [15:42] didrocks, np ;-) [15:42] pitti: so it's unnecessary to filter by the subsystem, since it's already done with ID_INPUT [15:46] seb128: looks like the rhythmbox package failed on amd64 (I only built on i386) [15:47] nigelb, thanks for the work btw [15:47] sorry it took me a while to review it [15:47] seb128: happy to help :) you're a busy man [15:47] is there anything i can do on the build failure? [15:47] look to the build log [15:47] it says "cp: cannot stat `./debian/source_rhythmbox.py': No such file or directory" [15:48] ups [15:48] I used the debdiff [15:48] and forgot to bzr add [15:48] sorry, fixing that [15:48] join the club [15:48] I hate that with bzr packaging [15:48] lol [15:48] I keep doing that [15:48] I made the same mistake, and rebuilt like 5 times [15:49] until Laney pointed out bzr add === bjf-afk is now known as bjf [16:11] seb128: well, tomboy will be back in UNE image for U1, so maybe the best thing is to take fspot back for importing photo? what do you think? (I speak about less effort and higher maintainability) [16:13] didrocks, I think it makes sense to work on the same applications [16:13] agreed :) [16:18] didrocks: it does't make UNE have a tad less "lite-weight for netbooks" feel [16:19] LaserJock: I agree, but gthumb is bringing two more depends in universe and nobody who knows the code. I think we can do that for lucid and discuss at UDS about default apps for lucid +1, trying to get lite-weight stuff (just trying to weigh the risk vs remaining time) [16:20] and lucid+1 seems a good time to experiment with that [16:20] well, it's not making it worse anyway [16:20] right, we need a photo importer app [16:20] Tomboy at least seems to have pretty decent performace for me (little slow on startup but otherwise OK) [16:21] same on my netbook [16:21] f-spot is ... less than ideal, but not worse than what people have done in the past since it's been default for Ubuntu [16:22] LaserJock: I tried gthumb and in addition to the added universe depends, it needs to be patch as it has fixed screensize [16:23] so, let's add f-spot to have some photo importer tools until we discuss all those issues at UDS [16:24] :-) [16:26] didrocks: so we're not doing Picasa ;p [16:26] LaserJock: not for that release at least ;) [16:42] pitti, meeting? [16:42] bryceh, 30 min later [16:42] bryceh: in 18 mins [16:43] pitti, is this a one time move or permanent change? [16:43] bryceh: just today [16:43] bryceh, rickspencer3 is having udw class [16:43] ok [16:43] uodw [16:43] or whatever it's called [16:44] bryceh, you should have got email about it ;-) [16:49] * tseliot wasn't notified either [16:51] tseliot, read emails? [16:51] you are both in Cc of that email [16:51] seb128, no I do not read email in bed ;-) [16:52] (or while brushing teeth, as more likely in this case ;-)) [16:52] seb128: I read that email but I kind of skipped that line o_O [16:52] bah [16:52] bryceh, hehe ;-) [16:53] ok let me try to start a guest session [16:53] if I go offline that thanks to plymouth still being broken [16:54] I think plymouth is still broken so… [16:55] pitti - do you think bug 444993 is worth a SRU in karmic? the change is trivial, and it seems that users are bugging vuntz upstream about the issue too, even though it's fixed [16:55] Launchpad bug 444993 in gnome-session "Toggling an application in gnome-session-properties and then closing too quickly can cause the change to not be recorded" [Low,Fix released] https://launchpad.net/bugs/444993 [16:55] chrisccoulson: not high impact, so it could only fall under the "trivial and obvious patch" category; is it? [16:56] hi all [16:56] pitti - yeah, the patch is to properly unref a widget on shutdown IIRC, so that everything is saved properly [16:56] my class is over [16:56] so team meeting in 4 minutes [16:56] chrisccoulson: sounds fine [16:56] rickspencer3: how did it go? [16:56] pitti, excellent [16:56] pitti - thanks. would you mind adding a karmic task to the bug? [16:56] I suspect we will see a goocanvas based desktop to ship for Lucid + 1 [16:57] j/k of coruse [16:57] rickspencer3: FYI, I reviewed https://blueprints.edge.launchpad.net/ubuntu/+spec/desktop-lucid-featured-applications, but moved the milestone to beta-2 [16:58] re [16:58] yes, switch user still crash xorg with plymouth there [16:58] chrisccoulson: done [16:58] pitti - thanks [16:58] Keybuk, is there any info that would useful to fix that plymouth getting over xorg issue? [16:59] Keybuk, I still get it every time I try opening a guest session [16:59] i still haven't installed plymouth again, it makes it impossible for me to do anything useful [16:59] seb128: I don't know that bug? [16:59] by the time you start a guest session, plymouth should be long gone [16:59] I get a text vt over xorg [17:00] when I try to open a guest session [17:00] Keybuk: bug 523788 [17:00] Launchpad bug 523788 in plymouth "Only see X mouse cursor on VT during boot" [High,Confirmed] https://launchpad.net/bugs/523788 [17:00] it's the one why half of the people have plymouth uninstalled right now [17:00] pitti: that says "during boot" [17:00] seb128 said "guest session" [17:00] ah [17:00] I know the cause of all of the "during boot" problems I think [17:00] seb128: you confirmed it during boot, though [17:00] I do not know anything about guest session problems [17:00] so, bug 523788 is probably the issue i see then [17:00] pitti, yes, I get that during boot too but not every time [17:01] Keybuk, bug #511134 [17:01] Launchpad bug 511134 in plymouth "get a text vt over xorg when trying to switch users" [Medium,Confirmed] https://launchpad.net/bugs/511134 [17:01] ArneGoetje, ccheney chrisccoulson, bryceh, pitti, seb128, [17:01] who am I forgetting? [17:01] both during boot and for guest session gdm starts a new X server, so it's not entirely implausible for the two effects to be related? [17:01] Keybuk, does anybody read plymouth bugs? :-( [17:01] o/ [17:01] rickspencer3, hey [17:01] anyway, team meeting now, right? [17:02] o/ [17:02] seb128: no point [17:02] hey [17:02] hi [17:02] hi :) [17:02] https://wiki.ubuntu.com/DesktopTeam/Meeting/2010-03-02 [17:02] hi tkamppeter [17:02] it's like being a doctor at A&E after a major incident [17:02] you know the cause of all the problems the patients are experiencing ;) [17:03] "Just uninstall the airplane crash, and you'll be right back to normal" [17:03] pitti: it's completely impossible for the two effects to be related - plymouth isn't running when you switch users [17:03] the symptoms may be the same, of course [17:03] so first order of business ... [17:03] but the cause won't be [17:03] ok team meeting time [17:03] me, that's because I'm no more the compiz maintainer o/ [17:03] Keybuk: ah, thanks [17:03] :) [17:03] * rickspencer3 taps mic [17:03] is this think on? [17:03] pitti: I bet the switch user bug is that the first X server is created on the active VT because plymouth is running [17:04] I've lost of control of the meeting before it even started :/ [17:04] Keybuk, meeting, let's discuss that later [17:04] pitti: and the second X server is created by gdm, and forced onto vt7 because the firstserver.stamp file doesn't exist [17:04] or somewhere else [17:04] pitti: so the two leap on each other [17:04] ah [17:04] ok [17:04] let's go [17:04] rickspencer3, we listen ;-) [17:04] https://wiki.ubuntu.com/DesktopTeam/Meeting/2010-03-02 [17:05] here are the the actions from last week are done [17:05] except: [17:05] ACTION: rickspencer3 to arrange call/meeting with ara, pitti, and seb128 regarding upgrade testing [17:05] RESULT: Not done yet [17:05] I'll get to this this week I hope [17:06] thanks to robert_ancell for doing a really really wonderful job with driving the Featured Apps spec [17:06] let's finalize that in next week's meeting [17:06] so [17:06] next item [17:06] welcomes [17:06] we have quite the explosion of Chris's on the desktop team [17:06] Chris Coulson, new Firefox and NM maintainer [17:07] * chrisccoulson waves [17:07] hi chrisccoulson, based in England, correct? [17:07] that's correct [17:07] I'm sure everyone in the Ubuntu community knows chrisccoulson for his many years of contributions [17:08] our other new Chris is Chris Rogers, new UNE maintainer, also with a specialty in xorg maintenance [17:08] based in Sydney [17:08] so he's asleep atm [17:08] and goes by RAOF [17:08] * pitti makes a mental note to ask for deciphering his nick tomorrow morning [17:08] thanks pitti [17:09] perhaps that doesn't require an ACTION :) [17:09] lol [17:09] and btw found out his official last name is "Halse Rogers" not just Rogers [17:09] ooops [17:09] oh [17:09] my bad [17:09] thanks bryceh [17:09] * pitti updates his muttaliases [17:09] :-) [17:09] now I have to wonder who this Chris Rogers guy we hired is then? [17:09] rickspencer3, heh [17:09] ok [17:09] so kenvandine is not available atm [17:09] so no partner update today [17:10] I will mention U1 briefly in the release status section though [17:10] Riddell, kubuntu update? [17:11] ok [17:11] I forgot to remind Riddell, so let's move on [17:11] ccheney, mozilla update? [17:11] apparnetly KDE 4.4.1 is just being landed [17:11] urk [17:12] ok [17:12] rickspencer3: i got the libsoup2.4-gnome, libproxy, webkit bits done working on epiphany itself now [17:12] ccheney, what's the status of the backporting? [17:12] good [17:12] ccheney, does epiphany seem as straight forward as asac was hoping? [17:12] not too bad but certainly not straight forward [17:13] mm [17:13] ok [17:13] ccheney, will you be done by eow? [17:13] it requires forward porting code from hardy version to the new version since the new version uses gtk bits that moved out of it in new epiphany/gtk [17:13] i think i will be done by eow yea [17:13] great! [17:13] i don't know if the resulting stuff will run, so there will likely be debugging after i finish the code [17:13] I will sleep better when that is done :) [17:13] oh [17:13] well, yeah [17:14] we should consider that as part of the project as well ;) [17:14] but i think i can have the stuff at least preliminary finished by eow [17:14] thanks ccheney [17:14] next is release status [17:14] I have a few items, but as usual, I would like to hand the mic to pitti to cover bugs and work items [17:14] * rickspencer3 hands mic to pitti [17:14] yes we're in the middle of releasing 4.4.1 [17:14] thanks Riddell [17:15] feel free to finish with the Kubuntu team and check back later! [17:15] first things first, after all [17:15] I don't have a lot this week [17:15] music to my ears [17:15] prio [17:15] my most important message is to congratulate all of you for alpha-3 [17:15] http://people.canonical.com/~pitti/workitems/canonical-desktop-team-lucid-alpha-3.html looks exemplary [17:15] at the beginning we said this was a very optimistic list of WIs [17:15] and we didn't drop too much [17:16] for now, I'd just like everyone (the new CHrises in particular) to be aware of http://people.canonical.com/~pitti/workitems/canonical-desktop-team-ubuntu-10.04-beta-1.html [17:16] so kenvandine has like 70% of the WIs, and everyone else can twiddle thumbs^W^Wfix bugs [17:17] fix bugs! [17:17] hey... most of those are in the dx integration one [17:17] which dbarth was going to clean up [17:17] kenvandine: how much of SFTS is bonus at this point? I guess the "launch by defualt" bits aren't [17:17] kenvandine, we know [17:17] :) [17:17] I did clean quite some dx integration ones [17:17] I like that desktop-bugs is helping us do WI's now [17:18] bryceh: oops -- artifact from using linked bugs.. [17:18] ok [17:18] nothing else from me this week [17:18] so to answer your question pitti [17:19] seb128, he needs to assign the individual WIs to his team members [17:19] I don't know the specific work items, but sabdfl was quite excited to finish out sfts with this extra level of integration effort [17:19] so I think they are not-optional [17:19] kenvandine, ok [17:19] rickspencer3, there are like 2 of those i think [17:19] kewl [17:19] ok [17:19] but there's also some "add exceptiion handling to foo" bits [17:20] right [17:20] which I'm not sure about; they sound like robustness fixes [17:20] pitti, that is currently blocked [17:20] I am betting that those come back to us as bugs that need to be fixed ;) [17:20] i am waiting for ryan to land some changes... [17:20] changes? [17:20] *sigh* [17:21] yeah... i warned you there would be a FFE [17:21] :) [17:21] yeah yeah [17:21] but c'mon everyone [17:21] kenvandine: for a new gwibber version? [17:21] we need to lock down so we can stop churn and fix bugs [17:21] right now there is no way for us to capture individual failures [17:21] like an operation that fails for just one service [17:22] ryan promised it like over a week ago... [17:22] POSTPONED [17:22] let's move on [17:22] it shouldn't be high risk... but it blocks the last thing i want to do for exception handling [17:22] ok [17:22] so also wrt to release status [17:23] the U1 team is locking down bits for Lucid [17:23] they have postponed some work items regarding control panel [17:23] Should have UI for user defined folders any day now [17:24] we already touched on Gwibber [17:24] note that we will not call it "Gwibber" in teh UI [17:25] I forget what it will be called in the UI, I presume it is specified in the blueprint [17:25] anything else wrt release status, or shall we move on? [17:26] ok [17:26] x cursor at boot time [17:26] so currently, plymouth loads to show some boot progress [17:26] then x loads [17:26] at which point it displays the spinng cursor [17:27] note: it will be called gwibber, but the window title bars will be more generic like "Broadcast messages" [17:27] sabdfl asks that we hide this cursor [17:27] bryceh, I assume this is not trivial, but also not terribly complicated [17:27] thoughts? [17:27] seems an xorg task, could be for RAOF maybe if he doesn't have too much to do already? [17:27] it could also be done by gdm, I suppose? [17:28] seb128, that's what I was thinking, but I would like kenvandine and tseliot to provide guidance and oversight [17:28] pitti, hmmm, good point [17:28] setting the mouse coursor to an invisible one, and changing to the normal one once it's done loading? [17:28] pitti, gdm doesn't fix the gdm to desktop stage though [17:28] * pitti doesn't know whether that's possible in gdm, though [17:28] i know bratsche looked into this in karmic [17:28] rickspencer3, you can set the mouse cursor to an invisible cursor pretty easily [17:28] rickspencer3: we could move the cursor below the logo perhaps? [17:28] dx came with a gdm workaround in karmic [17:29] sounds like there are some options [17:29] yeah, i bet bratsche can give us advice [17:29] seb128: we still need the cursor once gdm is loaded to select user, session, and so on… [17:29] tseliot: that sounds complex; it's a sprite on top of everything usually, isn't it? and hardware rendered? [17:29] didrocks, that's busy cursor [17:29] the issue there was, what happen when plymouth is not used [17:29] or xsplash [17:29] gdm should be spinning cursor in those cases [17:29] should it? [17:30] it doesn't seem plymouth related at all to me [17:30] otherwise you get an empty screen and no activity [17:30] well, when you have an animation you know things happen [17:30] when you get an empty stalled screen not so much [17:30] maybe it's something that the plymouth upstart job can do? [17:30] (hide the cursor) [17:31] also what happen for people using an another login manager? [17:31] ie kubuntu [17:31] so that it's done only if you pass splash on boot [17:31] I agree with seb128, when gdm take some time and you don't have plymouth, it's good to have a feedback that the system isn't frozen [17:31] good point [17:31] I would prefer to have that change in right place that a gdm specific workaround [17:31] ok, who can be on point to make this happen, even if RAOF ends up with the implementation, I don't feel it would be fair to ask him to design a solution [17:31] ? [17:31] * rickspencer3 hears scampering noises [17:31] :) [17:32] seb128: hm, I had actually thought that it would be safer to do in gdm [17:32] so that we don't break kdm, XFCE, and whatnot [17:32] well I would prefer having plymouth going over mouse [17:32] if that's possible [17:32] but I don't know if that is [17:32] pitti - isn't it only the greeter which has a connection to the display? [17:32] (in which case, it would be too late wouldn't it?) [17:32] seb128: that sounds hard to do (since it's rendered by hardware), but ICBW [17:32] or mouse turned off during plymouth run [17:33] hehe [17:33] chrisccoulson: the slave starts X [17:33] like the plymouth script could turn curser off and on [17:33] well, I said what I had to say [17:33] chrisccoulson: it could pass options to X, or run programs in it (which it already does with the greeter) [17:33] seb128: when you see the cursor it means that plymouth has been already deactivated and left the bootsplash in the framebuffer [17:33] I will let people who know figure ;-) [17:33] pitti - oh, ok, i didn't realise that [17:33] well, it's one of these little things which are again regression prone and nontrivial to implement [17:33] (sounds like 20 new indicators *cough*) [17:34] heh [17:34] hmm [17:34] I know we had the "hide cursor" discussion during dapper ui sprint [17:34] ie a while ago ;-) [17:34] and it's coming back regularly since and nobody came with a good way to do it [17:34] rickspencer3: I guess we also don't really have an option to say "no", right? [17:34] so it's probably not trivial [17:34] pitti, well [17:34] I can't say "no" [17:35] but I can say "it's hard, costly, and buggy" [17:35] and based on this conversation I will do that [17:35] however, we still need to try [17:35] As I recall seb128 is right that the cursor should be disabled by Xorg to begin with.. if you disable it in gdm then you're still probably going to see the cursor briefly before gdm starts. [17:35] I think I could give me a hard limit of one hour to ask people and play around with that [17:35] if nobody comes with a good idea I guess I would go with the gdm hack [17:35] pitti, would you be willing to coordinate a plan of attack? [17:36] bratsche: ok, thanks; that helps already [17:36] I'll summarize a list of options from this discussion to discuss with sabdfl [17:36] but if we change X to hide the cursor by default, we'd break all non-gdm setups [17:36] how about making the cursor invisible? [17:36] and making it visible after we're done with gdm, etc.? [17:36] tseliot: invisible, hide, still the same problem -- something has to turn it back on later [17:36] pitti: I'm not sure.. don't most other display managers set the cursor at some point? [17:37] i. e. fix gdm, kdm, xdm, ldm, raw X, custom setups without a WM, etc. [17:37] bratsche: xdm certainly doesn't :) [17:37] Oh, hmm. [17:37] and I get bug reports where people use startx [17:37] which is fine for specialized setups, embedded stuff, and whatnot [17:38] * mclasen recommends asking upstream... [17:38] pitti: we can make the cursor visible again when stopping the plymouth upstart job [17:38] hence my original point to limit it to gdm itself [17:38] isn't there an X patch around somewhere that adds a command-line option to hide the cursor by default [17:38] in which case, you could add that option from the existing gdm plymouth transition patch [17:38] (likewise kdm) [17:38] so that gdm says "start X with cursor hidden" and enables it later on [17:38] Keybuk: yep [17:38] so that we can avoid changing the default X behaviour [17:39] that'd mean that the cursor is *only* hidden in the cases where we've already got a patched window manager [17:39] and in the case where plymouth was running [17:39] Keybuk: exactly [17:39] that way you then just need a second half of the patch to turn the cursor back on ;-) [17:39] can we do what mclasen recommends too [17:39] and ask upstream if they have an idea on how to do that too [17:39] sure [17:40] ok, sounds good [17:40] all [17:40] I will be happy for this conv. to carry on [17:40] but let's window down the meeting first [17:40] then I can let you get back to the discussion [17:40] I think we covered all we can in the meeting [17:41] any other business?\ [17:41] yes [17:41] Fedora seem to have a patch for this [17:41] yes was a reply to pitti's comment [17:41] rickspencer3: I'll take the action to coordinate this, file bug, investigate options, etc. [17:41] no other business [17:41] pitti, thank you! [17:41] ok [17:41] that's a wrap [17:41] thanks all [17:41] thanks [17:41] * rickspencer3 taps gavel [17:42] thanks++ [17:42] thanks :) [17:42] thanks, was interesting :) [17:42] btw, I'm stepping out for an hour or so [17:42] back for an early Eastern edition [17:42] oh, back way before then [17:42] thanks [17:42] thanks everyone [17:43] thanks [17:44] Keybuk: any links to patch? [17:45] tseliot: none, I just know I've seen it somewhere :p [17:45] googling for "patch" and "pointer" is err, not helpful [17:45] Keybuk: ah, ok [17:45] hehe [17:46] hmm [17:46] I think it might be a configure option actually [17:46] ./configure --enable-null-root-cursor [17:47] Keybuk: try "yahooing", maybe? ;) [17:47] or look at the fedora package... [17:47] right [17:47] our X server package has the ability to be built with ./configure --enable-null-root-cursor [17:48] which modifies the dix/cursor.c's CreateRootCursor() function [17:48] I guess we'd want that to be moved to if() rather than #if and turned into a command-line option [17:48] someone will have to write that patch === MacSlow is now known as MacSlow|capoeira [17:52] what about hiding it until some amount of movement? [17:52] no, I'm not volunteering ;) [17:52] mclasen: I don't see a patch for this in http://cvs.fedoraproject.org/viewvc/devel/xorg-x11-server/, though (but thanks for pointing out, will dig further) [17:52] i just tried looking there too [17:53] me too ;-) [17:54] hey, what is the dell mini model you use for tests? [17:54] anyway, /me waves good night [17:54] gotta run now [17:54] g'night pitti [17:54] 'night pitti [17:54] pitti, see you [17:54] kklimonda, mini10v [17:54] pitti: we definitively had code for hide-the-cursor initially, though [17:55] good night pitti [17:57] mclasen - http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/OLPC-3/xserver-1.5.0-hide-cursor.patch?revision=1.1&view=markup ? === kenvandine is now known as kenvandine[busy] [18:00] hmmm, that change is in the latest version anyway === kenvandine[busy] is now known as kenvandine [18:35] kenvandine: are there any particular tricks I can play if gwibber stops starting up? [18:35] kenvandine: like, can I temporarily move my config? [18:43] chrisccoulson, wb [18:43] hey seb128 [18:50] LaserJock, known desktopcouch bug [18:50] being worked on now [18:53] kenvandine: oh, well fine then, I won't worry about debugging :-) [18:53] I thought it was a local issue [18:54] LaserJock, thx though :) [18:54] CardinalFang is working it now [18:57] LaserJock, for reference bug 530716 [18:57] Launchpad bug 530716 in desktopcouch "desktopcouch starts, but applications can't access it" [High,Confirmed] https://launchpad.net/bugs/530716 [19:00] kenvandine: thanks [19:00] np [19:10] right, baby time [19:10] bbl [20:07] qexit/quit [20:17] «-- Chris Coulson » whoow [20:17] did I miss something [20:23] hey baptiste_ [20:23] how are you? [20:24] fine [20:24] so You're now working for canonical [20:24] I thought you didn't want to [20:24] did i say that? [20:24] and yes, i am now, since yesterday :) [20:25] at least you deserve it :) congrats [20:25] thanks! [20:27] bah, hadess is not around anymore [20:27] i have a small fix for a build issue in g-u-s and i'm not sure whether to just go ahead and commit it [20:28] you have a GNOME git account? [20:29] baptiste_ - yeah [20:29] but i don't normally commit without asking to module maintainer first [20:30] don't I would say [20:30] that's fine when you have worked a bit with the maintainer and he tells you to commit small fixes [20:30] but when you didn't ask before [20:31] yeah, i'll wait until tomorrow then [20:40] right, i'm going to update gedit now [20:41] sometimes hades comes back online later in the evening [20:41] chrisccoulson, feel free to call it a day [20:41] there is no hurry [20:41] I will not stop you if you want to do it though ;-) [20:41] there is gtksourceview2 to do to [20:41] i don't plan to do very much tonight, after having a late night last night [20:41] if you want to do the set [20:42] but a couple of updates isn't too bad [20:42] yeah, i can look at gtksourceview2 too [20:42] thanks [20:42] and a bit of bug triage whilst watching TV [20:43] I will do that to but before time to take a shower [20:43] be back in a bit [20:43] chrisccoulson: can we swap? I do the gedit update and you loose your hair trying to patch LP :) [20:44] I will also try to get that xorg crash reported [20:44] hey didrocks [20:44] you want to do those updates instead? ;) [20:44] chrisccoulson: if you do the LP work, yes ;) [20:45] you both want extra tasks? ;-) [20:45] I'm sure I can find things to do for you! [20:45] chrisccoulson: that's the time when we have to run, I guess :) [20:45] ;-) [20:46] anyway I'm the one running for now [20:46] trying to get that xorg crash reported [20:46] bbl [20:46] seb128: enjoy your evening :) [20:46] too late ^^ [20:46] didrocks - LP work? [20:46] heh, he disappeared quickly there ;) [20:54] something must be wrong [20:54] I am actually prepared for the Eastern Edition meeting [20:59] Good morning. [20:59] RAOF: Congrats on joining Canonical! :) [21:00] Thanks! [21:00] ooh, another chris ;) [21:00] good morning RAOF [21:00] chrisccoulson: right ;) [21:01] Good morning [21:01] rickspencer3, is that because you're in a different time zone this week? [21:01] Good, bright, sunny morning to you too. [21:02] chrisccoulson, I don't know [21:02] rickspencer3, maybe because you are further east? [21:02] brb, session restart [21:03] So we move the meeting earlier for this morning. I receive a call yesterday to move the appointment I had later this morning to late next week. Oh well never mind. [21:03] TheMuso, RAOF, robert_ancell ready for Eastern edition? [21:03] We're all up nowe :) [21:03] rickspencer3: sure [21:03] rickspencer3: Yes. [21:03] RAOF: Yeah I know. Just annoying. [21:03] ready [21:04] hmm, maybe I should move to the eastern edition with raof [21:04] https://wiki.ubuntu.com/DesktopTeam/Meeting/2010-03-02 [21:04] bryceh, that would be fine it it works for you [21:04] anyway, please peruse the wiki for the minutes from this morning [21:05] * TheMuso reads... [21:06] RAOF, so typically at this point, folks read the meeting minutes from the Euro Edition [21:06] and then we walk through it real quick [21:06] Ok. [21:07] hrm interesting. [21:07] This might also be where I say my surname is “Halse Rogers”, not “Rogers” :) [21:07] RAOF, yeah, you can see that in the minutes [21:07] TheMuso, what's "oh interesting?" [21:07] rickspencer3: The X cursor. Doesn't affect me, but wanting it gone is interesting from a technical perspective. [21:08] ah [21:08] And a user perspective [21:09] * kenvandine is anxiously awaiting a fixed desktopcouch... [21:09] rickspencer3: As for audio, I think the only thing noteworthy this week is that performance bugs for applications that don't have native pulseaudio support should be fixed. [21:10] When used in Ubuntu via pulseaudio. [21:10] TheMuso, does this effect pygame? [21:10] I assigned you a bug about that I believe [21:10] rickspencer3: No, as libsdl has native pulse support. [21:10] rickspencer3: Yes I saw that, and I asked a question in the bug in question. [21:11] And what is more, things have been set up such that the pulseaudio output version of libsdl is on the CD [21:11] TheMuso, unfortunately I don't quite grock all that, I'll look at the bug [21:11] rickspencer3: ok [21:11] RAOF, robert_ancell done looking through the minutes? [21:12] rickspencer3, yup. A lot of X cursor discussion :) [21:12] rickspencer3: There is several binary packages of libsdl, all linking against different audio backends. The seeds have been tweaked such that the version of libsdl that is shipped, is the version that has pulseaudio output support. [21:13] TheMuso, so presumedly the pygame bug is now fixed in Lucid by that? [21:13] rickspencer3: Yes. [21:13] chouette! [21:13] rickspencer3: Yup. [21:13] Which is why I asked for people to check in the bug. [21:13] ok [21:13] let's roll [21:14] first [21:14] welcome to the Chris's of the world [21:14] ! [21:14] :) [21:14] RAOF, welcome! [21:14] RAOF, very groovy to have you on board [21:14] I will leave it to pitti to work with you to decipher your irc nick [21:15] I still need to follow up with ara wrt upgrade testing [21:15] for partner update, the key thing here is that U1 team is postponing some features in order to buckle down and deliver with quality in Lucid [21:16] big day for Riddell, as KDE 4.4.1 landed [21:16] this means lots of packaging and uploading [21:16] and lots of new goodness [21:16] in terms of mozilla status ... [21:16] seems that only ephinany is left for the hideous backporting work [21:17] next week ccheney will switch to functional testing and bugfixing [21:17] release status wise [21:17] highlights here are that desktop team did not postpone much! [21:17] it is not past time to change things [21:18] most efffort should be bug fix oriented now [21:18] there are some exceptions [21:18] especially wrt social from the start [21:18] there is a feature or two to add [21:18] and some bugs to fix [21:18] and some UI to push around [21:19] then was the xcursor discussion [21:19] pitti will be leading those efforts [21:19] I'll give sabdfl a status tomorrow, and we'll take it from there [21:19] [21:19] any questions, comments, additions? [21:19] Other than my audio update above, no. [21:20] not from me [21:20] I'll be sending out a (hopefully final) call for nouveau testing soon, hopefully today. It'd be nice if everyone with nvidia hardware gives it a whirl. [21:21] thanks RAOF [21:21] RAOF, so for the team meeting next week, it will go like [21:21] on Monday I will forget to send out a reminder to provide an activity report and to attend the meeting [21:22] then on Tuesday pitti will notice this and do it for me [21:22] RAOF, so just look over the other activity reports and base yours off that [21:22] if there is anything that you do that you feel should not be shared publicaly, you can send that along privately [21:22] but this doesn't happen too much [21:22] make sense [21:22] ? [21:23] Ok. The one I sent you seems a little verbose compared to the ones on the wiki. [21:23] * rickspencer3 looks [21:23] Makes sense. And mail the report to you, or put it straight on the wiki, or don't care? [21:23] RAOF, it's easier for me if you just put it on the wiki [21:24] but if you prefer to email it, that is fine also [21:24] Wiki is easy. [21:24] * rickspencer3 reads activity report [21:24] RAOF, yeah I just stick it in wiki [21:24] RAOF, I see you have some agenda items [21:25] Oh, yes. [21:25] do you want to discuss that now? [21:25] pitti: since adding an important sleep statement, I can replicate the plymouth issue everytime now :p [21:25] Might as well raise it. [21:27] I was talking with Laney in #debian-cli, and there's a bit of dissatisfaction about desktop team members patching stuff that the cli-{apps,libs} teams maintain and not sending patches back up. [21:27] RAOF raises the issue debian maintainers for mono feel that our patches are not flowing upstream to debian fast enough [21:27] RAOF, what is blocking the flow of packages back to debian? [21:28] also note that we will never be able to make every upstream happy and also make our users happy [21:28] I think it's a lack of communication. [21:28] Yeah, there's a tension there. [21:28] (not that this specific situation can't be improved) [21:28] "lack of communication" sounds rather vague [21:29] I'm not sure what effect the construction of a pkg-cli package set in Ubuntu will have, either. [21:29] are our patches not done publically in LP? [21:29] hey [21:29] RAOF, I don't know what pkg-cli is [21:29] is this all mono stuff? [21:29] rick, it's probably a push vs. pull dichotomy [21:29] like they're expecting to see us push patches up, we're expecting them to pull them from us? [21:30] rickspencer3: There's a proposal before the TB to create a pkg-cli-{apps,libs} package set that would mirror the Debian pkg-cli-{apps,libs} maintained packages. [21:30] It's not a proposal. It's been approved. [21:30] Since almost all of the Debian pkg-cli-{apps,libs} team members actually primarily work in Ubuntu, this makes quite a lot of sense. [21:30] Laney: Ah, thanks. [21:31] Laney: does that approval fix your concerns? [21:32] bryceh: I think possible just a ping that we *have* touched a package would be nice - there's almost always someone from the team around in IRC. [21:32] no, that's really orthogonal [21:32] RAOF, that sounds like something that should be automated [21:32] is there an easy way to purge all uninstalled packages? [21:33] rickspencer3: True. Can you subscribe to uploads to a package set in LP? [21:33] robert_ancell: http://ascending.wordpress.com/2007/04/10/apt-tip-purge-removed-packages/ [21:33] If you find a simpler way, let me know :) [21:33] Nafai, thanks! [21:33] np [21:33] RAOF, I don't know [21:33] but if they just want to know when stuff has changed, that's very basic tooling [21:34] packages leave their upstart files around which causes warnings on boot (and potentially all sorts of dangerous behaviour) [21:34] What we want ideally is for people to do changes directly in Debian, since it's a goal to keep stuff in sync. [21:34] Laney: Would a ping be sufficient? There's a tension here between not wanting to have a maintainer-lock in Ubuntu and sensibly collaborating with the maintaining team. [21:34] What is more realistic is for uploaders to think about whether their patches are something Debian might want, and file reports pushing them back. [21:34] ok [21:34] that's what we ask for MOTU stuff, and it makes just as much sense here [21:35] this is just normal sending patches upstream workflow [21:35] is there a reason that mono is impacted differentially by this? [21:35] for GNOME, you guys tend to follow upstream and not Debian so it doesn't make as much sense there [21:35] but the mono stuff (tomboy excepted) follows Debian more closely [21:36] and, as RAOF said, we are mostly Ubuntu users in the Debian team anyway, so we are likely to be receptive to fixes that you guys want for Ubuntu releases [21:36] Mono's a bit different because the Debian team maintaining it is full of Ubuntuites. [21:36] in the past I thought most of the work happened in debian and was just synced back, is that not the case anymore? [21:36] that's the current topic :) [21:36] jcastro: That's what we want to preserve [21:36] ok [21:36] right [21:37] the f-spot patch is ideosyncratic, so not a good example [21:37] So the thing that triggered this was the latest f-spot upload. This seems to have been a patch sweep of LP. [21:37] I am wondering if this is really a widespread issue [21:37] well once a package falls out of sync without anything done about it, it gets harder to get it back in that state [21:38] I guess I want to know if you guys consider that something that you want to work towards [21:38] Laney, in general, we prefer not to carry patches [21:38] if we do work and it makes sense for upstream [21:39] it's better for everyone if the patch goes upstream [21:39] right, so I made the Launchpad integration patch - I want to look at making libupstream-gtk in Lucid+1 so we can push all these patches upstream [21:39] so, what you have here are Debian maintainers that want to work with you guys [21:39] this is a time in the cycle when we tend to fall behind with upstream patches [21:39] Laney, right [21:40] I think this is a good heads up, but I am not sure the problem has really festered at this point [21:40] well it's best to bring it up before it becomes a big problem [21:40] I think we should ask jcastro to look into it and let us know if there is more falling on the floor than I think [21:40] yeah [21:40] Laney, yes agreed [21:40] please, never hesitate to speak up [21:40] RAOF: I'd like to have a follow up hallway discussion at UDS too .. [21:41] this is an important issue, and we take it seriously [21:41] jcastro: I look forward to it! :) [21:41] the debian/ubuntu collab in the mono team has always been an excellent example of collaboration, we'd like to not lose that [21:41] thanks Laney and RAOF [21:41] jcastro, I've wondered if it might make sense to have something like an inverse of the merge-o-matic... that flags packages with patches that need review for going upstream [21:42] we would welcome desktop team members to work directly in Debian [21:42] the benefit to Ubuntu is the same [21:42] jcastro, and some way to track patches which have been reviewed and deemed only valid for Ubuntu or something [21:42] bryceh: the +patches view lands on thursday which might help [21:42] (and now that we all have RAOF, maybe this can happen ;) [21:43] bryceh: That would be a nice bonus for DEP-3 headers, I suspect. Having something that parses & uses them. [21:43] Laney: every UDS we have a debian healthcheck session, I will add this to the agenda [21:43] hopefully I can be there [21:51] re [21:51] Good morning [21:52] hey RAOF [21:52] jcastro: do you have any numbers on % of upstreamed patches? Is that even remotely quantifable? [21:53] hah, man. [21:53] ask for a pony instead, it's more realistic [21:54] It's realistic if you insist on DEP3 headers :) [21:54] yes [21:54] which itself is unrealistic [21:54] * Laney runs [21:54] hehe [21:54] submittodebian would make a low-end estimate possible, I'd have thought. [21:55] yeah, but you have to think about other things too, like people who don't use submittodebian (larger number of people raised their hands when I asked that question than I was expecting) [21:55] or the group of people who are DDs and fix it in debian directly [21:56] or the group of people who are maintainers in an $upstream and fix it there directly ... [21:56] Yes. It would be a *very* conservative lower bound. [21:59] I think the way to go about it is just continue to improve team-to-team relationships across projects instead of trying to figure out a number we know will be wrong anyway [22:01] RAOF: that said on thursday lp will land a +patches view that will make patches harder to miss [22:02] jcastro: I wondered if you could use something like Closes: LP #xxxx in Debian changelog entries for instance [22:02] although that sounds really hackish [22:03] That already happens [22:03] it's on the list of things to look at actually [22:03] I swear I could do a PhD just on data mining Ubuntu-Debian bug stuff [22:03] LaserJock: also, some upstreams have the lp plugin installed, we could probably start measuring there [22:04] LaserJock: we had this discussion at UDS, the problem is that most of the ideas we want take a bunch of effort and we only have like 4 dudes on the lp bugs team [22:04] but +patches will be a start [22:04] who is that view aimed at? [22:05] you can use it on a team, a person, a package, or a project [22:05] jcastro: is +patches on the source package or on individual bug reports or ? [22:05] at some point I want it to suck in sources from external bug trackers as well [22:05] so you can do lp.net/tomboy/+patches and see the world [22:05] (or whatever) [22:05] yeah [22:06] that's what I really loved about Harvest [22:06] was looking at Fedora patches [22:06] yeah it's basically harvest with a larger scope [22:06] I would take a package-of-interest and look around at other distros and see what all people were doing [22:06] yup [22:07] I ended up finding a great patch from Zenwalk for an upstream project I maintain doing that [22:07] https://dev.launchpad.net/Bugs/PatchTracking [22:08] LaserJock: Laney: I'll blog about it when it lands, afterwards I'd love to have a discussion on how to make it work out better for you. [22:08] * jcastro has to take off now [22:09] I still wish we had a "Push to Debian" button in LP [22:09] even if it just spat out a properly formated email :-) [22:10] It's not that much effort to fire up reportbug -B debian xxx and type away [22:11] when you don't get flamed for having an ubuntu version in the log [22:12] I tend to not bother sending most of the changes to debian because we get those upstream usually so they go back to debian too with the next update [22:12] ditto [22:13] (actually jcristau has specifically told me he prefers that) [22:14] it makes sense for the packages where you follow the development series [22:14] Laney: I hate reportbug and rarely use it, I would love something in LP [22:14] LaserJock: have you tried the gtk+ UI? [22:14] no, last time I used it was probably 3 years ago [22:14] That seems to crash with alarming frequency for me. [22:15] I rarely report bugs to Debian and instead usually talk to developers directly [22:15] but I don't have that much patch pushing to do [22:17] yeah, I'd probably send more stuff to debian if the tools were easier. [22:17] You can use your normal mail client if you learn the syntax of submit@bdo [22:18] kenvandine, there? [22:18] bryceh: Heh, I have long-time Debian friends that complain about Ubuntu and having to use a web interface for bug stuff :) [22:18] kenvandine, are you getting somewhere with the f-spot editing change? [22:18] Nafai, you can use emails with launchpad [22:19] I've recently learned this [22:19] there's a little bit of give involved in learning the tools, but the real benefit is worth it imo [22:20] I completly fail on the email methods, apparently I'm too dumb for it :-) [22:20] I end up with dupes and all kinds of weirdness [22:20] same [22:20] "learn the syntax" != "easy" ;-) [22:21] I do it rarely enough that I have to re-learn the syntax every time [22:21] * TheMuso almost always uses email for bugs that require simple changes, i.e status change etc. [22:21] I've tried using the command line tools to do the mail formatting and such, but find they don't simplify much [22:22] I don't contend that it's easy, just that doing it is worth it [22:22] if I care enough I just become a DM on the package [22:23] that also works for a limited number of bugs [22:24] Laney, ok, well I remain to be convinced of this ;-) [22:25] obviously depends on the individuals/teams concerned. Some may find that tossing a URL to a patch works well. === MacSlow|capoeira is now known as MacSlow [22:29] RAOF, you do gtk# hacking right? ;-) did you ever worked on f-spot before? [22:29] o/c [22:29] seb128: I've done some gtk# hacking; I haven't touched f-spot before. [22:30] Need help with the f-spot editing change? [22:30] yes, I was going to suggest that [22:30] kenvandine seems to face issues with that [22:30] and to be busy with gwibber and other things too [22:30] I've the feeling he could use some help there [22:31] did you talk with him about that already? [22:31] I haven't, no. [22:31] can you try to check with him when he's around maybe? [22:31] Yeah, I will. [22:31] I'm not sure how much work you have on your plates already so feel free to say no [22:32] but that's a change which we should have got in lucid for alpha3 [22:32] so would be nice to get that moving now ;-) [22:32] RAOF, thanks [22:32] kenvandine, ^ [22:36] didrocks, can you push the gnome-games update you did to bzr? [22:52] * seb128 grrrrs at robert_ancell for gnome-games renames [22:53] seb128, what's wrong with the renames? [22:53] they annoy me [22:53] first a tetris not named tetris doesn't make sense :p [22:53] and they break scoring now [22:54] I need to migrate score in postinst [22:54] seb128, oh, that's not my fault. I think the names are crap too [22:54] and create the correct score files there too [22:54] right now scoring is not working for new names [22:54] seb128, I personally would have liked to drop tetris as it always seems to be problematic [22:54] we can drop it from the default install if we didn't yet [22:55] or you speak about upstream? [22:55] robert_ancell, good work on the feature apps btw! [22:55] seb128, no, in ubuntu [22:55] I like the list [22:55] and you did a good job justifying the changes etc [22:55] seb128, cool, it sounds like just a few modifications and we'll be done! [22:55] seb128, have you used miro? [22:55] changes -> choices [22:55] robert_ancell, no [22:57] * TheMuso finds what was gnome tetris, and thinks the new name is stupid. Nobody will recognise it for what it really is. [22:57] seb128, TheMuso we could patch the desktop entry? [22:58] I would think so, but its not up to me. [22:58] yes [22:58] I still don't get why upstream did that [22:58] and why you didn't oppose them since you are part of their team ;-) [22:59] seb128, legal fear of the term "tetris" [22:59] seb128, I wouldn't say that the GNOME Games team is really that organised when it comes to making decisions. Stuff just generally happens [23:00] I fail to see somebody suing gnome for calling a game gnometris [23:06] IANAL [23:12] robert_ancell, I'm wondering if swell-foop and lightsoff are buggy [23:12] their makefiles don't install score files? [23:12] seb128, I'd say they are buggy. They're very new [23:21] bah [23:21] those opengl games are too slow to be played on my laptop wth? [23:23] anyone here have a recommendation for a good Howto for Ubuntu and hackintosh (snow leopard 10.6) ? [23:24] have someone that is interested is dual booting the two OS's [23:29] azteech, not me [23:37] wb rickspencer3 [23:37] thanks bryceh [23:37] weird being on East Coast time [23:40] seb128, thanks .. === robbiew is now known as robbiew_