[00:47] is anyone here having display problems with lightdm+unity-greeter? [00:47] robert_ancell: what kind of problems? [00:48] jasoncwarner_, there are reports of wrong resolutions being used, and corrupt screens. Mine works fine here [00:48] robert_ancell: I've not seen or heard those myself [00:49] bug 813566 [00:49] Launchpad bug 813566 in unity-greeter "Greeter not displayed correctly on multi monitor setup" [High,Triaged] https://launchpad.net/bugs/813566 [00:51] robert_ancell, just tested multimonitor with lightdm on arrandale Friday and it was working dandy for me [00:51] bryceh, Doe this indicate anything to you? http://ubuntuone.com/2mtu72aL9iryaLmhUoqp9x [00:52] the window is clearly being displayed too high [00:52] yeah [00:52] but unity-greeter is just getting the monitor co-ords from GDK and using them [00:52] robert_ancell, xrandr -q output available? [00:52] (one sec; baby needs tending) [00:54] robert_ancell: oh, weird, I have the exact same laptop and don't get that problem [00:55] robert_ancell, the aspect ratio on that looks odd, but is there one or more external monitor's attached? [00:57] bryceh, one afaik [00:58] bryceh, one thing that might occur is I'm not checking the "monitor-changed" signal. In the default behaviour of gnome-settings-daemon+X would you expect much to change? [01:03] robert_ancell: just did a quick check on my x201s here with an external monitor on VGA. Starting lightdm with an external monitor plugged in sets the external monitor as clone with both at 1024x768. [01:03] stgraber, that's the same I get. And removing and replugging the monitor has it blank with lightdm on the original screen [01:03] robert_ancell: plugging the external monitor once lightdm is already running, extands the display to the external monitor with both running at their maximum resolution (1440x900 for my laptop and 1920x1080 for the external monitor) [01:04] right, we have the same behaviour. Which is pretty weird as I'd have expected to be hit by the same bug you showed above, having the same hardware... might be caused by whatever modes the external monitor announces then [01:05] another idea is that X has laid out the second monitor to the right with them both bottom aligned, and unity-greeter has placed the window at (0,0) [01:46] hey RAOF , have you started digging into bug #824099 (g-s-d multi-monitor) bug yet? wondeirng what you thought if you had [01:46] Launchpad bug 824099 in gnome-settings-daemon "Max GL texture size can break multi-head" [High,Confirmed] https://launchpad.net/bugs/824099 [01:48] jasoncwarner_: I have, and am halfway through a gnome-desktop patch which should implement the policy we decided. [01:48] RAOF: oh, sweet! [01:48] * RAOF updates the bug status. [01:57] weird, I just did an update and my firefox search is now ask.com? [01:58] micahg or chrisccoulson do you know anything about that? ^^ [02:04] bummer, I failed at blocking onboard from autostarting in gshell [02:06] This gnome-shell business of building everything in is just not right IMO... [02:08] it's also frustrating because NotShowIn:GNOME; blocks autostarting in GNOME Fallback which doesn't have all the new stuff Shell does [02:11] please make sure not to regress stuff in gnome fallback as it's one of the two supported environments for Edubuntu... (AFAIK gnome shell isn't going to be shipped by any of the official derivatives for 11.10) [02:12] stgraber: right, I think I'm going to just leave onboard as is and let it autostart, it's easy enough to close it [02:13] for 12.04 it might be interesting to see if we can have a different XDG_CURRENT_DESKTOP for fallback or gnome-shell. So we can do OnlyShowIn=Fallback or similar [02:13] I don't want installing gshell to enable caribou for fallback as caribou-antler is a pain [02:14] I think Shell and Fallback are different enough that having a different XDG_CURRENT_DESKTOP would make sense and will definitely help fixing a lot of the problems we've seen recently [02:36] robert_ancell, from the photo, Jane's laptop looks like it's offset +300 pixels or so. I'm not sure what would cause that. xrandr -q output might show something interesting, or enabling randr debug dmesg (sudo xdiagnose; first checkbox; reboot; dmesg) [02:37] robert_ancell, I notice the mouse cursor appears to be offset by the same amount I guess? So seems most likely a KMS bug of some sort. [02:37] bryceh, ok, cheers [02:37] robert_ancell, was a bug filed on this issue? [02:38] bug 813566 [02:38] Launchpad bug 813566 in unity-greeter "Greeter not displayed correctly on multi monitor setup" [High,Triaged] https://launchpad.net/bugs/813566 [02:39] robert_ancell, hmm, the photo on that one doesn't match jane's... [02:40] robert_ancell, btw X defaults to mirrored, so the mirroring in this case may simply be because lightdm isn't adjusting things the way gdm does [02:43] robert_ancell, 813566 probably is kms as well. From the comments in the bug I wonder if gdm is "hiding" the issue when it does a randr operation. Would be interesting if just doing 'xrandr --auto' might refresh it properly. [02:45] robert_ancell, I've updated the bug report [02:46] bryceh, cheers [02:47] anyway, can help look into it more monday, need to go help with dinner [02:51] You know what would be awesome? If it didn't take like 300 lines of boilerplate code to nab GL_MAX_TEXTURE_SIZE :) [03:11] jasoncwarner_: so, the ubuntu3 update was supposed to fix it but apparently didn't [03:14] jasoncwarner_: I can try to fix that in a little bit [03:19] micahg: thanks! [03:34] hey robert_ancell , I asked slangasek about text-free boot and flicker-free boot on shutdown and he mentioned that lightdm would need to be involved in that discussion....could you and he grab some time to talk through what needs to get done? not sure if we can make any wins now or if we have to wait to LTS [03:37] jasoncwarner_, sure. I suspect we'll have to wait until LTS though [03:39] robert_ancell: figured, but worth checking either wya...get a headstart on LTS ;) thanks. [03:40] oh, robert_ancell do you know what is causing the "flash" in either lightdm or unity-greeter on boot when it takes over from plymouth? [03:40] jasoncwarner_, it's the X window being drawn, but the unity greeter not being able to write over it fast enough. It's because we don't have compositing inside the greeter X server [03:41] the latest version sets the background color to purple so it's not very visible [03:41] oh, nice, ok.. [03:42] oh, that is what steve was mentioning, probably, that you have in a branch...ok [03:42] I'll give that a go when it gets uploaded. Is that today or tomorrowish? [03:44] tonight hopefully, seb thought it might need a ffe though [03:48] This would all be much simpler if I could assume querying MAX_GL_TEXTURE_SIZE wouldn't SIGSEGV on a small, but substantial, number of systems. [04:07] jasoncwarner_: I think this issue only affects people that upgraded yesterday [04:10] micahg: good to know for general release...easy fix for those effected? [04:10] not sure, I still have to verify the issue, on my machine that I went from beta 6 to ubuntu3, there was no issue [04:11] err, rather firefox 7.0~b6+build1+nobinonly-0ubuntu1 -> 7.0+build2+nobinonly-0ubuntu3 [04:11] micahg: ok..thanks! [04:35] jasoncwarner_: after further investigation, this only affects people who upgraded to7.0+build2+nobinonly-0ubuntu2 going from ubuntu1 to ubuntu3 is fine, do you think this is still critical to fix? [04:35] micahg: which build did people have for beta2 [04:35] ? [04:36] jasoncwarner_: the 7.0 beta 6 build [04:36] ubuntu2 was uploaded 17 hours ago, ubuntu3 7 hours after that [04:37] micahg: what I'm really asking is would beta2 people be effected? most people wait to upgrade until beta2, so fi they are, that # could be high. Probably not "critical", but depending on the # of people... [04:37] jasoncwarner_: well, upgrading from beta 2 shouldn't be affected, people who have already upgraded and have been upgrading every few hours could be affected [04:38] micahg: not critical to fix, would be nice to get those people sorted...or offer instructions to fix [04:39] micahg: for instance, how do I get canonical affiliated google search back in my firefox? [04:39] jasoncwarner_: since you're affected can you see if removing firefox and then reinstalling fixes it? [04:39] micahg: sure...just sudo apt-get remove firefox? [04:39] jasoncwarner_: yep [04:40] jasoncwarner_: I upgraded, lost my search plugins, updated again, and everything came back [04:41] jbicha: you probably didn't upgrade to the ubuntu2 revision then [04:41] micahg: I'm using that version now, what's wrong with it? [04:42] micahg: yup, removing and reinstalling worked fine [04:42] jbicha: you're using ubuntu2 or ubuntu3? [04:43] micahg: apt-cache policy says I'm still on ubuntu2 [04:43] jbicha: weird, if you upgrade to ubuntu3 what happens? [04:44] jasoncwarner_: we could send out an e-mail to u-d-a [04:45] but post beta 2 there might a lot of people not reading that [04:49] micahg: yeah ubuntu3 busted the searchplugins again [04:49] fun [04:50] chris wasn't supposed to be working today!... [04:50] jbicha: can you tell me what ls -l on /usr/lib/firefox-7.0/searchplugins and /usr/lib/firefox-addons/distribution/ [04:51] * micahg has to run out in 10 minutes [04:52] micahg: http://paste.ubuntu.com/697048/ [04:53] jbicha: and this /usr/lib/firefox-addons/searchplugins [04:54] micahg: http://paste.ubuntu.com/697049/ [04:54] jbicha: here's the one: /usr/lib/firefox-7.0/distribution [04:56] Hi, all. Is there a way to change my default desktop from Gnome to Unity via the command line or an application available after login from the Gnome desktop? [04:57] micahg: that folder's empty here [04:57] jbicha: it's a folder, no link, right? [04:57] micahg: yes [04:58] jbicha: awesome, thank you [04:58] jasoncwarner_: I have to run out now, but I can upload a fix in ~2 hrs that'll catch everyone up [04:58] micahg: works! thanks [04:59] jasoncwarner_: you're welcome [05:12] jasoncwarner_: ehm, more precisely, I have a change already staged in lightdm to fix flicker-free shutdown and need to sync up with robert_ancell to find out what's going on with what he currently has staged in bzr :) [05:12] but I seem to have bad timing :) [05:29] slangasek: even better, I guess! [05:31] good morning all .... what's the word on the street? how's Oneiric looking? [05:32] Good morning [05:35] morning pitti and rickspencer3 [05:35] rickspencer3: more efficient with better access to the internet ? (southpark bill gates quote for those who might not get it) [05:35] hey jasoncwarner_ [05:36] pitti: the boot chart for the dell looks much better today...getting there! http://reports.qa.ubuntu.com/reports/boot-speed/dell-vostro-3400/index.html [05:38] jasoncwarner_: indeed! desktop is down to 1/3 [05:38] pitti: :) [05:38] morning didrocks [05:38] hey jasoncwarner_ [05:40] jasoncwarner_: http://reports.qa.ubuntu.com/reports/boot-speed/samsung-n150/index.html looks really weird, though [05:40] the variance in plumbing, I mean [05:40] that's very unlikely to be caused by package updates [05:41] oh, seems they don't properly initialize ureadaahead [05:41] pitti: what do you think of including gnome-font-viewer on the CD? it was in Natty bug 839407 [05:41] Launchpad bug 839407 in gnome-utils "gnome-font-viewer missing in oneiric" [Undecided,Fix released] https://launchpad.net/bugs/839407 [05:41] and good morning [05:43] hey jbicha [05:43] jbicha: sounds ok to me; can you please write that rationale to the bug and retitle it for FFE? [05:46] pitti: so we can't really believe that one, then, right? hope the dell is all good [05:47] pitti: I thought it was weird that the samsung only saw a 3s gain in desktop where the dell saw roughly 15s [05:47] jasoncwarner_: in e. g. http://reports.qa.ubuntu.com/reports/boot-speed/dell-vostro-3400/2011-09-22_16-50-38/bootchart.png clearly did something, but there's still quite a lot of IO going on afterwards [05:48] jasoncwarner_: it depends on the video driver [05:48] jasoncwarner_: as e. g. ati is exceptionally slow in randr probing (driver issue, presumably), the reduction from 6 to 1 probes helped a lot more :) [05:49] pitti: true... [05:51] pitti: yes, there's a ureadahead init problem in there for sure [05:51] or was; maybe it's addressed in the latest runs? [05:52] perhaps, for now I'm happy to write off the variance as "noise during initial setup" [05:54] * slangasek nods [06:03] pitti, are those boot charts for reals? [06:04] * rickspencer3 dist-upgrades [06:05] rickspencer3: the reduction of desktop startup time? yes, they are [06:05] sweet! [06:06] hey didrocks I'm using desktop PPA and I've been sporatically seeing both dash and alt+tab going behind windows [06:06] not as often as before desktop ppa, but still happans [06:07] jasoncwarner_: there is no more need for the desktop ppa btw, but if you still have stacking issues, I think it's for sam. Do you want to open a bug? (I didn't see any new since the push) so that I add the relevant targets? [06:07] didrocks: I'll remove desktop pa then... [06:08] didrocks: I haven't opened bug, was going to check with you first. I'll do that now. [06:08] jasoncwarner_: there is just a new u-l-m in it, nothing below that [06:08] jasoncwarner_: yeah, you are the first one to report it, did unity crash and respawn in your session by any chance? [06:08] didrocks: not that I saw...let me check my crash logs [06:09] jasoncwarner_: just a guess why your internal stack state went out of sync [06:09] hey pitti, how was your week-end? [06:09] didrocks: no, doesn't look like unity crashed...though I do have a compiz crash log [06:10] didrocks: lots of travelling, but nice! the Queen musical on Friday was amazing, and lots of family time on Saturday [06:10] jasoncwarner_: ok, just open a bug then (and clean the compiz crash log or report it ;)) [06:10] great :) [06:15] jasoncwarner_, didrocks I'm *not* using the desktop PPA on my netbook, and I haven't seen the z-order issues in a few days [06:15] fwiw [06:16] rickspencer3: great, just happens with jasoncwarner_ it seems though [06:16] rickspencer3: I hope most people don't! :) [06:16] jasoncwarner_, perhaps you are not up to date? [06:16] didrocks: I'm special...ask robert_ancell about me and lightdm ;) [06:16] didrocks: fyi..https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/859405 [06:16] Ubuntu bug 859405 in compiz "More Unity (Launcher, Dash) and alt+tab stacking issues" [Undecided,New] [06:16] jasoncwarner_: heh :) [06:16] if it happens to jason, it'll happen to other people [06:18] ok, sam is already aware [06:18] thanks, didrocks ... [06:19] didrocks: yeah, saw that...hope is just a really, really obvious minor case! [06:19] they just didn't open bugs to track, adding jasoncwarner_'s to track it [06:25] pitti: I transformed an old tracking issue to a FFe as a contributor worked on it: bug #814610. If you can have a look, I opened because I think it's a regression in Oneiric [06:25] Launchpad bug 814610 in unity "FFe: Since showing devices in Nautilus is removed, there is no way to format an usb stick" [Wishlist,In progress] https://launchpad.net/bugs/814610 [06:27] didrocks: hm, I don't see unmounted USB devices in the launcher any more; should I? [06:27] that seems to be a prerequisite for doing anything with usb devices [06:27] pitti: really? last time I check, they were [06:27] * didrocks try to get one [06:27] hm [06:27] now it works, of course === tkamppeter_ is now known as tkamppeter [06:28] didrocks: Disk Utility can format USB drives, it may be a bit complex though [06:28] palimpsest is not too bad for this indeed [06:28] I don't think we need a format option right in the launcher [06:28] pitti: you're right, sometimes it's still in the launcher, sometimes not… [06:28] ok, let's pend that for later then, commenting on it [06:29] don't want to make re-formatting too easy, hate to misclick on that one... [06:30] jbicha: the design team seemed to be in favor of a quicklist item though [06:32] hmmm [06:32] Sweetshark, libreoffice is not opening for me :/ [06:32] jasoncwarner_: fix uploaded [06:33] micahg: thanks! [06:34] jasoncwarner_, is libre office working for you today? [06:34] it ran the recovery dialog for me, then won't open :/ [06:36] rickspencer3: yeah, I don't have any issues with it opening...haven't used it much today...are you opening libreoffice, writer, something else? [06:36] aloha [06:36] jasoncwarner_, libreoffice [06:36] I started with impresse, but nothing works [06:36] * rickspencer3 logs bug [06:37] rickspencer3: what happens if you launch from command line? any error? [06:37] pitti, jasoncwarner_ $ubuntu-bug openoffice.org? [06:37] GunnarHj: FYI, .check_output() doesn't need any wait() etc., that already should be race free [06:37] there doesn't seem to be a libreoffice package [06:37] rickspencer3: libreoffice-writer [06:37] oops, never mind, there it is [06:37] there is no libre-offce ;) [06:40] any opinion on bug 859416 before I ask the mailing lists? [06:40] Launchpad bug 859416 in gnome-session "UIFe: Rename GNOME Classic to GNOME Fallback & GNOME to GNOME Shell" [Undecided,New] https://launchpad.net/bugs/859416 [06:42] Sweetshark, I'll leve this here for you when you get in: bug #859422 [06:42] Launchpad bug 859422 in libreoffice "libreoffice will not open" [Undecided,New] https://launchpad.net/bugs/859422 [06:44] pitti: It was not for that function I tried using wait() etc., but for subprocess.Popen. OTOH, at http://docs.python.org/library/subprocess.html#convenience-functions you see the comment "Wait for command to complete" for the two other convenience functions, but not for check_output(). [06:44] jbicha: maybe a little late for translators [06:44] pitti: In any case it didn't wait long enough. :) [06:45] didrocks: it could wait until next cycle if it's too much now [06:45] c [06:46] jbicha: I'm ok with the change (for next cycle), seems to make sense, just wondering about edubuntu which will run a "fallback" session by default. Doesn't seem attractive :) [06:47] I believe Edubuntu uses Unity by default but Fallback is included but I haven't installed Edubuntu in a while [06:48] kamstrup: good morning, could you please check https://bugs.launchpad.net/bugs/857931 ? is unity using the dbm file yet? [06:48] Ubuntu bug 857931 in software-center "software-center crashed with DBAgainError in _dump_bsddbm_for_unity(): (11, 'Resource temporarily unavailable -- unable to join the environment')" [Undecided,Confirmed] [06:54] mvo: it uses it since Thursday [06:55] ta [07:00] jbicha: BTW, the firefox fix should be built available in ~2 hrs [07:01] hum, thunderbird crashing [07:01] and restart doesn't restart it, let's see [07:05] mvo: checkin [07:06] mvo: are you post poning db dump until the ui is mapped? [07:06] mvo: but the exception looks pretty odd... [07:07] kamstrup: the exception looks like something else tries to write to it or that the env is opened wrongly [07:07] kamstrup: I'm trying to reproduce currently [07:10] pitti: FYI, I tried on Friday to start doing the french respin, but I got bug #857494 on lb [07:10] Launchpad bug 857494 in live-build "package in config/chroot_packages/ isn't installed in the chroot" [Undecided,New] https://launchpad.net/bugs/857494 [07:12] mvo: it's probably a good idea to wrap the call to _dump_bsddbm_for_unity() in a "try/catch Exception" as we have no clear picture of what Exceptions bsddb.db might throw at us === jpds_ is now known as jpds [07:12] mvo: uhhh, interesting... the report says EcryptfsInUse: Yes [07:13] kamstrup: ohh [07:13] mvo: with zzg for example we've had tonnes of weird errors for ppl with EcryptfsInUse: Yes [07:13] micahg, hey, is the security team happy with lightdm + unity-greeter? [07:14] kamstrup: it seems like it has issues writing to FS with no mmap support like nfs, ecryptfs seems to be common among the dupes too [07:14] kamstrup: I have a ecryptfs laptop, I will try on that now [07:15] robert_ancell: that question would be better directed at mdeslaur [07:15] mvo: there's a bsddb.db.DB_NOMMAP flag you can pass to db.open() [07:15] mvo: but that would be a perf hit of course [07:16] kamstrup: thanks, I see if I can reproduce it here first, performance should be ok(ish) as its in its own thread (so its as good as the python thread implementation … ) [07:17] mvo: ok, ping me when/if you find something. I may need to add a re-try-open-without-mmap() branch to the apps lens then [07:18] didrocks: right, that's known; I reported that to Debian and it got fixed there, but unfortunately we didn't merge [07:18] jasoncwarner_, you still get the issue with ubuntu3? [07:18] pitti: ok, I'll try to have a look tomorrow at it then [07:18] chrisccoulson: the firefox issue? I think it is all set [07:18] chrisccoulson: micah walked me through it [07:19] jasoncwarner_, you shouldn't need to remove and reinstall it though [07:19] it should have upgraded fine [07:19] if it didn't then it's still broken [07:20] b'ah, upgrading from ubuntu2 -> ubuntu3 is broken because the version in the postinst script is wrng [07:21] pitti: have you seen the Zeitgeist FFe? https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/856396 [07:21] Ubuntu bug 856396 in zeitgeist "FFe: Update to Zeitgeist-0.8.2" [Undecided,New] [07:21] didrocks: I updated the bug; my debian bug report has a simple workaround which we could upload (safer than a merge now IMHO) [07:21] kamstrup: not yet, still catching up [07:21] pitti: okidoki [07:23] pitti: ok, thanks! [07:45] mvo: any luck without the mmap()? [07:46] kamstrup: updated [07:54] kamstrup: no luck so far, but I think I need to modify/stop unity for a proper test as this is using the file in the "wrong" way [07:54] (well, may use it in the wrong way, its not entirely clear to me yet) [07:58] kamstrup: sync req done btw. launchpad timeout to close bugs though [07:59] didrocks, pitti: awesome! Thanks [08:02] good morning, eurobuntus [08:03] hey desrt, how are you? [08:03] hey desrt [08:03] desrt: "morning" desrt [08:03] didrocks: good, i hope :) [08:04] kamstrup: hey.. i don't think i got a chance to say welcome back yet :) [08:04] seb128: i think i solved that mime mess [08:04] seb128: (good morning, btw) [08:04] ;) [08:04] desrt: lol, thanks :-) [08:04] seb128: testing appreciated!! [08:04] hey desrt pitti didrocks kamstrup [08:04] bonjour seb128 [08:05] salut seb128 [08:05] desrt, oh, nice, sure I can do that [08:05] seb128: it's one of those "wtf is this so complicated?!" fixes [08:05] 1 files changed, 15 insertions(+), 39 deletions(-) [08:05] ;-) [08:05] probably means i failed to understand something important [08:05] but i'll run it by cosimo when he's awake [08:06] desrt, run it by alexl rather [08:06] seb128: cosimo is the one that introduced all these changes [08:06] well cosimoc might know was well [08:06] desrt, oh ok [08:06] seb128: trouble entered here: https://bugzilla.gnome.org/show_bug.cgi?id=636311 [08:06] Gnome bug 636311 in gio "appinfo: tweak application positioning for content-types" [Normal,Resolved: fixed] [08:08] oh, they already rolled a stack for 3.2 tarballs [08:08] seb128: still working on some critical bugs, but can join the packaging fest this afternoon [08:08] pitti, ok, thanks [08:08] didrocks: how's that getenv() pain treating you? [08:09] desrt: we talked about it, it seems that the unset done after all the initialization aren't needed, so for this cycle, we can maybe remove them (seems safer) [08:10] njpatel: I didn't follow if API removed the reset after init() already? Can we put that in this release? ^ [08:10] kamstrup: this is funny, after removing ~/.cache/software-center/reviews.ubuntu.com_reviews_api_1.0_review-stats-pkgnames.p__4.8.db.dbenv/__db.* its all fine again with no code changes [08:10] mvo: wow, scary... [08:11] didrocks, desrt i'm going to shuffle around what happens inthe main() today so we don't do a g_unsetenv after launching gdbus stuff [08:11] which seems to do the trick, but we'll know after more people test it, of course [08:11] njpatel: excellent. [08:12] njpatel: we're going to look at doing a better job of fixing this properly during the next cycle [08:12] it's a bit of a disaster right now... [08:12] anyone know about automated testing of ubiquity? [08:13] AlanBell: the package has a few tests which are run during package build [08:13] can we turn that off now? [08:13] AlanBell: but the full integration testing is done by our QA team, i. e. they inject keystrokes etc. to perform a fully automatic install [08:14] it is abusing the a11y interfaces, and breaking it iall [08:14] AlanBell: err, what? [08:14] why would we disable the test suite? [08:15] bug 781385 [08:15] Launchpad bug 781385 in ubiquity "Ubiquity GTK should have useful accessible names set in the Glade .ui files instead of using the variable names" [Medium,Confirmed] https://launchpad.net/bugs/781385 [08:16] because there is code in it which deliberately overwrites the accessible name of every widget with the variable name [08:16] so it reads out junk, and it masks the useful and possibly translated actuall stuff it is supposed to read [08:16] and the only reason the test suite works is because the a11y interfaces exist [08:17] so abusing them in this way is a bit harsh to say the least [08:17] AlanBell: ah, can you please discuss that with ev? [08:17] AlanBell: right, it is; wasn't aware of this, usually test suites ought to use the actual accessible names, not some placeholder junk [08:18] yup [08:19] I cannot pair my oneiric with the N900 over bluetooth [08:20] it says connection refused (error 111) [08:20] is there a known but about this? [08:21] desrt, yeah i was reading the bug report, sounds like a fun thing to fix ;) Thanks for looking into it, dude [08:28] kamstrup: bzr diff -r 2433..2434 lp:software-center <- my change, you may consider ommiting the mmap stuff as well as it will probably fail on nfs/afs mounts [08:28] xclaesse, not that I know about no [08:32] kamstrup: but I'm not sure if this is good enough, it seems to be all too easy to get into this state again [08:52] tseliot, hey [08:53] hi seb128 [08:53] tseliot, bug #855943 might be something for you [08:53] Launchpad bug 855943 in fglrx-installer "Installing then uninstalling FGLRX makes Oneiric's Unity unbootable" [Undecided,Confirmed] https://launchpad.net/bugs/855943 [08:53] tseliot, just pointing it since I crossed it while doing some triage [08:54] seb128: I'll have a look at it, thanks [08:54] mvo: even with mmap() disabled? [08:54] tseliot, thank you [09:00] bug #859422 sounds a lot like bug #859112 however I cant reproduce it here. did you have anything suspicous going on on update? [09:00] Launchpad bug 859422 in libreoffice "libreoffice will not open" [Undecided,New] https://launchpad.net/bugs/859422 [09:00] Launchpad bug 859112 in libreoffice "No icon for .ods files" [Undecided,New] https://launchpad.net/bugs/859112 [09:02] rickspencer3: do you have the libreoffice desktop files? e.g. /usr/share/applications/libreoffice-writer.desktop? [09:03] hi Sweetshark [09:03] let me grap that 'puter and see [09:04] Sweetshark, yes, they are all there [09:06] pitti: I guess bug 855396 is still not fixed, even after the last upload [09:06] Launchpad bug 855396 in jockey "Jockey doesn't provide fglrx-updates" [High,Fix released] https://launchpad.net/bugs/855396 [09:06] rickspencer3: does libreoffice launch from a terminal? [09:06] Sweetshark, nope [09:06] I can try again, hol don [09:07] Sweetshark, it's not launching or returning to the command line [09:07] btw, it works fine on this puter [09:08] rickspencer3: hmmm [09:08] rickspencer3: what does "strace libreoffice" say? does it hang somewhere?? [09:10] http://paste.ubuntu.com/697150 [09:10] Sweetshark, ^ [09:11] rickspencer3: thats looking good in general (the splash does not seem to have any issues trying to bootstrap the app). [09:12] rickspencer3: could you try to mv/rm -rf ~/.libreoffice and try again? [09:13] you want me to delete ~/.libreoffice, right? [09:13] rickspencer3: right, delete it or move it somewhere else. [09:13] I deleted it [09:13] still not working [09:16] does /usr/lib/libreoffice/program/soffice.bin start? if not,could you strace it? [09:16] (well, if it hangs) [09:18] Sweetshark, well, soffice.bing was running [09:18] and when I killed it, the splashscreen opened [09:18] I clicked through the recovery dialog [09:18] and now, nothing [09:19] though soffice.bin and libreoffice are both active processes [09:20] Sweetshark, I killed both processes, ran libreoffice from the command line, and it all seemed to work again [09:20] rickspencer3: right. [09:20] *sigh* [09:20] Sweetshark, it works from the dash again [09:21] sorry, did I jump the gun and blow away the state you needed? [09:21] rickspencer3: nah, its ok. [09:24] rickspencer3: those are damn hard to rootcause. The soffice.bin is running but unresponsive, thus the starter scripts think everything is fine. I would have needed the state of the unresponsive soffice.bin to dig deeper, but even then it might have been hard to find the real issue. [09:25] Sweetshark, ok, I'll let you know if I see it again [09:26] vuntz, there? [09:27] rickspencer3: maybe the starter script should try to talk to soffice.bin and if it doesnt answer complain to the user (like firefox does) so that the user can kill the stalled process. [09:27] seb128: yo [09:28] vuntz, how are you? [09:29] vuntz, unping, I was checking on "org.gnome.desktop.default-applications.office.calendar" which doesn't match dconf-editor path, but I just got confused [09:29] there is no "default" in dconf-editor [09:29] :-) [09:29] life is good! [09:29] great ;-) [09:30] didrocks: is sam going to get those changes for compiz today for final upload? wasn't sure on timing [09:31] jasoncwarner_: there should be a new tested tarball today yeah. Not sure it contains stacking fix though [09:32] didrocks: ah, ok...today is final upload for final freeze, right? if stacking fix isn't there next chance would be SRU? [09:32] jasoncwarner_: well not sure == "no your fix" anyway as he's aware about it, but don't know what produces it [09:32] jasoncwarner_: for compiz, I guess it's today latest chance, maybe Thursday if something new urgent appears. Then SRU, right [09:33] didrocks: ok, thanks === mpt_ is now known as mpt [09:38] seb128: do you know if it's possible for g-c-c to only show one category (or to start scrolling to one category?) [09:38] didrocks, I don't think it is [09:38] didrocks, why? [09:38] seb128: design request it. [09:38] well, not for this cycle [09:39] yeah, answering that [09:39] thanks [09:39] despite, the g-c-c window is pretty small, I don't see the gain [09:39] indeed [09:48] hello [09:48] and once we fix the duplicate ubuntu one icon, it'll be even smaller :) (it takes a whole extra row in teh default size) [09:48] rodrigo_: ^ is that on your radar, or need help with this? [09:48] pitti, it's being fixed by dobey, yes [09:48] pitti, so yes, on my radar :) [09:48] vuntz, hum, something changed in libgweather, it doesn't install the html documentation in 3.2 when not using enable-gtk-doc [09:48] didrocks: also, categories are a bit mixed up right now, so that would confuse even more [09:48] vuntz, where that worked in 3.1.3 [09:49] didrocks: e. g. keyboard layout is in personal, while keyboard settings are in hardwarew [09:49] hey rodrigo_ [09:49] (it's wrong to have two icons for this in the first place, but *shrug*) [09:49] hi seb128 [09:50] pitti, yes, they're removing the control panel one and leaving the u1-installer [09:50] pitti: agreed, the category on the bug report were wrong as well, hence the ask for precision first as I didn't know if they wanted categories or capplet [09:51] pitti: I guess, they used the natty one and so g-c-c of GNOME2 to make those comments… [09:51] rodrigo_, how are you? [09:51] seb128, a bit tired after an exhausting week end :) you? [09:52] rodrigo_, GNOME 3.2 updates to claim on the pad if you want to do some ;-) [09:52] rodrigo_, I'm fine thanks [09:52] seb128, yes, starting on that as soon as I do some tomboy fixed Chipaca asked me to do [09:52] seb128: only translations changed compared to 3.1.3, though [09:52] rodrigo_, ok [09:52] seb128: so maybe gtk-doc changed, and so my generated tarball doesn't work the same way because of this [09:53] vuntz, well in any case it's broken :-( [09:53] seb128: can you check if libwnck has the same issue? [09:54] vuntz, ok [09:56] Laney, ping [09:56] hello [09:56] hey Laney [09:56] Laney, are you updating tomboy? [09:56] will do [09:56] can you chase up chipaca? [09:57] Laney, ok, I'll push a liottle change to bzr [09:57] Laney, jkust talked with him [09:57] Laney, the change is about disabling 06_use_ubuntu_sso.patch [09:57] yeah I was going to do that anyway [09:57] Laney, anything else you want? [09:57] if they didn't do a better fix [09:57] Laney, ah, already done, so pushing in a minute [09:57] there's still some problem with the save button [09:57] Laney, no, no better fix coming :( [09:58] Laney, even when using the tomboyweb thing? [09:58] yeah, it's not made sensitive at the right time i think [09:58] need to recheck [10:04] vuntz, no, libwnck or gnome-desktop don't have that issue [10:05] vuntz, it's only libgweather [10:06] seb128: hrm. That's really weird since it's the same build environment for the tarball, and there's really just translations changes [10:07] vuntz, well, try to ./configure --disable-gtk-doc && make && make install DESTDIR=... [10:07] the gtk-doc is not installed [10:08] seb128: I will do that soon [10:08] vuntz, thanks [10:08] Laney, ok, pushed my changes, all yours :) [10:09] vuntz, ok, I might be wrong [10:09] ty [10:10] vuntz, libgweather is building with builddir!=srcdir I'm trying to build in srcdir [10:10] vuntz, could be a bug for builddir!=srcdir [10:10] seb128: ah, yes, that's possible. I've seen fixes for that elsewhere [10:11] vuntz, ok, that fixes it, so 3.1.3 -> 3.2.0 broke the build out of srcdir for gtk-doc [10:12] seb128: yeah, that's probably because of a gtk-doc change [10:13] vuntz, so bug in gtk-doc? or libgweather needs to update its makefile in some way? [10:18] seb128: libgweather needs to be adapted; it's an annoyance of the new gtk-doc, but not a bug [10:19] vuntz, ok, want a bug? [10:23] seb128: I'd like a patch ;-) I'll just commit the fix, no need for a bug [10:23] vuntz, don't wait on me for the patch, I will try to have a look once I did catch up on the w.e activity and GNOME 3.2 tarballs [10:23] i.e not now [10:28] hmm, libgnome-keyring u-d's branch has 2.32, so what's the branch we use for it? [10:28] rodrigo_: ubuntu:libgnome-keyring [10:28] ok [10:28] i. e. UDD style [10:29] rodrigo_: we synced at some point, so the Vcs-Bzr: also got dropped (and the sync didn't update it) [10:29] for those packages the UDD branches are slightly more practical, I think [10:35] pitti, hmm, lp:ubuntu/libgnome-keyring is not a debian/-only branch, so what do you mean by UDD style? [10:37] oh, ubuntu:... [10:37] rodrigo_: you never worked with the UDD branches? [10:37] rodrigo_: right, these are full source (which is ok), new versions are done with "bzr merge-upstream", and the icky bit is that it has patches pre-applied [10:38] rodrigo_: I can do the libgnome-keyring update if you want me to [10:38] ah ok [10:38] so ubuntu:libgnome-keyring = lp:ubuntu/libgnome-keyring [10:38] yes [10:38] I did work with these branches, yes [10:38] I thought UDD was = ~ubuntu-desktop... branches [10:39] and they're the contrary, right? :) [10:39] http://developer.ubuntu.com/packaging/html/udd-intro.html [10:39] rodrigo_: right; our debian-only ~ubuntu-desktop branches are explicitly not UDD [10:39] ok [10:40] rodrigo_: the main two things to know there is (1) always use "bzr mu" (or "merge-upstream", long alias), and (2) take care to unapply patches before mu and reapply after [10:40] ok [10:40] (2) is a real pain in the butt; I discussed that with poolie last week, and they want to make this more transparent in the future, but for now it's a gotcha [10:41] yeah, it really sucks [10:41] but at least "bzr mu" is fairly magical [10:41] also, it gives conflicts when merge-upstream'ing [10:41] UDD works fine for dx [10:41] right [10:41] where you can bzr merge a revision from upstream trunk [10:41] what I do is usuually [10:41] i.e no use a patchsystem [10:41] quilt pop -a; rm -r .pc; bzr commit -m "unapply patches" [10:41] bzr mu [10:41] quilt push -a (refresh/update while you are at it) [10:41] bzr add .pc [10:41] bzr commit -m 'apply patches" [10:42] ok, thanks for the trick! [10:42] rodrigo_: mu will use uscan for the latest upstream version, download it, integrate it into bzr, do the necessary stuff for pristine-tar, etc., and give you the diff to review and commit [10:43] I usually look at NEWS (for the changelog) and configure.ac diff (for updated build deps, etc.) [10:43] pitti, yes, I've used it several times, but didn't know about the unapplying patches part, so always had to resolve conflicts by hand [10:44] yeah; I still think that having pre-applied patches in bzr is really sick and broken for a package maintainer, but it seems that the UDD guys think otherwise [10:44] I agree with you :) [10:44] it should either be unapplied, as we traditionally used to do, or use bzr the full way with looms/threads [10:44] but anyway, , back to work :) [10:45] :) [10:45] well, I'm glad I stand up for my position and refuses to switch desktop to UDD when there was a push at UDS for it ;-) [10:46] seb128: in general I like our ~u-desktop branches as well, but I have used the UDD ones for the packages where it was grossly out of date (because we synced, etc.) [10:46] if someone wants to update them and add back Vcs-Bzr:, that's totally fine with me :) [10:46] right, same here [10:47] for packages without patches UDD works quite well, though [10:47] things which are in sync half of the time at annoying to keep in sync with your team vcs [10:47] but we'd go insane for heavily patched ones like gtk [10:47] yes, udd makes sense for stuff we sync from debian, right? [10:48] pretty much, yes [10:59] lunch, bbiab [11:00] rodrigo_: for P we should attempt to move to the control-center language selector [11:00] pitti, yes, I'm looking at adding the install language thing again [11:00] pitti, although it's hard to do it cross-distro [11:00] rodrigo_: language-selector code has become a messy hack by now, has lots of obsolete code, and is rather brittle :( [11:00] yeah [11:01] rodrigo_: oh, I think the check-language-support script needs to stay [11:01] pitti, yes, unless there's another way to know what to install [11:01] rodrigo_: although I'd like to rewrite it from scratch, to just be some 50 lines long instead of the 2000 ugly ones that language-selector has :) [11:01] yeah, that too :) [11:01] rodrigo_: what does the upstream version currently do if you want to enable a language? [11:02] rodrigo_: does it call a kind of hook function or script which gives you teh packages to install for that language? [11:02] nothing [11:02] it just allows you to select from the installed languages [11:02] ah, I see [11:02] I had a look at adding it this cycle, but as I said, hard to do cross-distro [11:03] but I'm trying harder again :) [11:03] rodrigo_: perhaps we should have an UDS session about this, then we can discuss teh architecture of this? [11:03] also, we need the input methoid thing [11:03] and that would give us 1<->1 feature parity with lang-selector [11:03] pitti, yes, sure [11:10] ugh, again the flash plugin is gone, isn't it in adobe-flashplugin package? [11:10] rodrigo_: flashplugin-installer [11:11] ok [11:47] Oh, man. Is the gnome package build infrastructure *deliberately* designed to make me want to throttle it with barbed wire? :/ [11:49] RAOF, what build infrastructure? autotools? [11:49] RAOF, don't be an hater ;-) [11:49] The weird, freaky gnome-autogen.sh and the CDBS and the autogeneration of debian/control. [11:49] lol [11:49] Should this build fail I may add another item to the list of hate :) [11:50] I didn't use gnome-autogen.sh for a while [11:50] cdbs is nice ;-) [11:50] lol [11:51] RAOF, don't you dare complain, at least we use dh-autoreconf nowadays, we used to add "autoreconf" patches that needed a manual update at each new version ;-) [11:51] I need to update the some of the autofoo, and because GNOME is special and can't use autoreconf like a sensible person, that adds another hoop to jump through. [11:51] Hah! Yeah, I don't pine for the days of 99_autoreconf.patch. [11:51] RAOF, hum? we use dh-autoreconf for 90% of GNOME without issues [11:52] RAOF, what issue do you get? [11:52] what source? [11:52] Hm. gnome-desktop3 doesn't seem to like it; it fails in autoreconf with some error about gnome-doc. [11:54] RAOF, you probably lack a build depends [11:54] Anyway, it's 10pm. I'm not likely to test this much, even if it does build now :) [11:54] RAOF, i.e gtk-doc-tools [11:55] seb128: That might be it, I guess. It failed outside of a build chroot, though, and I've been building upstream's code (with autogen.sh) just fine. [11:56] Anyway. To the bed! [11:57] RAOF, 'night [11:59] seb128: fwiw, I didn't have the libgweather issue when updating the openSUSE package here [11:59] vuntz, do you build out of srcdir? === MacSlow is now known as MacSlow|lunch [12:03] seb128: ah, right, we don't [12:04] vuntz, that's why then ;-) [12:08] pitti: ok, so new unity have been released. we discussed about few pixels adjustements at first (unoticeable dots and such) which shouldn't need an UIFe as it's not noticeable. However, the dash is now way smaller and I wonder what to do: http://people.canonical.com/~didrocks/smaller_dash.png (in addition to the scrollbars not looking nice…) [12:08] (still fixing a cut text issue in the dash post-release, I'll then get back to it) [12:10] didrocks, did the scrollbar change? or do you mean the fact that's it's packed against the filters ui? [12:10] (it looks similarly rectangular on my oneiric) [12:11] seb128: the dash size changed and all is now packed [12:11] pitti: do you think you could have a look at bug #854622 today? I suspect its the changelog de-duplication or something along that line [12:11] Launchpad bug 854622 in update-manager "Could not install libglib2.0" [High,Confirmed] https://launchpad.net/bugs/854622 [12:12] * rodrigo_ lunch [12:16] mvo: yes, I have a tab open for this [12:17] didrocks: I thought we already had an UIFe for adjusting the dash spacing? [12:17] pitti: we had 2 already… [12:17] this is a third one… [12:17] didrocks: I think it doesn't invalidate screen shots or documentation, unless the arrangement of controls changed [12:18] ta [12:18] pitti: indeed, the final adjustements discussed were substile and I gave my ok telling the UIFe isn't need. It's still an arrangement, but way more visible that what we previously discussed, hence I prefer having a second thought on it [12:18] (the arrangement of controls didn't change) [12:19] didrocks: I think it's ok [12:19] pitti: thanks! [12:21] didrocks: bamf introduced an USE_GTK3 conditional; does it actually set that anywhere? [12:21] pitti: is should be in configure.in, isn't it? [12:21] pitti: the last commit of DBO broke the gtk2 build [12:22] didrocks: oh right, mislooked [12:22] pitti: so I added the switch, to be able to use "the old way" with gtk2 and the new with gtk3 (it's an API change in wnck which had be added in the 3.1 series) [12:22] pitti: that was the most reasonable fix I found… [12:53] dobey: hey, are you around? [12:55] didrocks: hi [12:55] dobey: have you successfully reproduced bug #857514 ? [12:55] Launchpad bug 857514 in ubuntu-sso-client "/usr/lib/ubuntu-sso-client/ubuntu-sso-login shouldn't stop if a login dialog is shown" [Undecided,New] https://launchpad.net/bugs/857514 [12:56] didrocks: i did, but didn't have time to debug further. nessita was on holiday last week, but is back today; maybe she will know more, as she is more familiar with that code. [12:57] hi there! [12:57] dobey: oh nice! :) [12:57] * nessita reads backlog [12:57] hey nessita, welcome back ;) [12:57] hi didrocks :-) [12:57] nessita: how were your holidays? (seems I have a nice new bug for you!) [12:58] didrocks: it was fine, I stayed home and took care of tons of outdated errands :-) [12:58] hey nessita [12:58] heh, backlogging during holidays :) [12:58] didrocks: so, looking at this bug report reminds me of another bug report, let me look for it [12:59] hi seb128! [12:59] nessita: probably link to the one when I didn't get the second answer [13:00] (after a second request before the sso daemon closes) [13:00] nessita: this one is though more annoying, as people see the login dialog disappearing and think that it crashes… [13:00] didrocks: the bug I was remembering is bug #801154 [13:00] Launchpad bug 801154 in ubuntu-sso-client "Some request can be missed in racy calls" [Medium,Confirmed] https://launchpad.net/bugs/801154 [13:01] didrocks: let me read the new report again to see the difference [13:01] nessita: exactly, it's the one I was reffering to. I guess it's linked, I just think that this one is more details and show a more important issue [13:01] didrocks: I think I know what the problem is [13:02] didrocks: in the new bug, looks like the old and new DBus Ifaces are being mixed [13:02] nessita: oh? I used the one in the wiki though [13:03] didrocks: oh, you're right, is not login_or_register_to_get_credentials, is just login_or_register [13:03] didrocks: give me one sec, I have my daily standup [13:03] nessita: sure :-) [13:07] rodrigo_, you don't have upload rights for libgnome-keyring? [13:09] rodrigo_, did you start gnome-keyring already? i can do it, i was just checking if it fixed a bug i was working so i have it ready for upload [13:10] hey kenvandine, how are you? [13:10] kenvandine, does it fix the issue? ;-) [13:10] seb128, good, and you? [13:10] kenvandine, I'm good thanks [13:10] didrocks: can I reproduce that somehoe without needing one-conf? [13:10] kenvandine, how is gwibber coming along for the freeze? ;-) [13:11] nessita: if you are on oneiric by defaut, you have oneconf already, isn't it? [13:11] seb128, i need to prepare a release [13:11] there is one more bug i want to fix first though [13:11] didrocks: I'm still in natty... the windows port of the control panel did not give me time (yet) to upgrade\ [13:12] didrocks: can you confirm the software center is not using the sso old Dbus api? [13:12] nessita: hum, I guess you can directly use oneconf trunk then, and call with software-center the ratings and review credential req. creation [13:13] nessita: it's using login_or_register() [13:13] self.proxy = self.bus.get_object('com.ubuntu.sso', '/credentials') [13:13] nessita: ^^ [13:13] dobey: is that software center? [13:13] nessita: yes [13:13] dobey: that's old API [13:13] http://bazaar.launchpad.net/~software-store-developers/software-center/trunk/view/head:/softwarecenter/backend/login_sso.py [13:13] :-/ [13:14] nessita: why don't we refcount in the old api? [13:14] dobey: because is deprecated since natty === MacSlow|lunch is now known as MacSlow [13:15] dobey: also, refcounting is "local" to a dbus interface, not global [13:15] eww [13:15] nessita: hm, could you point me to a wiki page/mail or something that oulines what I need to do to port? happy to fix this now [13:16] mvo: hi there!!! https://wiki.ubuntu.com/SingleSignOn/UbuntuSsoClient [13:16] mvo: the non-deprecated API is at com.ubuntu.sso bus name, on the /com/ubuntu/sso/credentials object path [13:17] ok, thanks nessita, I check it out now [13:17] ok, that's the one I'm using in oneconf backend, once mvo will do the fix in software-center, I can test if I can still reproduce [13:17] mvo: you need to use the com.ubuntu.sso.CredentialsManagement interface, and you may wanna hit find_crecentials method for credentials querying only, or maybe login()/register() or login_or_register() for a GTK UI to prop up if there are no credentials in the system [13:18] didrocks: please let me know if that's the case, then we'll debug further and fix if needed [13:18] nessita: so not the same issue than the first bug after all :-) [13:18] nessita: well, keep you in touch! Thanks :) [13:18] didrocks: no :-) [13:18] didrocks: thank you! and thanks dobey and mvo [13:19] mvo: as I use from softwarecenter.backend.login_sso import get_sso_backend [13:19] hopefully, it will fix it :) [13:24] I almost assume that it's a known issue, but I can't find it in LP: my integrated intel graphics hd 3000 (sandybridge) no longer works (no glx). This worked smoothly ~1 month ago... ? [13:25] kamstrup, try asking on #ubuntu-x rather but that isn't known that I know about [13:25] kamstrup, when did it break? [13:26] mterry, hey [13:26] seb128: not entirely sure... I am mostly using the discrete nvidia card on the laptop, but just tried switching to the integrated intel yesterday, and noted the regression [13:26] mterry, upload, patch piloting... but aren't you supposed to be on holidays? ;-) [13:26] seb128, tomorrow! [13:27] seb128, squeezing in one last day [13:27] mterry, oh ok ;-) [13:27] hey mterry, how are you? [13:27] pitti, good! Released deja-dup 20.0 this morning, looking forward to 22.0 for Ubuntu 12.04 already :) [13:28] planning is everything! :) [13:28] if anyone feels like helping on GNOME 3.2 tarballs to claim are on the etherpad [13:28] I'm in the final testing round for new language-selector; I'll do a review of unapproved, then join the fun === mc01 is now known as moise7864 [13:28] pitti, excellent ;-) === moise7864 is now known as hideki2 [13:31] Hey pitti I'm here about the bug 771788 (the driver active but not in use). [13:31] Launchpad bug 771788 in jockey "nVidia driver activated and apparently being used but reported as not being used by jockey-gtk" [Undecided,Confirmed] https://launchpad.net/bugs/771788 [13:31] You wanted someone to be able to reproduce it if I m correct ? ;) [13:34] hideki2: hello [13:34] hideki2: ah, you still get it in current oneiric? [13:34] ah nop natty, sorry ;) [13:35] hideki2: I can have a look on natty as well [13:35] and then check if it's fixed on oneiric, or whether the bug is still present [13:35] so that's fine as well [13:37] Ok lemme setup an ssh account to that natty box then, if you 're intrested to check. Otherwhise I ll jump to 10.10 right away if it s fixed in it. [13:37] 11.10 sorry === m_conley_away is now known as m_conley [13:38] kenvandine, haven't really started on gnome-keyring, so take it [13:38] seb128, no, it rejected my upload [13:39] rodrigo_, can you email cjwatson about it? [13:39] seb128, yes [13:39] thanks [13:39] rodrigo_, btw when you package g-s-d can you backport fixes from trunk that seem like they would fix the screen power handling? [13:40] rodrigo_, they might not land in 3.2.0 but we should try to get those issues fixed for Oneiric [13:40] rodrigo_, cool... also i sponsored libgnome-keyring [13:40] kenvandine, ok cool [13:40] seb128, yes [13:41] rodrigo_, thanks [13:43] hideki2: the second one on https://launchpad.net/~pitti/+sshkeys is my workstation [13:51] cyphermox, hey [13:52] cyphermox, do you have time for the evolution 3.2 update today? [13:52] hey [13:52] sure [13:52] cyphermox, cool [13:52] cyphermox, while you are at it could you clean the git patches from the evo vcs and check why the session delay patch isn't used? [13:53] (or not in the install evolution-alarm-notify.desktop at least) [13:53] cyphermox, thanks [13:53] mvo: do you need any help with the software-center port to the latest sso API? I can give you an hand as I want to test it soon :) [13:53] didrocks: please check trunk, it should be ready there [13:54] oh nice :) [13:54] * didrocks tries [14:01] mvo: nessita: indeed, it fixes bug #857514 (mvo, you can add it to the bug changelog if you want). Thanks both of you! [14:01] Launchpad bug 857514 in software-center "/usr/lib/ubuntu-sso-client/ubuntu-sso-login shouldn't stop if a login dialog is shown" [Undecided,New] https://launchpad.net/bugs/857514 [14:01] mvo: however, it seems that the login_text doesn't appear anymore [14:09] didrocks: GREAT NEWS! [14:09] didrocks: can I help somehow some more? I just got off the call I was in [14:09] didrocks: oh, odd - maybe a typo in my _get_params() code? I have a look === m_conley is now known as m_conley_away [14:14] mvo: you missed the self.login_text in _get_params() [14:14] so calling self.proxy.register() doesn't get the right parameter :) [14:14] oh sorry, it's there [14:14] hum [14:15] seb128: any results yet? [14:15] desrt, result for what? [14:15] the mimeapps thing [14:16] desrt, no, GNOME 3.2 tarballs keep me busy and since you were still discussing details with alexl I figured I would wait for you to settle on a patch rather trying one known to be broken [14:17] seb128: k. i'll have the second patch soon, then [14:17] desrt, would it be useful if I try the first one anyway? I can squeeze a glib build between 2 updates [14:18] seb128: i'll have a second patch along in about 10 minutes [14:18] desrt, ok, great [14:18] seb128: pre-building glib is to your substantial advantage, though [14:18] seb128: because of the gdbus ABI change [14:18] you're going to need to rebuild a couple of things after glib [14:18] desrt, well, it's only goa and nautilus affected [14:18] indeed [14:20] desrt, neither got tarballs yet, and I can't really "pre-build" anything out of locally, we will just queue the nautilus and goa updates until glib is out === m_conley_away is now known as m_conley [14:20] k [14:21] didrocks: how did you reproduce? [14:21] mvo: removing my credential and launching OneConf, one sec, just saw something [14:22] didrocks: thanks, I give it a go [14:22] mvo: I think we should use help_text now [14:22] * didrocks tries [14:22] didrocks: seahorse took *ages*, I thought it was broken, but then it recovered [14:22] mvo: if you do the search before expanding, I can get one billion result with the only entry [14:23] so in seahorse, expand then search before deleting :) [14:23] mvo: yeah, it did it! [14:24] mvo: do you want me to replace all occurences of login_text to help_text so that we are aligned with the API? [14:24] didrocks: please [14:24] didrocks: thanks a bunch for finding this! [14:24] mvo: no worry, thanks for updating to the new SSO :-) [14:26] seb128: okay. new patch is up and alex agrees. please test. [14:26] seb128: meanwhile i'll go hunting for some release-team votes [14:27] desrt, thanks [14:27] desrt, can I apply it on top of 2.29.92 or do you want testing on top of trunk? [14:27] trunk^W glib-2-30 [14:27] seb128: we didn't change that code on master, so it should work the same on glib-2-30 [14:28] seb128: the only thing that did change was adding more tests on master [14:28] ok, it's easier for me to test on our current packaging [14:28] so I'm doing that [14:31] seb128, sorry I forgot, but did we add gnome-contacts to the desktop set? [14:31] rodrigo_, no, it's in universe [14:31] ok [14:31] rodrigo_, but maybe kenvandine can sponsor it for you [14:31] doh, I also need to comment on your motu wiki ;-) [14:32] will do that once the GNOME 3.2 crazyness is over [14:32] didrocks: let me know when your copy/replace is done and I will merge (or I can do the copy/replace myself, either way is fine) [14:32] kenvandine, fancy sponsoring lp:~ubuntu-desktop/gnome-contacts/ubuntu ? [14:32] gnome-contacts \o/ [14:32] seb128, the deadline for getting beers was yesterday though :) [14:32] pick the 3.2.0.1 version, I fixed a bug in it this afternoon [14:32] mvo: doing, just realign texts now :) [14:32] rodrigo_, lol [14:32] cassidy, yes, that's what I got [14:32] cool [14:34] mvo: lp:~didrocks/software-center/replace_logintext_by_helptext (tell me if you want a MR) [14:35] rodrigo_, will do [14:35] kenvandine, thanks! [14:41] rodrigo_: uh, folks ABI changes? [14:41] * pitti bbl [14:42] pitti, some deprecations, I don't think they are ABI changes, or are they? [14:42] NEWS marked them as such [14:43] but yes, apparently just deprecations [14:43] pitti, no symbols were removed though [14:43] ok, need to head out for a bit [14:47] seb128: you released your lock on seahorse? :p [14:49] didrocks, yeah, I got sidetracked in glib testing and some other things and since the queue was getting low I put it back there ;-) [14:49] seb128: ping [14:49] seb128: can do nautilus as well [14:49] m_conley, hi [14:49] didrocks, if you want to do it please do [14:49] seb128: ok, stealing then :) [14:49] didrocks, thanks ;-) [14:49] yw ;) [14:50] seb128: hey! So I just grabbed the Oneiric beta and did a clean install. Looks great! However, I noticed that even after installing chrisccoulson's thunderbird-couchdb, it doesn't look like evolution-data-server was installed by default. [14:50] seb128: did something go wrong during my install? Shouldn't we have EDS in there by default on a fresh install? [14:51] m_conley, urg, you are right, good catch [14:51] hey seb128 [14:51] we get the libs on but not the service [14:51] I guess nothing is pulling e-d-s service on [14:52] not sure if indicator-datetime should do that with a recommends [14:52] or thunderbird-couchdb [14:52] chrisccoulson, hi, how are you? aren't you supposed to be on holidays? [14:52] seb128: I accidentally dragged him back in with my EDS issues. ;) [14:53] seb128, yeah. no rest for the wicked ;) [14:53] seb128 / chrisccoulson: on a positive note, once EDS was installed, my Ubuntu One contacts showed up! Finally! Ubuntu One contacts in Thunderbird! :D [14:53] ;-) [14:53] yeah, i'm glad that works now :) === ayan_ is now known as ayan [14:53] so I wonder if something in the default installation need e-d-s [14:53] like indicator-datetime [14:54] or if we should just have tb-couchdb depends on it [14:55] seb128, the thunderbird-eds extension is installed by default too [14:59] chrisccoulson, well, it should depends on e-d-s then? [15:00] seb128, it already depends on libedataserver and libebook [15:00] i didn't realize we needed to depend on e-d-s too ;) [15:00] chrisccoulson, right, the issue m_conley raised is that nothing pulls e-d-s in [15:00] before he pointed it I didn't even realize e-d-s was not on the default installation [15:01] ugh... indicator-datetime probably should [15:01] kenvandine, why? [15:01] the default install has no calendar nor way to configure one [15:01] but yeah, you could restore a config which has a calendar configured [15:02] like you need evo to configure one but not to get datas from one already in use [15:04] seb128, well hopefully indicator-datetime fails gracefully without eds :) [15:04] kenvandine, can you add a recommends to the next upload? [15:04] we need gnome-online-accounts integration in thunderbird :) [15:04] I think we should install it by default [15:04] will do [15:04] then we could get google addressbook for free ;) [15:13] rodrigo_: oops, seems you dropped the gnome-contacts 0.1.5.2-0ubuntu2 upload? [15:13] https://launchpad.net/ubuntu/+source/gnome-contacts/0.1.5.2-0ubuntu2 [15:13] rodrigo_: ^ this one [15:13] merge error? [15:13] pitti, kenvandine did it [15:13] kenvandine, ^ [15:13] seb128: ok, I can't reproduce your exact issue with libgweather. I guess there's something I don't understand... [15:13] vuntz, what did you do? [15:13] pitti, oh that's the previous one [15:13] seb128: (but I found another issue with builddir != srcdir) [15:13] rickspencer3: right, and your upload reverts it [15:14] sorry, rodrigo_ [15:14] rickspencer3: ignore me [15:14] seb128: I see the same behavior in libwnck and libgweather [15:14] vuntz, I think mine is something about this line; mkdir build: cd build; ../configure --disable-gtk-doc && make && make install DESTDIR=... the gtk-doc dir is not installed [15:14] rodrigo_: can I reject, and you merge the previous upload and reupload? [15:14] pitti, ok, I guess it wasn't in the bzr branch [15:14] yes, it's not there [15:15] vuntz, it's likely libwnck has the same issue, when I tried I didn't catch yet that is was a out-of-srcdir-build error and only libgweather had an out-of-srcdir [15:16] seb128: right, so I was assuming libwnck was behaving right, even though it looked wrong too :-) [15:16] hey chrisccoulson [15:17] chrisccoulson: am I now supposed to use /usr/lib/firefox-addons/distribution/distribution.ini ? [15:17] the little power cog thing is in indicator-session right? [15:17] jcastro, yes [15:17] rodrigo_, just ping me when it needs sponsoring again :) [15:18] Anyone of the desktop experts, rodrigo_ seb128, pitti, has an idea about what is happening in bug 857929? It is about the systray icon of HPLIP not working (it should be whitelisted). For me it is even worse, for me the icon does not appear at all. [15:18] Launchpad bug 857929 in hplip "hp-systray icon does nothing" [Undecided,New] https://launchpad.net/bugs/857929 [15:18] jcastro, if your issue is it going away it's bug #854292 [15:18] Launchpad bug 854292 in unity-foundations "indicator-session power menu disappears after running update-manager or apt-get" [Critical,Confirmed] https://launchpad.net/bugs/854292 [15:18] tkamppeter, do you have sni-qt installed? [15:19] seb128: ah thanks, you saved me searching [15:19] tkamppeter, we moved away from using the whitelist for qt application to use sni-qt which transform qt systray icons to indicators [15:20] tkamppeter: sni-qt should take your systray and convert to an indicator and show it for you [15:21] kenvandine, ready for sponsoring [15:22] rodrigo_, thx [15:24] seb128, it is installed. How do I make it applying to hp-systray? [15:28] tkamppeter: it should appear without the need to do anything [15:28] tkamppeter: you can turn some debug on: edit /etc/xdg/sni-qt.conf [15:28] then add: [15:28] [general] [15:28] debug=1 [15:28] run hplip and send to agateau the output [15:38] didrocks, first, I have added "hp-systray=1" to the file, this brought me on par with the bug, I get the icon and not the menus. Now I will try the debug mode ... [15:39] tkamppeter: please remove hp-systray=1 to the file, this is not needed [15:39] tkamppeter: when you click on the icon, there is a menu showing normally, isn't it? [15:42] When I restarted hp-systray, already before adding the debug mode, I got a message on the terminal: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK set_interactive(1) [15:42] didrocks, now I will try debug mode and hp-systray removed. [15:43] hum? it's using gtk, not Qt? [15:44] didrocks, I am wondering, too. [15:44] Now I have restarted hp-systray again. Got an icon again, and empty menus when clicking. [15:45] I got also this GTK error message again. [15:47] didrocks, ^^ [15:51] tkamppeter: try at least to know if it's using Qt or Gtk (try ldd the binary) [15:52] didrocks, it is a Python program, I cannot ldd that. [15:53] ah, ok, does it import Qt or something like that? [15:53] tkamppeter: open it then and look if there are some import gtk or import Qt [15:54] good night everyone! [15:54] good night pitti [15:54] have a good night pitti [15:54] 'night pitti [15:54] didrocks, I have grepped all .py files in /usr/share/hplip and subdirectories for GTK. There are three which use the string gtk or GTK somewhere. [15:54] pitti, can you let gtk3 in btw before going? [15:55] pitti, so it can build over night on slow archs [15:55] tkamppeter: so seems you are using GTK. it should have been converted as an indicator then [15:55] tkamppeter: well, someone should have done this work [15:56] seems not, I don't get why you have the icon sometimes, needs more info and debugging from you I guess [15:56] pitti, thanks ;-) [15:56] didrocks, I did not know that it gets that complicated. [15:57] didrocks, tkamppeter: it's weird, I'm pretty sure hplip is using qt, that's why we didn't take it on the CD before [15:57] seb128: that was my thought as well, I'm really surprised [15:58] I guess the one wanting that on the CD should debug this and have a clear story there :) [15:58] yeah [15:58] but anyway, I'm out for an hour of sport outside [15:58] weather is nice and it's still day time [15:58] bbl [15:58] seb128: enjoy! [15:58] didrocks, thanks ;-) [16:06] didrocks, I have checked, systray imports only base/utils.py from the three .py files with gtk inside. And utils.py only uses GTK if it does not find Qt, to pop up an error dialog. [16:07] tkamppeter: it should never show an indicator then, it's weird you get the icones sometimes. Anyway, you should port it to an indicator [16:10] didrocks, perhaps systray is not able to find Qt (but hp-toolbox does) and then gives this error, but how does the icon appear then. [16:12] didrocks, seems to be a major Ubuntu-specific patch needed still for Oneiric. [16:15] tkamppeter: yeah, a pity that it wasn't tested before :( [16:16] hi, would someone like to sync gnome-devel-docs from sid? [16:17] hyperair: hey; is there going to be another banshee upload to ubuntu this week from you? [16:17] dobey: nope. [16:17] dobey: why, do you need anything included? [16:20] hyperair: there was a fix from lamalex that i think landed upstream after 2.2 that we should get in. it makes u1ms:// urls switch to the right source if banshee wasn't already running [16:20] oh that. [16:20] hmmmm [16:20] did i not upload that already? [16:21] yeah i uploaded it already. [16:21] dobey: it's in -1ubuntu2. [16:21] hyperair is too effective :) [16:21] hyperair: oh, ok. thanks! [16:22] hahah :) [16:22] hyperair: i didn't even check if it was. but thanks again :) [16:22] :) i talked to lamalex about it when it popped up in my email. [16:23] :) [16:24] jbicha: build fine there, syncing [16:26] didrocks, now I have simply comment out this GTK dialog in base/utils.py. I do not get the GTK message any more but a lot of debug messages of sni-qt. [16:27] tkamppeter: something is weird, it's an app mixing gtk and Qt apparently [16:29] didrocks, http://paste.ubuntu.com/697358/ [16:29] didrocks: thank you [16:30] bbiab [16:30] didrocks, clicking the icon (and receiving the empty menu) does not add more debug messages. [16:36] didrocks, this one error dialog which I have commented out now was the only GTK code in HPLIP. [16:39] could someone create lp:~ubuntu-desktop/gnome-themes-standard/ubuntu ? perhaps I don't have the right permissions for that [16:39] jbicha: you should [16:40] http://paste.ubuntu.com/697369/ [16:40] jbicha: the problem is such a project doesn't exist [16:40] ok, I can do that I think [16:41] jbicha: why not just create it under Ubuntu? [16:41] ah, then it's series specific [16:42] micahg: thanks, I can register the project, I just didn't understand the error [16:44] hi pitti [16:44] yeah, you can use that [16:45] is that ok? [16:45] i hope i don't need to move it again ;) [16:51] didrocks? [16:54] tkamppeter: you need to port to an indicator if the systray usage is not an indicator [16:54] as it's in python, it's pretty easy, and you should ask tedg if you need any help (I think he will point you to the classroom he made) [16:54] time for some exercice, have a good night everyone! [16:58] tedg, can you point me to a HOWTO to pass a systray icon of a Python program to an indicator applet? Thanks. [17:00] tkamppeter, You can use the new fancy http://developer.ubuntu.com/ :-) [17:00] tkamppeter, Specifically these: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators [17:00] tkamppeter, and: http://developer.ubuntu.com/api/ubuntu-11.04/GIR/python/AppIndicator-0.1.html [17:08] tedg, thanks. The sample Python program is only GTK, do I have to do the indicator in GTK? [17:09] I also tried to run this sample program. No icon appeared and the mouse cursor got a cross, like a + and one could not click anything yuntil stopping the applet with Ctrl+C. [17:09] tedg, ^^ [17:18] tedg, the little program works now. Is there no way to make an indicator-applet in Python with Qt? [17:22] tedg, and how do I add a different right-click menu? [17:23] tkamppeter, If it's a KDE application you can just use the KDE libs SNI library. [17:23] tkamppeter, There is no right click menu. We don't support that. Single menu only. [17:24] tkamppeter, If you use the Qt status item, and you have qt-sni installed, it should "just work" :-) [17:25] tedg, what is the qt status item? [17:26] tkamppeter, I'm not sure, you'll have to ask agateau that one :-) [17:26] agateau, hi [18:09] pitti: mind if I upload the fix to CVE-2011-3170 into oneiric's cups? [18:09] mdeslaur: The gif_read_lzw function in filter/image-gif.c in CUPS 1.4.8 and earlier does not properly handle the first code word in an LZW stream, which allows remote attackers to trigger a heap-based buffer overflow, and possibly execute arbitrary code, via a crafted stream, a different vulnerability than CVE-2011-2896. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3170) [18:10] mterry: are you still "the quickly" guy? [18:11] jcastro, yeah [18:11] mterry: is there a template (or whatever it's called) for unity lenses that's updated for 11.10? [18:12] jcastro, not to my knowledge. 11.10 has seen little new quickly development [18:12] like, I want to write a lens, blam, here's the boilerplate. [18:12] * jcastro nods [18:14] jcastro, quickly as a project seems to drag in maintainers that immediately then become busy with other things :-/ [18:15] mterry: I think you're like the third guy to be "oh he's the quickly person" and then goes and gets dragged to do something else, heh [18:16] jcastro, see, quickly does help you bootstrap your own project! ;) [18:16] just not the way we intended... [18:23] rodrigo_, hello, just wanted to let you know that libgoa-1.0-dev doesnt depend on gir1.2-goa-1.0 [18:53] rodrigo_, btw you put your name for gnome-utils but didrocks did it before you [19:04] does edge reveal not work for anyone else with maximized windows? [19:09] chrisccoulson, wfm [19:17] chrisccoulson: sometimes I get issues with it, but it's pretty random [19:17] cyphermox, it happened to me as soon as i logged in, but it seems to be working again now [19:18] ok === m_conley is now known as m_conley_away [21:04] chrisccoulson: have you made the edge trigger thing a bug report? i've seen it too: logged in, started and maximized a gnome-terminal → launcher would not reveal (using hide mode "dodge windows"). [21:25] chrisccoulson: i've added myself to bug 832150 [21:25] Launchpad bug 832150 in unity "ubuntu desktop unity. Mouse at the left side doesn't reveal launcher" [Undecided,Confirmed] https://launchpad.net/bugs/832150 [23:14] I think I finally figured out why Contacts has been broken [23:39] jbicha: ? [23:59] cyphermox: bug 848843 would you like to sponsor https://code.launchpad.net/~ubuntu-desktop/gnome-contacts/ubuntu [23:59] Launchpad bug 848843 in gnome-contacts "gnome-contacts should recommend libfolks-eds" [Undecided,Confirmed] https://launchpad.net/bugs/848843 [23:59] I can take a look, sure. just give me a few minutes :)