[00:01] yeah, unless you have more upstart-fu than I... [00:01] robert_ancell, or should I just forget about gdm and do s/gdm/lightdm/ in the upstart script? [00:03] bryceh, I guess it would be nice if *any* dm failed to run failsafe X, and I think that's possible with upstart, though perhaps not the way it's currently configured [00:03] my upstart-fu is pretty bad [00:03] yeah mine too [00:05] I think in terms of what we want to support for Ubuntu we just need to support LightDM, but in terms of supporting derivatives we want to aim for "any display manager" [00:05] bryceh: RAOF: you guys getting any reports of X not working on oneiric? [00:05] just happened to me today [00:06] * desrt raises his hand [00:06] jcastro, unity is broken for me [00:06] desrt, heh, caught you lurking... I have a gdbus question [00:06] sure [00:07] desrt, there is a bug in lightdm, where it calls g_dbus_proxy_new_for_bus_sync for AccountsService, but this succeeds even if the AccountsService does not exist. It should fallback to /etc/passwd in this case. Am I interpreting g_dbus_proxy_new_for_bus_sync wrong? [00:08] yes. i think so. [00:09] in theory you can have a proxy that attempts to do no communication with the remote [00:09] well, the docs say it's going to get all the properties of that object. And how can it fail if it doesn't actually do any connecting? [00:10] and why have sync/async methods if they have the same result? [00:10] the object might exist at a later date [00:10] _sync() does all that needs to be done and returns [00:10] _async() does it all in the background and you get a call later [00:10] so, what is the way to detect if a service exists? [00:11] g_dbus_proxy_get_name_owner() should give a dbus unique name string if it exists, or NULL if not [00:11] jcastro, heh all of our bug reports are about X not working ;-) but no, none have been reported about it failing to start up [00:12] bryceh: heh [00:12] the proxy is constructed in such a way that the service may come and go and you get to find out about that [00:13] so when you create it and the service does not exist, you get empty properties (for example) [00:13] when the service pops into existence the properties will be populated [00:13] and you can notify on g-name-owner property to find out about the transition [00:14] desrt, ok, cheers [00:14] jcastro, fwiw what jono's described is sounding like a failure well before X comes into the picture, so probably not an X bug [00:15] yeah mine sounds similar [00:15] well, almost certainly not an X bug. Could still be a graphics problem though, but that'd be more likely a kernel drm driver bug. [00:15] Is this known to people: symbol lookup error: /usr/lib/gio/modules/libgiozeitgeist.so: undefined symbol: g_desktop_app_info_launch_handler_get_type [00:15] bryceh: I thought it was just nvidia breakage and was going to wait until tomorrow, but then jono was like "mine doesn't work either" [00:35] kenvandine: sure, I'll do the evolution stuff soon (sorry, was travelling) [00:35] soon = some time later tonight, before going to bed. you know, standard conference operating hours ;) [00:36] unless you need it earlier than that? === kenvandine_ is now known as kenvandine [00:53] cyphermox, i enable the vala bindings and upload eds [00:53] but i didn't bump it [00:57] bump it? [00:57] s/enable/enabled [00:57] oh ok [00:57] cyphermox, oh... i guess you missed seb's request to bump it ;) [00:57] 3.1.5 is out [00:57] no, no, I saw that [00:57] ok [00:58] I spoke to jelmer briefly about that seeing as I noticed 3.1.5 of e-mapi was out when I was going to review his upload [00:58] i just quickly enabled the vala bindings so i could unblock libfolks and empathy [00:58] sure [00:58] well i need to run, thx! [00:58] bbiab [00:58] so I'll go ahead and update eds/evo to get the rest of the evo stuff to 3.1.5 [00:58] thanks to you! [01:12] robert_ancell: Hm. How do you get back to the login screen after you've suspended from it? :) [01:14] robert_ancell: Once I resume I end up at the gnome-screensaver unlock dialog, and I don't know lightdm's password :) [01:15] RAOF, that's very odd because lightdm doesn't run gnome-screensaver [01:15] go to a terminal and see what launched it [01:15] robert_ancell: It's running as lightdm [01:16] Launched from /usr/bin/gnome-screensaver --no-daemon [01:16] what else is running as lightdm? [01:17] dbus-launch, dconf-service, gvfsd, notification-daemon, geoclue, unity-greeter, indicator-*, pulseaudio. [01:17] I'd guess that indicator-session's to blame - I suspended from that. [01:18] aha [01:19] RAOF, can you file a bug on indicator-session that it shouldn't lock the screen when in greeter mode and subscribe mterry to that? [01:20] it may already be known, but I'm not sure [01:20] Certainly. [01:20] I think there's some indicator patches that are taking some time to flow through [01:29] there's already a bug, we just need to point it to indicator-session then [01:30] bug 812804 [01:30] Launchpad bug 812804 in unity-greeter "lightdm asks for password when resuming from suspend even when no one is logged in" [Medium,Triaged] https://launchpad.net/bugs/812804 [01:32] robert_ancell: done [01:32] jbicha, thanks [01:32] * RAOF will stop fiddling with that bug then :) [01:33] I don't know if the description needs changed or if you want to add some extra comments to it [01:33] it didn't happen with the example greeter but the example greeter was simpler === asac_ is now known as asac [02:17] jbicha, yeah, it will be unity-greeter specific [02:35] desrt, is this valid? g_variant_get (parameters, "(&sa(ss))", &type, &property_iter) where property_iter is 'GVariantIter property_iter' [04:11] Good morning [04:12] kirkland: ah, thanks for the info [04:12] chrisccoulson: ffox install path> thanks! [04:12] dobey: mono/rbox/gtk3> well, we can decide all we want, as long as there's no gtk3 music store, we can't switch to rbox; and since we are past FF now, banshee will be the default [04:13] dobey: having a music store for rb would be nice, of course, but it's not a release blocker [04:17] morning pitti [04:17] hey cyphermox, how are you? [04:18] good, good [04:30] good morning [04:30] hey jbicha [04:30] pitti: I am looking at gnome-themes-standard and think we should split out the accessibility themes and include them [04:31] by default like we did in previous releases, & my question is whether we should ship all 4 of them or not [04:32] *3 High, HighInverse, and Low (although I don't think Low is very useful) [04:33] gnome-themes-standard is in universe right now, but I suppose it's easy enough to MIR [04:33] now that we have a 3.1 version [04:33] but the full 1 MB seems too big, so splitting out the a11y themes is appreciated [04:33] g-t-s also includes Adwaita which isn't strictly needed in Unity [04:35] before, we had a gnome-accessibility-themes-extra, do we want to do that or just put all 3 in the one package? [04:46] You know what would be nice? If my wireless didn't drop and reconnect every 2-3 minutes. [04:57] jbicha: I think we should just split out the a11y themes we need into one binary package, instead of one package per theme; sounds easier? [04:58] RAOF: that sounds awful; I had that when I got my new router [04:58] RAOF: I disabled 80211n and forced it back to g; 54 MBit is enough for my purposes [04:58] that fixed the hangs [04:58] actually, it wasn't reconnects, but connection hangs [04:59] pitti: I think I'll leave it; I've got a cat5 cable plugged in now. [05:16] pitti: the old gnome-accessibility-themes is still on the desktop CD anyway [05:16] jbicha: ah, that's the gtk2 one, so we'll need to replace that [05:34] jasoncwarner_, RAOF, TheMuso, robert_ancell good morning [05:34] rickspencer3, hola! [05:34] pitti: Good morning! Just posted a comment on bug 827176. [05:34] Launchpad bug 827176 in language-selector "fontconfig-voodoo crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist" [High,In progress] https://launchpad.net/bugs/827176 [05:34] hey rickspencer3 [05:34] GunnarHj: good morning [05:34] rickspencer3: Greetings. [05:35] hey rickspencer3 [05:35] pitti, good morning [05:35] GunnarHj: ah, figuring this out is on my today's list indeed [05:35] I thought it might be a tad early for you, I forgot you were an early riser [05:36] working for 1:30 hours already :) [05:36] pitti: Good. I haven't been able to reproduce the bug, because of that python bug... [05:36] pitti, you stuyd [05:36] stud* [05:37] rickspencer3: I blame my wife for it :) she's getting up at 6, so am I [05:37] :) [05:37] pitti, I'm an early riser too, but people here stay up laaaate [05:37] when I am in bed, I can hear other people having their dinners [05:38] c'est la France [05:38] indeed [05:38] oui, c'est bon [06:08] pitti: https://code.launchpad.net/~jbicha/ubuntu/oneiric/gnome-themes-standard/3.1.5/+merge/71815 [06:14] jbicha: great work, thanks! queueing for sponsoring [06:30] Oh, hi compiz. Why are you using 6.6GiB of virtual memory? [06:31] it doesn't here, as it crashes every hour [06:31] nice trick to circumvent memleaks [06:31] RAOF: I had firefox using that much the other day [06:31] It appears to have so many open memory maps that gnome-system-monitor is unable to render them :) [06:32] Oh! There we go. Crash. [06:34] Hm. 6.8GiB of gem_objects? That's not good. [06:34] where do you see the 6.8 GiB? in ps ux? [06:36] Compiz was in gnome-system-monitor, the virtual size; it's since crashed, so it's now down to a more reasonable 700MiB. [06:36] Hm. / 1.3GiB. [06:36] That's fast :) [06:36] RAOF: you call 700 MB "reasonable"? [06:36] (FWIW, it's 87 MB here) [06:37] Virtual, or resident? [06:37] g-s-monitor doesn't say -- it just says "memory" [06:37] That's resident - shared. [06:37] I suppose it's resident [06:37] You need to turn on the virtual memory column to get these numbers. [06:38] But the 6.8GiB (now 7.3GiB) gem_objects is from /sys/kernel/dri/0/i915_gem_objects [06:38] ah, 704 virtual here [06:38] Compiz would appear to be leaking textures. [06:38] * pitti doesn't have /sys/kernel/dri [06:39] Bah. /sys/kernel/debug/dri/0/i915_gem_objects; you'll need root to read it. [06:40] 3374 objects, 500711424 bytes [06:41] ^ first line here [06:41] i. e. 500 MB [06:41] when I do some operations like switching desktop etc., the number wiggles a bit, but it doesn't seem to leak here [06:41] this is intel arrandale [06:42] I think something may have gone crazy here; it looks like gtk-window-decorator was what was eating all those goats. [06:43] After killing it I'm down to 310636544 bytes worth of gem objects. [06:44] (And I'm no longer under terrible memory pressure) [06:45] Tell you what, SSDs even make the user experience during swap thrashing better ;) [06:49] RAOF: heh, it's much closer to RAM than a rotary HDD, indeed :) === Amaranthus is now known as Amaranth [07:15] Moin! [07:20] hey Sweetshark, guten Morgen [07:20] meh, my window maximize keysettings does no longer work after the latest update [07:20] mvo: guten Morgen [07:21] guten morgen pi [07:21] pitt [07:21] i [07:21] mvo: Alt+F5/Alt+F10 still work here; but the case that stopped working is that Alt+F10 doesn't unmaximize any more [07:21] I find that pretty confusing, as I was regularly using it for that [07:21] I have a custom one (ctrl-0) and I guess gnome ate it [07:22] did someone ask you to run unity --reset by chance? [07:22] no, my launcher icons are still 32px just like before [07:22] I don't think anything changed yesterday wrt this [07:22] hm, focus follow mouse is done as well [07:23] its been a while since I restarted the session [07:23] may well be that this change is a couple of days old [07:23] * pitti still uses FFM; I'd get crazy without it [07:23] focus follow mouse is done as well [07:23] gnoe [07:23] but I had to turn it back on after unity --reset a few weeks ago === tkamppeter_ is now known as tkamppeter [07:23] (in ccsm) [07:23] yeah, I used to set it in metacity [07:24] * mvo fires up ccsm [07:24] is the new alt-tab behaviour done on purpose? [07:24] mvo: tpying is hrad, isn't it? [07:24] it is, isn't it ;) [07:24] tjaalton: eew, that's totally broken.. [07:25] tell me about it.. [07:25] but once I had my first cup of tea its usually much better [07:25] there's no way to pick up a specific window anymore [07:25] it killed my terminals! [07:25] it just hides them, no? [07:25] it'll pop up every window of the app, even the ones that were minimized [07:26] oh, not killed, but apparently minimized them [07:26] but it seems to overlay terminals with other apps, so there's no way to pick the ones beneath it [07:37] tjaalton: You're looking at bug #825036 and bug #825029 [07:37] Launchpad bug 825036 in unity "Switching behaviour to a group is awkward" [Undecided,New] https://launchpad.net/bugs/825036 [07:37] Launchpad bug 825029 in unity "When alt-tabbing to an application with multiple windows the focused window is not raised" [Undecided,New] https://launchpad.net/bugs/825029 [07:38] tjaalton: But there is a way to pick a specific window - hit the down arrow when the group is focused in alt-tab. [07:38] We should totally sick DBO on those ^^^ [07:39] huh, now it does both the old and new stuff at the same time [07:39] here, that is [07:40] I get both popups [07:40] Yeah, you should disable the staticswitcher plugin. [07:40] Lest compiz SIGSEGV at you. [07:41] * RAOF heads due pilates. [07:44] i'd rather turn off the unity switcher, but apparently there's no way to do that :) [07:45] oh, there is [07:49] good morning [07:49] pitti: could you sync translate-toolkit-1.9.0-1 from debian to oneiric? after some careful checking it seems all remaining ubuntu customizations are obsolete. [07:52] Sweetshark: done [07:53] hey desktopers [07:53] bonjour seb128 [07:53] tjaalton: what knob is it? [07:53] hey pitti, how are you? [07:53] hey seb128 [07:53] hey mvo [07:53] wie gehts? ;-) [07:53] seb128: feeling quite well again, just a bit of a cold left, thanks! [07:53] happily hacking along again [07:53] great [07:55] morning [07:56] hey rodrigo_ [07:56] how are you? [07:59] pitti: https://bugs.launchpad.net/ubuntu/+source/translate-toolkit/+bug/827852 [07:59] Ubuntu bug 827852 in translate-toolkit "lp:/ubuntu/oneiric/translate-toolkit is all messed up" [Undecided,New] [08:00] Sweetshark: actually the sync should take care of this automatically [08:00] Sweetshark: if it doesn't, can you please poke james_w? [08:01] mvo: from ccsm open the unity plugin capplet, then change the "key to start the switcher" to something else [08:01] pitti: Ill try to remember to have a look after the sync [08:01] thanks tjaalton [08:03] rodrigo_, what do you work on today? [08:03] rodrigo_, do you need help or reviews on anything today? [08:03] seb128, well, if you could have a look at the gnome-color-manager branch, it doesn't build for me [08:04] RAOF, thanks for the glib fix, though it's weird that zg stops the session [08:04] rodrigo_, ok [08:04] seb128, I'll finish for now folks 0.6 and the new gnome-contacts release [08:04] rodrigo_, hum, ken started on that update as well I think, did you work on it yet? [08:04] rodrigo_, he built eds with vapi for it [08:04] seb128, no [08:05] ok, I'll have a look [08:05] or wait for him to be online [08:06] rodrigo_, pitti, chrisccoulson, btw if some of you want to do some etherpad sponsoring that would be welcome ;-) [08:07] seb128, ok [08:07] seb128: I have https://code.launchpad.net/~jbicha/ubuntu/oneiric/gnome-themes-standard/3.1.5/+merge/71815 queued for me today [08:07] pitti, danke [08:07] I'll have a look at the gnome-games proposal [08:08] I will look at gjs and gnome-shell [08:18] robert_ancell, hey [08:18] seb128, hello [08:18] robert_ancell, how are you? [08:18] good [08:18] robert_ancell, got my email? [08:18] robert_ancell, could you look at bug #823775 this week? [08:18] Launchpad bug 823775 in lightdm "Cannot login: could not update ICEauthority file .ICEauthority" [High,Confirmed] https://launchpad.net/bugs/823775 [08:19] ignore the title, it got hijacked [08:19] seb128, yes, will look tomorrow. Was Michael also looking at it you said? [08:19] robert_ancell, kirkland and pitti added some comments as well [08:19] hey robert_ancell, how are you? enjoyed the holidays in berlin? [08:20] pitti, yeah, I loved Berlin. I wish I'd spent some more time there outside of the conference [08:20] robert_ancell, he dumped his comments on the bug but I don't think he looked further, he figured that it was an ecryptfs issue and that login to a vt was the workaround, not the .Xauthority thing [08:20] ok [08:20] I need to find a way to regression test ecryptfs behaviour [08:20] robert_ancell, I will check with him today and keep you updated so you don't duplicate work [08:21] hi seb128, that glib regression was Fun [08:22] bryceh, hey, thanks for sending the email on the list, though with some luck not a lot of people have that old deprecated binary leftover [08:22] sorry that we didn't catch it in the testing, seems that both seb128 and I have natty (or newer) installs [08:22] pitti, no, I've older ones [08:22] but I tend to clean installed craps once a cycle [08:22] libzeitgeist-gio only exits in maverick [08:23] so I probably cleaned that one over time [08:23] seb128, no prob, yeah hope we caught it quickly enough. [08:23] bryceh, well as pitti said it's only an issue for people who tried unity before natty [08:24] and didn't clean the deprecated binaries [08:24] we don't do a good job at cleaning deprecated things on upgrade though it seems [08:24] robert_ancell, did you get my email btw? [08:25] robert_ancell, I listed some other bugs I found worth looking at there in case of that's of any use to you ;-) [08:25] The background in my Lightdm unity-greeter is black. What does this point toward, robert_ancell ? [08:25] seb128, ah yes that should limit the scope [08:26] the system I repro'd on has been upgraded since as long as I can remember [08:26] seb128, yes, haven't replied to it though... [08:26] robert_ancell, no need to reply [08:26] cdbs, which greeter? [08:26] robert_ancell: unity-greeter [08:27] robert_ancell, well no hurry to reply, there are some questions but it was mostly to point the interesting bugs [08:27] robert_ancell: version 0.0.2-0ubuntu2 [08:28] seb128, in short, I agree with the list, and it's useful to summarise it that way. [08:28] cdbs, so everything else works but just the background is black? [08:28] robert_ancell: yup [08:28] robert_ancell: everything works as expected [08:28] robert_ancell: And in --test-mode [08:28] robert_ancell: The background is black there as well, except for the backgrounds of alice and bob [08:29] robert_ancell, great, thanks [08:29] cdbs, the background is set in /etc/lightdm/unity-greeter.conf, I'm guessing you don't have it installed [08:29] hmm [08:29] * cdbs checks [08:29] it's hardcoded to the default ubuntu one, but perhaps it needs fixing [08:29] robert_ancell: yup, it is unset [08:29] robert_ancell: But this isn't the right way that file was meant for, right? Unity-greeter should install a default config file [08:30] * cdbs didn't play around with that since a fresh install [08:30] oh, did you change that or did something else do that? The file should be installed with defaults and not need to be edited [08:30] robert_ancell: Which package installs that file? [08:30] cdbs, it should be part of unity-greeter [08:31] * cdbs runs apt-get install --reinstall unity-greeter [08:31] robert_ancell: still a black background [08:31] and no file [08:31] cdbs, because it's in /etc/ dpkg might try and not modify the file [08:31] seb128, pitti, other packaging experts: ^^ does this make sense? [08:32] cdbs, what is in /etc/lightdm/unity-greeter.conf? [08:32] robert_ancell, cdbs: right, etc conffiles are special [08:32] robert_ancell: dpkg will only update this file if it wasn't modified [08:32] they will preserve your changes, including deletion [08:32] robert_ancell: There's no such file [08:32] if you deleted it, it will not come back [08:33] well, if it was modified, and teh package ships a new one, it'll ask you which one to take [08:33] seb128, pitti, will a --purge fix that? [08:33] and what seb128 said [08:33] you need to dpkg --conffile-missing [08:33] thanks [08:33] that's dpkg -i --force-confmiss [08:33] yes, if the admin removes a file, dpkg respects that and doesn't bring it back [08:33] right, I was looking for the real name of the option, I don't use it often enough to memorize it :p [08:34] seb128, oh, the next lightdm has nested x server support. I think you were interesting in that for testing [08:34] robert_ancell, \o/ [08:35] dm-tool --add-nested-seat :) [08:36] robert_ancell, can I get a "lightdm rocks" sticker to put on my laptop? ;-) [08:36] seb128, If you can find someone with artistic talent :) Get them to make a logo for it while you're at it... [08:37] let's wait for Didier to be back, maybe his gf can do it, he asked her if she should do an icon for dconf-editor already I think ;-) [08:38] robert_ancell, speaking of dconf-editor I think people mentioned it doesn't handle override files correctly [08:38] like ignore those :p [08:38] hmm, weird, g-games fails building with GTK_CLUTTER_TEXTURE undefined symbol, but both the header and the lib are being used when building [08:39] * robert_ancell wonders why he ever let desrt twist his arm into making dconf-editor === pedro__ is now known as pedro_ [08:40] robert_ancell, :) [08:44] Sweetshark: [08:44] o gaupol: python-aeidon [08:44] [Reverse-Recommends: translate-toolkit] [08:44] Sweetshark: ^ FYI, new from components-mismatches [08:44] so if that's required, it needs a MIR, otherwise a demotion to suggests [08:48] pitti, do you know why there is a 6mb difference between the x86 and amd64 iso? [08:49] seb128: I think it's just that amd64 packages generally tend to be a tad bigger [08:49] pitti, it's the other way around there [08:49] i. e. it's not that one extra package on the amd64 CD [08:49] x86 is 6mb over amd64 [08:49] seb128: right, x86 has an extra langpack [08:50] ah ok [08:50] so we are basically on target now? [08:50] pitti: hmm. debian had a dep from translate-toolkit on gaupol, which we removed. now debian depends on python-aeidon, so I assumed our change was not needed anymore. I didnt check for python-aeidon being in main though :( [08:50] also, amd64 hasn't built for about three days [08:50] pitti, http://cdimage.ubuntu.com/daily-live/20110817/ [08:50] pitti, it has all images? [08:51] seb128: yes, seems so; if we drop the Chinese langpack, we are on target, and if we rebuild fresh -base langpacks, even more so [08:51] seb128: yes, it just copies the previous one for the failed ones [08:51] oh ok [08:51] or someone retried it, that could also be [08:51] I just got a failed amd64 log [08:51] well the manifest is from yesterday [08:51] yesterday's failed due to mono [08:52] seb128: ah, so there was a second build attempt yesterday which worked, and today's failed again [08:52] but at least that's reasonably current then [08:52] ok [09:00] I think mono's broken again, just in a different way [09:00] broken how? [09:02] my mono-runtime is stuck at 2.10.3-1, trying to upgrade it removes all of mono or something [09:04] oh never mind, I guess I just didn't wait long enough for everything to come through [09:05] hm, failed to build on i386 [09:05] no, that still didn't work, I'm on amd64 [09:05] yeah, but arch:all would be built on i386 [09:08] whatever's breaking doesn't look healthy in that build log for mono [09:16] bryceh, btw, feel free to upload your xchat-gnome work, I see you have a merge request for it, did you want some review? is there anything which was blocking you to upload? [09:17] morning [09:17] lut huats [09:28] Hi, I am was wondering if somebody could help me by reviewing indicator bug over at http://revu.ubuntuwire.com/details.py?upid=9151 I have one approval so there is just one left [09:29] it's a fairly simple python indicator for displaying and regularly updating a Launchpad bug list (for example bitesize bugs). It notifies you when there are new bugs that match the bug search pattern [09:36] * pitti hugs mvo for the s-c port to gir-gmenu [09:37] :) [09:37] http://people.canonical.com/~ubuntu-archive/NBS/python-gmenu [09:37] so that just leaves alacarte for main [09:38] seb128: ^ is this still being supported upstream, or should we just kill it? [09:38] http://people.canonical.com/~ubuntu-archive/NBS/python-gmenu [09:38] sorry [09:38] -- oneiric/main i386 deps on alacarte: [09:38] gnome-panel [09:39] (and some rdepends from metapackages which are trivial to fix) [09:39] pitti, it's still useful for the fallback session but not really actively maintained though [09:39] you can maybe keep it a bit to see if somebody is interested to fix it? [09:39] just asking because python-gmenu is NBS now [09:39] ok, sure [09:40] well you can delete it and we can put it back later on as well [09:40] seb128: FTR, I have a pygobject 2.90.1 package ready, and a split build for pygobject-2; uploading both to experimental now [09:40] it just seems easier to keep it broken for a bit, see if somebody comes with a fix or delete it if it doesn't happen [09:40] pitti, \o/ [09:40] seb128: not that urgent, I was just curious whether we should package a new alacarte or so [09:41] with the fixes from this morning it seems most stuff is happy, just software-center breaks with 2.90.1 [09:41] pitti, ok, it's a bit unmaintained so there nothing to package yet [09:41] apparently at some point it uses both "gobject" and "gi.repository" [09:41] I'm looking at that now [09:41] ok [09:42] pitti, if you get an empty todolist after that do you think you would have time today or later this week to look at the retracers? [09:42] we sort of could use them running [09:42] especially now that the new unity etc landed [09:42] yeah, I know [09:43] I hope that there's yet another easy workaround than "set up a root machine in the DC" === seb128_ is now known as seb128 [10:17] rodrigo__, how did you fix the gnome-games build issue? just curious [10:22] seb128, updated some related packages and seems that fixed it, let's see if it works on the server === rodrigo__ is now known as rodrigo_ [10:23] ok [10:30] mvo: hm, softwarecenter/utils.py stilll uses "import gmenu" [10:30] mvo: but I'm looking into trunk anyway to fix some static/GI bindings mix (which causes crashes with pygobject 2.90) [10:35] sigh @ bug 827848 [10:35] Launchpad bug 827848 in firefox "firefox 6 , ubuntu 11.04 64 bit ATI proprietary driver" [Undecided,Invalid] https://launchpad.net/bugs/827848 [10:35] i wish people would stop tweaking options in about:config, then reporting a bug when everything breaks [10:35] especially a bug which might make us think there is a regression in a stable update [10:35] chrisccoulson: can't we detect that in the apport hook? [10:36] pitti - yeah, i'm going to add this to the apport hook [10:38] pitti - we had someone report an identical issue straight after deploying firefox 5, and it turned out to be the same issue [10:38] i wonder where they're getting the idea to tweak this preference from? [10:47] woohoo - firefox 9! - https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa/ ;) [10:48] and 8 for those less brave https://launchpad.net/~ubuntu-mozilla-daily/+archive/firefox-aurora [10:50] chrisccoulson, you got to much free time [10:50] chrisccoulson, you should better take on some GNOME updates ;-) [10:50] seb128, i wish ;) [10:51] seb128, there are still gnome updates left to take? [10:51] chrisccoulson, check the etherpad [10:51] there are half a dozen [10:51] seb128, ok, i'll take a look [10:52] i guess https://wiki.ubuntu.com/MozillaTeam/FirefoxUpgradeChecklist/6.0 for the 7.0 release can wait a day or so ;) [10:52] chrisccoulson, thanks! [10:52] guys i've created a report for 'new' bugs filed since 24 hours: http://status.qa.ubuntu.com/reports/ubuntu-desktop/new-bugs-since-24hours.html [10:53] and another one for 7 days [10:53] http://status.qa.ubuntu.com/reports/ubuntu-desktop/new-bugs-since-7days.html [10:53] those are updated every 6 minutes so should be accurate [10:54] if you'd like to have something like that for i don't know 15 days, 1 month etc just let me know [10:55] i'll send an email to the list with that [11:50] mvo: I guess you are going to crossburn me for https://code.launchpad.net/~pitti/software-center/gi-fixes/+merge/71854 .. [11:52] mvo: but as there's a high chance that pygobject 3.0 will be required for gnome 3.2, I rather want to be prepared and fix our stuff before this lands (cf. my uploads from this morning) [11:53] pitti: geh, pyflakes will cry [11:53] pitti: thanks for doing this work though [11:53] mvo: just did a followup comment to show the breakage of the gtk2 version [11:54] mvo: I tested this with oneiric pygobject, gtk 2/3 versions, and the pygobject 2.90 bits from jhbuild/debian experimental [11:55] mvo: why will pyflakes cry, but not you? [11:56] pitti: I would like to factor the gio stuff into its own isolated module to avoid the if have_gi: but otherwise its fine of course [11:56] mvo: ah, sure [11:56] pitti: pyflakes will not like the double imports, if foo: import gobject as GObject else: import GObject. but thats fine, I can add a workaround for this easily [11:57] ah, it doesn't see conditional imports? [11:57] yeah, it does not understand them [11:57] I did the "import gobject as GObject" trick to avoid having these "if have_gi" stuff everywhere [11:57] so it thinks that its a redefinition of a unused var [11:57] yeah, that is nice [11:57] keeps the diff smaller [11:57] I just need it where the static gio API differs from the C API [11:57] * mvo nods [11:58] mvo: btw, if you want to try this, you need the aptdaemon version I'm currently uploading (r670) [11:59] and with that, high high high time for lunch *starve* [11:59] ok, enjoy [12:01] * mvo notes that the whole pygi stuff is all a bit of a bumpy ride [12:22] lunch time, bbl [12:31] mvo: heh, indeed :/ but it only really gets hairy when you mix the two [12:37] mvo: oh, merged already? thanks! [12:37] mvo: "Gio #pyflakes" -> that looks weird [12:37] that's still causing a call to the module, doesn't it? [12:59] pitti: its just there to make pyflakes happy by pretending to access it once [13:00] pitti: yeah, merged, I feel like RSN we switch to gtk3 exclusively [13:05] mvo, next cycle? [13:06] desrt, there? [13:07] nope [13:07] great [13:07] * desrt looks around [13:07] what can i do for you? [13:08] desrt, http://pastebin.ubuntu.com/668243/ do you see anything wrong there? [13:08] pitti: https://bugs.launchpad.net/ubuntu/+bug/817133/comments/21 [13:08] Ubuntu bug 817133 in ubuntu "[FFe] [needspackaging] ubuntuone-installer needs packaged" [High,Incomplete] [13:09] desrt, the value seems wrong when there is no user value for this key [13:09] seb128: no set mapping? :) [13:09] desrt, there is a set mapping as well [13:09] desrt, it's the gnome-control-center info panel [13:09] the "use fallback" toggle [13:09] nod. [13:09] dobey: ah, thanks for the clarification [13:09] it gets the wrong value if I "reset to default in dconf-editor" [13:10] it gets the right value if I edit and press enter [13:10] it get it wrong if I unset [13:10] i.e it gets "gnome" system default as not matching [13:10] but user value matches [13:10] it's a bit weird [13:10] pitti: sure. i just want to get it done already, since it was supposed to have been done/in last thursday :-/ [13:10] is this in the distro or ppas? [13:10] no jhbuild-type voodoo going on? [13:10] desrt, it's upstream [13:10] okay [13:10] well distro [13:11] upstream code from my system [13:11] just wanted to eliminate a possible class of problems [13:11] desrt, open your gnome-control-center [13:11] desrt, system info [13:11] graphics [13:11] "System Settings"(tm) you mean :) [13:11] is the "use fallback" toggle on for you? [13:11] it's off. [13:11] hum ok [13:11] I'm wondering why it's on there :-( [13:12] * desrt tries to reread what you said [13:12] the toggle is on the left with a "1" there under gnome-shell [13:12] is it possible that a vendor override is involved here? [13:12] until I change org.gnome.desktop.session to "gnome" [13:13] uh [13:13] desrt, indeed we have one [13:13] something is broken here [13:13] 10_gnome-session-common.gschema.override:session-name="ubuntu" [13:13] okay [13:13] dconf-editor doesn't show overrides, grrr [13:13] i bet the problem is that ... ya :) [13:13] the value you think you have is not the one that you do have :) [13:13] it still doesn't explain why my guest session running gnome-shell doesn't get that key set to "gnome" [13:14] the only way it would be is if someone wrote something to dconf explicity [13:14] *explicitly [13:14] desrt, thanks [13:15] I got confused by dconf-editor not handling overrides [13:15] there's someone who you might know that you can bother about that =) [13:15] grr, hurry up PPA's. i want new crack now! [13:16] desrt, yeah, I pinged him early today about a similar issue ;-) [13:16] seb128: next time you see him, please ask him to read the GVariant documentation as well [13:17] desrt, what did he do wrongly? [13:17] nothing yet =) [13:17] just pinged on IRC about get("a(...)", &iter) with 'GVariantIter iter;' [13:27] g'ah, not another one (bug 827952) [13:27] Launchpad bug 827952 in firefox "problems after update to firefox6" [Undecided,New] https://launchpad.net/bugs/827952 [13:28] rodrigo_, pitti: can we play with OnShowIn GNOME or Unity to display the right printing ui? [13:28] repeat after me - "i must not change the value of layers.acceleration.force-enabled" :) [13:28] seb128: that would be better indeed [13:28] chrisccoulson, but but, somebody on the internet suggested to change it! [13:28] heh [13:29] chrisccoulson, if somebody on the internet suggested it, it must be a good thing to try! [13:29] ;-) [13:29] seb128, of course nothing on the internet is ever wrong :) [13:31] jcastro, do you have any ideas for how we could engage more users and get them testing https://launchpad.net/~mozillateam/+archive/firefox-next (ie, the firefox beta channel)? [13:33] pitti, could you have a look at bug 828010 when you get a minute ? [13:33] Launchpad bug 828010 in apport "apport-gtk crashed with TypeError in function(): markup_escape_text() takes exactly 2 argument(s) (1 given)" [High,New] https://launchpad.net/bugs/828010 [13:33] jibel: queueing (currently debugging bug 827176 ) [13:33] Launchpad bug 827176 in language-selector "fontconfig-voodoo crashed with DBusException in call_blocking(): org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist" [High,In progress] https://launchpad.net/bugs/827176 [13:34] pitti, great, thanks [13:34] * jibel wonders if there is a secret league to keep him from filing new bugs [13:35] jibel: a simple "apport-bug packagename" doesn't crash, though :) [13:37] pitti, Yeah, and "while true; do apport-bug compiz; sleep 300; done" would spare me some keystrokes ;-) [13:38] lol [13:45] ok, language-selector fixed, on to apport === m_conley_away is now known as m_conley [13:52] jibel: apport fix uploaded [14:00] pitti, thanks [14:01] slomo, hey [14:03] seb128, yes, that's my plan, using OnlyShowIn=Unity for s-c-p and GNOME for the other [14:03] ok, need to run; see you tomorrow! [14:16] bye pitti [14:20] rodrigo_, how's gnome-contacts 0.1.2? [14:21] hey kenvandine, was waiting for you [14:21] seb told me you were working on folks 0.6, right? [14:21] yes [14:21] oh [14:21] you need that? [14:21] it's needed for g-c 0.1.2 [14:21] yeah [14:21] ok [14:21] working on it now [14:21] i had to build eds with vala bindings for it [14:21] ok, let me know if you need my help on something [14:21] yeah [14:21] did that last night [14:21] should have folks done soon [14:22] cool [14:22] the g-c branch is ready, just needs a build with hopefully no errors with folks 0.6.0 [14:22] great... soname bump in folks [14:24] good morning! [14:24] good morning cyphermox [14:24] uhm [14:24] kenvandine: it was late, starting eds now [14:24] cool [14:24] anyone have idea how to get nouveau driver to work? [14:24] it isn't blocking me at all [14:25] basso, sorry, not me [14:25] :( [14:44] chrisccoulson, did you restart the dconf service from the postinst or something with the update btw? [14:46] seb128, i didn't add anything to restart it. did you want me to? [14:47] chrisccoulson, desrt mentioned before that it should be restarted due to the maybe types addition [14:48] chrisccoulson, if some client tries to write some of those and the old service is still running it will break [14:48] is there a way to restart it safely? [14:49] seb128: hi [14:49] good question, that was discussed with desrt and vuntz, we suggested adding a "reload on SIGHUP" [14:49] dunno what happened to that [14:50] slomo, hey, unping in fact, I was having a gconf sink error and I was wondering if some part of gstreamer were depending on the gconf element still but it comes from gnome-media itself [14:51] chrisccoulson, but at the same time nothing use maybe types and it's only until session restart, maybe let's wait for the next update if that does the reload on sighup thing [14:59] kenvandine: gwibber doesn't seem to be updating tiles again :( [15:00] davmor2, interesting... in any stream? [15:00] kenvandine: indeed. It updates completely if I start it fresh and then just stops [15:01] and you are still running 3.1.4.2? [15:01] not trunk or anything? [15:01] kenvandine: ii gwibber 3.1.4.2-0ubuntu1 Open source social networking client for GNOME [15:02] ok [15:02] LC_COLLATE="C" gwibber 2>/dev/null [15:02] run that [15:02] see if it updates [15:02] kenvandine: I'm deliberately not using ppa version for this kinda reason :0 [15:02] davmor2, :) [15:03] davmor2, ping me in a bit and let me know either way [15:03] kenvandine: will do [15:04] davmor2, thx! [15:04] Is anyone having X problems (intel driver) === pedro__ is now known as pedro_ [15:06] mterry, what sort of problems? but not that I noticed [15:07] i haven't noticed any [15:07] seb128, when running 'startx', I get ddxSigGiveUp in my log, with no preceding error. [15:08] urg [15:09] mterry, some people had a no working session yesterday due to the glib update and still having zeitgeist-gio installed but out of that didn't read any issue today [15:10] mterry, still mentioning the zg thing in case it's of any use but that's likely a different issue if you get a ddxSigGiveUp [15:10] seb128, I don't have zg-gio installed [15:10] ok [15:10] dunno then [15:10] there was no recent xorg updates, it's weird [15:10] Yeah, I didn't notice any either [15:10] seb128, what seems to be the issue [15:11] seif, nothing due to zg don't worry [15:12] seif, basically zg-gio dated from 10.10 and used some glib,gio patch distro specific [15:12] seif, we dropped the glib patch since the current stack use the equivalent feature which was added to upstream gio later on [15:13] ok folks, here is a puzzler, at some point rsync corrupted and i cannot do any updates. I have tried uninstalling reinstalling but no go [15:13] what can i do? [15:13] seif, but that created some issues for users who still had the old binary [15:13] i am not at the pc am at work so i cannot show anything [15:13] Detox, hi, this channel is not a support on, try #ubuntu for questions [15:13] ahhh ok [15:14] seb128, actually, I think the root cause is "intel(0): failed to get resources: Bad file descriptor" and some similar errors [15:14] * mterry googles [15:15] rodrigo_, lp:~ubuntu-desktop/folks/ubuntu/ [15:16] you can build it locally to unblock you [15:16] kenvandine: I don't see any movement on gwibber can you make a post and I'll give it 10 minutes and let you know if it shows up [15:16] rodrigo_, i guess you'll need to add a libfolks-eds-dev build dep to gnome-contacts [15:17] tons of change in libfolks [15:20] davmor2, sure [15:21] davmor2, done [15:21] kenvandine, thanks! [15:22] RAOF, do you know any reason intel X drivers would stop working for me on oneiric? I get "drmOpenByBusid: Interface 1.4 failed, trying 1.1" then various intel(0) errors after that [15:25] kenvandine, I guess I need the e-d-s build you mentioned before, right? [15:26] it built last night [15:26] so as long as you update [15:26] you'll be good [15:26] ah, ok [15:26] rodrigo_, do you know how much of gnome-contacts should be working? [15:26] i get an error when trying to add a contact [15:27] and trying to link them does nothing [15:27] TheMuso, for info bug 828105 [15:27] Launchpad bug 828105 in at-spi2-core "at-spi2-core not installed during upgrade from Natty" [High,New] https://launchpad.net/bugs/828105 [15:27] Unable to create new contacts: Persona store (key-file, relationships.ini) requires the following details: [15:27] im-addresses (provided: '(nil)') [15:27] rodrigo_, that is the error i get adding [15:27] that is with 0.1.2 [15:28] kenvandine, the 0.1.1 version does not work much for me [15:28] oh, 0.1.2? [15:28] 0.1.2 seems about the same [15:28] but this likes libfolks related [15:28] I did a quick test with the git version and it seemed to work a bit better [15:29] rodrigo_, interesting, looking at configure.ac it doesn't even look for folks-eds [15:29] kenvandine: nothing, let me run the command again and see if updates then [15:30] you would think it would need that :) [15:30] kenvandine, gnome-contacts? it just uses the folks API, doesn't care about the backends [15:30] davmor2, wait [15:30] oh right [15:30] * davmor2 waits [15:30] * kenvandine had it the other way around :) [15:30] kenvandine, but yes, seems to be a folks-eds -related problem [15:30] davmor2, tail -f ~/.cache/gwibber/gwibber.log [15:31] then hit F5 with the client focused [15:31] rodrigo_, that was my fear... not sure how to test the backend [15:31] * kenvandine looks for tests [15:31] kenvandine: nothing [15:32] kenvandine, I'll have a look also [15:32] anything that looks like it is attempting a refresh? [15:32] * kenvandine is wondering if it is the client or the service [15:32] davmor2, ^^ [15:32] rodrigo_, cool [15:33] kenvandine: let me run from terminal to start with and see if anything happens [15:33] run the service [15:33] killall -9 gwibber-service; gwibber-service -do [15:33] to get good debug logs [15:34] i am getting intermittent TLS errors [15:34] gnutls_handshake() failed: A TLS packet with unexpected length was received. [15:34] from twitter [15:35] I got this http://paste.ubuntu.com/668361/ [15:35] kenvandine: ^ [15:36] ugh [15:36] what was above that? [15:37] kenvandine: http://paste.ubuntu.com/668363/ that's the full cli [15:37] davmor2, refresh again [15:38] * kenvandine wonders if something is hung [15:38] or if it is still responsive [15:40] seb128, was the zg-gio error similar to "undefined symbol: g_desktop_app_info_launch_handler_get_type"? [15:40] refresh == lots of dev nulls [15:41] mterry, yes [15:41] seb128, wncksyncdaemon has the same issue (it installs a gio module that uses that symbol) [15:41] oh, could be [15:41] we basically dropped the distro specific abi dx made us add [15:41] since we use the upstream feature now [15:42] That was my X issue [15:42] kenvandine: that's interesting gwibber isn't open [15:42] mterry, ok, so I was not far by mentioning it ;-) [15:42] davmor2, what are the errors? [15:42] rodrigo_, 3 of the libfolks tests fail [15:43] libfolks-eds that is [15:44] ok [15:45] kenvandine: http://paste.ubuntu.com/668374/ [15:45] oh [15:46] that is all the noise from the gwibber client [15:46] harmless, and i need to clean it up' [15:46] what about another refresh though... any more service out from that? [15:49] kenvandine: everything just updated now, I see you post [15:49] * kenvandine posts something else [15:51] davmor2, ok... tell it to refresh again [15:51] and look at that output [15:51] * kenvandine really needs to upload a new gwibber with all the resizing fixes :) [15:52] these tiles getting out of whack drive me nuts! [15:53] kenvandine: nope nothing again :( no addition output in cli either [15:54] ok [15:55] so this time the problem isn't in the client filtering :) [15:56] the service is getting hung [15:56] davmor2, can you try one more thing? [15:56] in another terminal [15:56] run this [15:56] dbus-send --type=method_call --dest=com.Gwibber.Service /com/gwibber/Service com.Gwibber.Service.Refresh [15:56] and see if you see output start spewing from the service [15:57] davmor2, you should see like a Starting refresh [15:57] etc [16:01] kenvandine: I got a bunch more of those (gwibber:6928): Gtk-CRITICAL **: gtk_widget_reparent: assertion `priv->parent != NULL' failed but no updates [16:01] that is all from the client [16:01] but nothing that say they are from the service? [16:01] davmor2, just to make it more obvious [16:02] close the client [16:02] and run that dbus-send command again [16:02] client closed [16:02] you shouldn't see any of those Gtk-CRITICALS anymore [16:04] kenvandine: So I re-ran the dbus command and nothing seems to of happened [16:04] nothing in the terminal where gwibber-service is running right? [16:04] did the dbus-send command return immediately? [16:05] kenvandine: it did [16:05] ok [16:05] so failing to fetch that avatar is completely hanging the service [16:06] can you file a bug and include this traceback in it http://paste.ubuntu.com/668361/ [16:06] and note that the service stops responding after that [16:06] http://paste.ubuntu.com/668363/ [16:06] actually that traceback :) [16:07] kenvandine: no problems [16:07] davmor2, thx! [16:07] http://a2.twimg.com/profile_images/1481767616/TAACgrab2_normal.jpg [16:07] can you view that in a browser? [16:08] oh, actually i bet it isn't that avatar [16:11] kenvandine, hmm, it's complaining about libsocialweb-client, which is installed [16:11] I guess it does't find the .vapi file for it? [16:11] rodrigo_, oh, i didn't build with it [16:12] rodrigo_, ok, I looked at your gcm build issue [16:12] i guess i should explicitly disable it for now [16:12] kenvandine, oh ok [16:14] rodrigo_, http://pastebin.ubuntu.com/668389/ [16:14] rodrigo_, build fix for your gcm update [16:14] seb128, ah cool! [16:14] rodrigo_, you need to add autoreconf to the rules as well or to patch the Makefile.in [16:15] rodrigo_, could you upstream the fix as well when you have time? [16:15] kenvandine: https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/828142 [16:15] Ubuntu bug 828142 in gwibber "Gwibber service hangs if an avatar isn't obtained" [Undecided,New] [16:15] rodrigo_, btw the libnotify patch seems deprecated not sure why it's still in the vcs, it didn't apply [16:15] cyphermox, hey [16:17] kenvandine, ok, now it built ok [16:17] seb128: hey [16:17] cyphermox, how are you? [16:17] pretty good [16:17] you? [16:17] cyphermox, I signed you for the e-d-s evolution updates on the etherpad yesterday, do you think you will have time for those this week? [16:17] cyphermox, I'm great thanks! [16:17] kenvandine, can I push this to the branch: http://pastebin.com/XbUx65KM ? [16:18] yes, working on it right now ;) [16:18] I'm about to upload e-d-s, just checking the bugs in case I can close some off already [16:18] great [16:18] let's see if the updates make evo run out of gdb ;-) [16:18] hehe [16:18] that would be good no? :D [16:19] rodrigo_, yeah, but bump the version [16:20] i already uploaded folks [16:20] kenvandine, ok [16:20] rodrigo_, and it is fine building in the archive, just needed for building locally [16:20] rodrigo_, just leave it as UNRELEASED [16:20] kenvandine, yes, it fails if you have libsocialweb-client-dev installed [16:20] so next upload we get it [16:20] yes, not urgent :) [16:21] seb128, can you NEW folks for me? [16:21] kenvandine, once it's built yes [16:21] oh, you need it built for all the arches i guess [16:21] it's better indeed [16:22] kenvandine, gnome-contacts shows my couchdb contacts! [16:22] rodrigo_, woot! [16:22] kenvandine, not my google ones though, but evo itself seems to have been having problems with that [16:22] but can you link or add contacts? [16:22] kenvandine, let me try [16:22] rodrigo_, yeah... evo is really sucking right now :( [16:23] so sad because i have a really hard time using thunderbird [16:23] it amazes me that people actually like tb [16:23] kenvandine, hmm, no, only showing the contacts works [16:24] i've noticed that using thunderbird on my laptop and evo (with imap+) on my desktop, evo never gets mail that thunderbird has fetched [16:24] i guess imap+ doesn't mix with old school imap [16:24] * kenvandine wished thunderbird supported that [16:24] kenvandine, how "gets"? you mean the emails are not listed? [16:25] or it doesn't get what is read or not? [16:25] they never show up in evolution at all [16:25] i don' [16:25] that's weird [16:25] i don' [16:25] damn [16:25] kenvandine, ok, lp:~ubuntu-desktop/gnome-contacts/ubuntu ready [16:25] kenvandine, I'll follow up upstream with the bugs [16:25] I use tb and evo with imap+ on my desktop [16:25] i don't know a ton about imap, but i think imap+ does something smart where it only gives the client unknown messages [16:25] I don't notice issues when switching between them [16:25] well at least not missing emails [16:26] so i assume the way thunderbird is fetching them, it never gives them to evo [16:26] do you use send&receive? [16:26] or just rely on idle updates? [16:26] i have huge gaps in my inbox [16:26] for both work imap mail and gmail [16:26] for example, i left thunderbird running all weekend on my laptop and had my desktop shutdown [16:26] starting up on monday, i don't have a single mail in my inbox from over the weekend [16:27] i've tried both [16:27] that's broken [16:27] doesn't happen there [16:27] weird! [16:27] it is very annoying [16:27] on the canonical imap server [16:27] yeah, I can imagine [16:28] kenvandine, hmm, right, imap* should leave the messages in the server until they are explicitly removed [16:28] maybe tb has some ¡delete messages from server' option enabled? [16:32] no, they are still on the server [16:32] evo just isn't downloading them [16:32] i've checked [16:32] * kenvandine disabled IDLE in evo [16:32] now it is VERY busy doing something... [16:43] bbl [16:45] seb128, the report is fixed now [16:45] pedro_, thanks [16:45] http://status.qa.ubuntu.com/reports/ubuntu-desktop/canonical-desktop-team-assigned-bug-tasks.html <- is there now [16:46] i'll point the other pages to there [16:46] pedro_, gracias [16:46] you're welcome [16:46] ;-) [16:46] or denada ;-) [16:52] seb128, any reason we aren't enable the control center stuff in empathy? [16:52] kenvandine, you tell me, you maintain empathy [16:52] ;-) [16:52] * kenvandine checks it out [16:53] what gcc things? [16:53] i think the accounts stuff becomes a plugin in control center [16:53] does that still work now that bastien dropped the public library? [16:54] dunno [16:54] well it works for us in any case [16:54] cassidy, ^ [16:54] but I'm not sure if upstream will keep something which doesn't work with GNOME upstream components [16:55] seb128, libfolks is dep wait for powerpc [16:55] waiting for eds [16:55] kenvandine, does anyone care about powerpc? [16:55] hehe [16:55] can you NEW it without waiting for ppc? [16:56] seb128,pitti: i've added a final patch to that udisks SRU in lp 759963. [16:56] Launchpad bug 759963 in udisks "Volumes on cards inserted in the Realtek card reader (PCI 10ec:5208) not automounted." [High,Confirmed] https://launchpad.net/bugs/759963 [16:57] kenvandine, oh, already newed [16:57] oh... cool [16:58] kenvandine, speaking of empathy, do you know if the new call ui is a standalone binary? [16:58] i think it is [16:58] kenvandine, i.e something we could ship in a binary not on the CD? [16:58] no [16:58] ok :-( [16:58] because if think if that is enabled, you can't make calls without it [16:59] i pinged sjoerd a bit ago about that [16:59] haven't heard back yet [16:59] kenvandine, ok [17:09] seb128, it was already building with the control center integration :) [18:10] chrisccoulson: I'll just respond here [18:10] step #1, we should tell people that it exists. [18:10] hi :) [18:11] chrisccoulson: write something up for me, blog style, then send it to me, I'll massage it, go over it with you, and then publish a call for testing [18:11] it doesn't have to be long or anything [18:11] jcastro, excellent, thanks [18:12] basically the same sort of thing you would write up if someone asked you on the forums or something [18:13] jcastro - the other concern i have as well is that there is a guy who copies all of the beta packages in to his own PPA, without any of the supporting packages that we need people to test [18:13] and when i read http://ubuntuforums.org/showthread.php?t=1352580, it reads like that's the official place to get the beta builds [18:13] but he's literally just copying the packages we provide, and not copying any of the other supporting pacakges [18:13] which sucks ;) [18:14] i'm not too sure how to handle that [18:14] ok so, make yours official [18:14] I can't really stop that guy, other than sending him a mail and asking him to instead point to your stuff [18:14] but you'll need to have a similar style guide/post that gives people what they are looking for [18:15] THEN we can tell people "that other stuff is crack rock" [18:15] ok, i'll work on that then [18:15] it doesn't need to be perfect, we can iterate [18:15] and then we'll mail that lovinglinux guy, he always has tons of guides and stuff for people [18:38] seb128, alright will do; I wasn't sure what the policy was for changes [18:54] bryceh, it's usually good to check with the team before updating a default install desktop components but you can as well ask on IRC [18:54] bryceh, nobody is really looking after xchat or xchat-gnome so feel free to upload there ;-) [18:55] umm, please don't break xchat though as Xubuntu is still using it :) [18:56] micahg, well I'm using it too, so breaking it is fairly low on my todo list :-) [18:56] seb128, ok thanks, will do. [18:57] bryceh, thank you for the work on it ;-) [18:57] micahg, or I should say, I'm using xchat-gnome; not touching xchat just pulling fixes from it into xchat-gnome that looked safe [19:01] xchat-gnome forked part of xchat's codebase, and both projects have made fixes to their forked codes. Would be easier if they'd packaged that as libxchat or some such [19:01] bryceh: I trust you not to break it, just wanted to put it out there that derivatives still use it :) [19:01] micahg, right, but xchat as opposed to xchat-gnome? [19:02] bryceh: yeah, Xubuntu is using xchat, not xchat-gnome [19:05] micahg, alrighty, steering clear of xchat [19:06] bryceh: no, that wasn't what I was implying :), please feel free to fix things === m_conley is now known as m_conley_away [21:38] jibel: Interesting, because at-spi2-core is in the desktop seed as a recommends. [21:47] mdeslaur: anyone know the latest Synaptic does not have the polkit policy in the x86 build but it does in the 64-bit? [21:47] https://launchpad.net/ubuntu/+source/synaptic/0.75.2ubuntu4/ [21:47] reported in bug 828315 [21:47] Launchpad bug 828315 in synaptic "/usr/share/polkit-1/actions/com/ubuntu.pkexec.synaptic.policy not in package, synaptic fails to open" [Undecided,Triaged] https://launchpad.net/bugs/828315 [21:47] *know why [22:03] Why is it that 2am is my peak ping time? :) [22:07] lol [22:07] RAOF: because the narrow time period when most all of the US and europe are working? :P [22:08] Yup, most likely! [23:01] uhm [23:01] hello! [23:02] i installed gnome 3 in an ubuntu minimal install, and i got some god damn irritating system sounds, which i cant mute :O [23:04] aww god i found a solution [23:04] silence... [23:04] basso: this is the channel for Ubuntu Desktop development, you probably want #ubuntu+1 for Oneiric questions [23:05] im still on 11.04 [23:05] :) [23:05] but i fixed it [23:05] yeah, this is for Oneiric development, cool [23:06] robert_ancell: hi [23:06] jbicha, good morning [23:07] robert_ancell: I'm not sure if you were watching unity-greeter bugs like this minor annoyance bug 827749 [23:07] Launchpad bug 827749 in unity-greeter "keyboard focus doesn't return to password field after changing session" [Undecided,New] https://launchpad.net/bugs/827749 [23:12] robert_ancell: get your GVariant format string stuff sorted? [23:12] jbicha, yes, I think it may be a GTK+ issue [23:13] desrt, yeah, I wasn't using a pointer in the last one. All sorted now thanks [23:14] jbicha, there was a similar issue I spent ages tracking down last time, then a GTK+ update removed it so I've been a bit wary spending time on this one :) [23:16] hmm, ok [23:21] RAOF, how are you with X/GTK keyboard focus problems? [23:22] robert_ancell: Not particularly proficient, but I'm always up for making wild guesses in areas I'm vaguely familiar with :) [23:25] RAOF, if you have any ideas please comment on bug 810805 [23:25] Launchpad bug 810805 in ayatana-design "Cursor does not show up in password field" [High,Fix committed] https://launchpad.net/bugs/810805 [23:26] jbicha, I updated that bug, If you have any ideas feel free to play around! [23:27] yeah, my bug might be a duplicate of that one then [23:30] jbicha: ohm that's odd...I'll take a look tomorrow [23:30] mdeslaur: cool, thanks [23:40] hey, I take it it's safe to upgrade now (no glib bug?) [23:41] robert_ancell: no problems here [23:41] jbicha, cool, thanksa [23:42] I wasn't affected by the bug since I ruthlessly delete old libraries, lol