[01:27] bryceh: btw - 803012 [01:27] bug 803012 [01:27] Launchpad bug 803012 in xserver-xorg-video-intel "Intel driver incorrectly renders some UI elements" [Medium,Fix released] https://launchpad.net/bugs/803012 [01:27] bryceh: I just saw the same symptoms on my natty nvidia machine [01:27] bryceh: dunno what that means. [01:34] lifeless: Presumably with nouveau? [01:35] RAOF: nup [01:35] proprietary foo [01:37] That's almost certainly a different bug, then? [01:37] dunno [01:37] same symptoms [01:37] wondering if its a userspace issue at heart (classic mode fail?) [01:38] lifeless, so little X code is shared between -nvidia and anything else that if it is the same bug, that points to perhaps something non-X/non-kernel involved [01:39] lifeless, X bugs frustratingly often show identical symptoms on two different drivers but are ultimately very different bugs underneath [01:39] lifeless, probably the right thing to do would be to test oneiric (or a backport of this -intel fix). That would be more definitive. [01:40] k [01:40] hows oneiric fs stability atm ? [01:40] the /run bugs from last week were fairly bad, but that should be solved now [01:46] I haven't hit any fs bugs (barring the /run amazement). AFAIK the ecryptfs bug is gone. [01:48] I put the patch in for natty sru as well, so if you don't want to upgrade yet, should be available in natty-proposed whenever the buildd's are done [03:11] bryceh and RAOF ... saw x come down today and I decided to be brave. so far no problems...anything I should be looking for? [03:12] and RAOF, I've been using nouveau ever since the rally...no problems to mention... [03:12] jasoncwarner_: Not really; that was just the xorg metapackage. [03:12] jasoncwarner_: Cool. [03:13] RAOF nouveau was such a non-issue I forgot I was using it ;) [03:14] The xorg package updated fine? It didn't hit a file conflict in xorg-server? [03:16] RAOF: no, everything seemed to go just fine..rebooted and everything...though now I hvae to reboot because I wanted to test nvidia driver again... [03:16] be back [03:17] I wonder if that makes my local problem self inflicted :) [03:25] * RAOF heads off for a run and lunch. [04:33] RAOF: hrm seems I got the conflict when updating a chroot here. [04:33] RAOF: trying to overwrite '/usr/share/doc/xorg', which is also in package xserver-xorg 1:7.6+7ubuntu2 [04:45] Good morning [04:51] hi, could I have someone look at https://code.launchpad.net/~jbicha/ubuntu/oneiric/transmission/transmission-2.32/+merge/67772 [04:59] jbicha: ah, can do [05:00] jbicha: hm, current source package's Vcs-Bzr: says that it uses lp:ubuntu/transmission, not the old ubuntu-desktop branch any more [05:01] but *shrug*, as long as that one is up to date.. the ubuntu:transmission one will be auto-updated [05:02] jbicha: no, lp:~ubuntu-desktop/transmission/ubuntu is outdated, it's for maverick [05:03] pitti: oh, then I think there might be changes I've missed then [05:04] I can't remove the old ubuntu-desktop branch unfortunately [05:04] pitti: hmm? [05:05] so I should rebranch off ubuntu:transmission, right? [05:06] the ubuntu-desktop branches are more convenient, except that Launchpad doesn't expect them [05:06] good morning [05:07] didrocks: howdy [05:07] Morning didrocks [05:07] hey jbicha, RAOF! [05:07] Morning pitti, didrocks. [05:07] jbicha: right [05:08] morning TheMuso [05:08] hey didrocks [05:08] guten morgen pitti :) [05:08] jbicha: sorry for the wasted time :/ [05:08] hey TheMuso, how are you? [05:14] pitti: Not too bad thanks, yourself? [05:15] pretty good, thanks [05:27] hey, there's a bug with the xorg metapackage [05:27] looks like the version we got from debian does some symlinking magic which breaks when it gets updated [05:28] https://bugs.edge.launchpad.net/ubuntu/+source/xorg/+bug/812665 [05:28] Ubuntu bug 812665 in xorg "package xorg 1:7.6 7ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/doc/xorg', which is also in package xserver-xorg 1:7.6 7ubuntu2" [Undecided,New] [05:54] session restart, brb [05:56] pitti: bug 812665 looks to be a result of the documentation-linker having a namespace clash. [05:56] Launchpad bug 812665 in xorg "package xorg 1:7.6 7ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/doc/xorg', which is also in package xserver-xorg 1:7.6 7ubuntu2" [Undecided,New] https://launchpad.net/bugs/812665 [05:57] The xserver-xorg now ships the documentation in /usr/share/doc/xorg, but the auto-linker has kindly symlinked /usr/share/doc/xorg (in the xorg package) to x11-common. [05:57] With hilarious consequences! [05:58] uh, eww indeed [05:59] RAOF: but we never symlink entire directories [05:59] is that something the xorg package does itself? [05:59] because dpkg handles directories specially, pkgbinarymangler only symlinks individual files [05:59] lrwxrwxrwx 1 root root 10 2011-03-03 18:16 /usr/share/doc/xorg -> x11-common [05:59] this isn't pkgbinarymangler's doing [06:02] Ah, ok. [06:03] So now I get to work out what *is* symlinking that directory! [06:04] Oh, my. [06:06] RAOF: I get teh symlink when building locally without any mangling [06:06] Yeah, it's some crazy-arse preinst magic. [06:06] RAOF: how about this: [06:06] for p in $$(dh_listpackages -i -N$$t); do \ [06:06] rm -rf debian/$$p/usr/share/doc/$$p; \ [06:06] ln -s $$t debian/$$p/usr/share/doc/$$p; \ [06:06] Indeed, you have found ite :) [06:06] :) [06:08] Hah. With the even more hilarious consequences that dpkg now thinks /usr/share/doc/xorg actually exists! [06:09] one should avoid shipping directory symlinks like the plage [06:10] platue [06:10] plague [06:10] (gosh) [06:10] at some point they *will* shoot you into the foot [06:10] Because dpkg gets all narky on you. [06:10] Although, to be fair, the problem's not the symlink in this case. The problem is the namespace conflict. [06:10] and you need all sorts of black preinst magic if you ever want to get rid of them again :) [06:10] yes, right [06:11] Preinst magic like “is this a link? If so, rm -rf it.”? :) [06:11] "rm" should be enough, but yes [06:11] and checking that it points to the right place, handling aborted package upgrades and put it back then, etc. [06:12] Yeah. xorg doesn't do any of that pansy sanity checking. [06:12] but I'm not suggesting to actually remove the link now [06:12] If someone's stupid enough to symlink /usr/share/doc/xorg to /, they deserve all they get! [06:12] I guess it's easiest to just drop the duplicate file? [06:12] That's what it does *right now* [06:16] Hm. That doesn't seem to have come from debian. Are we dancing the ‘I hope you haven't symlinked /usr/share/doc/{x11-common,xorg,xserver-xorg} anywhere you care about’ fandango in Ubuntu diff? [06:16] I think we can safely assume that the user didn't tamper with these links [06:17] /usr/share/doc/ must have the property that users can rm -rf it entirely without anything breaking [06:17] Yeah. It'd suck to have accidentally replaced a symlink in there at some point in the distant past, though. [06:18] Ah, yes. This *is* Ubuntu diff. In fact, it's an oldschool pre-pkgbinarymangler symlink-the-docs hack. [06:18] ah [06:18] From brave-old 2007 [06:19] When men were real men, and symlinking doc directories was real men's work. :) [06:19] so either we do the preinst bits of removing the links and drop all the manual symlinking [06:19] lol [06:19] and let the mangler figure it out [06:19] I'm super-inclined to let pkgbinarymangler take this problem off my hands. [06:19] erm, no either [06:20] we can't ship the same symlink in two packages, period [06:20] RAOF: my gut feeling is "drop all this, remove all symlinks in preinst, and drop the preinst bits after the next LTS" [06:21] That's what I'm thinking, too. [06:43] is it safe for me to remove .pc, drop in the new upstream source, and then quilt push the patches I want? [06:44] jbicha: depends if you have applications/libraries dependending on your .pc file [06:45] I'm working on transmission and I've not done much with .pc stuff [06:45] I tried quilt pop but it said it couldn't remove cleanly [06:46] jbicha: don't just remove .pc [06:46] jbicha: I suggest theh following: [06:46] check out ubuntu:pkgname [06:46] quilt pop -a [06:46] and then rm -r .pc (which should now be empty) [06:46] you can commit that as "unapply patches" [06:47] applied patches in bzr are excruciatingly hard to maintain, and against common practice IMHO [06:47] so in my branches I don't apply them [06:47] (they also break merge-upstream) [06:48] well I had like 200 something conflicts when I tried to merge with the Debian bzr [06:48] what if quilt pop complains about not being able to remove cleanly? [06:50] mvo: hey, how are you? [06:50] is quilt pop -a -f ok? [06:50] -f fixes everything! [06:51] jbicha: if quilt pop -a in a cleanly checked out tree doesn't work, then something has gone seriously wrong :( [06:51] jbicha: did you try this _after_ merging with debian? [06:52] * didrocks looks for a wiki page to show jbicha quilt best practices [06:52] well I did bzr revert and I hadn't made any commits [06:52] but I'll do a bzr branch again to make sure [06:52] jbicha: if it gets too complicated, just use apt-get source and merge the old way with diffing debian/ .. [06:53] pitti: well quilt pop -a -f worked, I just didn't know if it was a good idea [06:53] I don't know either [06:54] if the patches don't apply, they need to be fixed either way [06:54] but then the bzr branch is horribly inconsistent, as in this case you couldn't even have built the source package for uploading [06:54] pitti: I guess something has gone seriously wrong :-) [06:54] jbicha: if you like to read some documentation to understand how quilt works, you can have a look there, it seems quite nice: http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf [06:55] didrocks: hey, good morning [06:56] pitti: but all I really need to do is to get a clean source tree, it doesn't matter whether I use quilt pop or do it manually, right? [06:56] jbicha: right, but how do you get it if the patches don't unapply? [06:57] just plopping in the source & removing .pc :-) [07:19] Morning all! [07:25] hey Sweetshark [07:30] good morning everyone [07:31] * bryceh waves === tkamppeter_ is now known as tkamppeter [07:32] hey chrisccoulson! good evening bryceh [07:33] heya didrocks [07:33] Hey hey chrisccoulson! [07:34] hi RAOF and didrocks, how are you? [07:34] chrisccoulson: I'm fine thanks! Yourself? [07:35] didrocks, yeah, good thanks, but a bit tired [07:39] hey chrisccoulson [07:39] morning bryceh [07:39] I'm pretty good. Going for a run before lunch has offset the 7:30 start :) [07:40] hi pitti, how are you? [07:40] hi pitti [07:41] chrisccoulson: I'm great, thanks! [08:04] jibel: hey, FYI, with the new compiz, I tagged the regression to 0.9.5.0: https://bugs.launchpad.net/ubuntu/+source/compiz/+bugs?field.tag=0.9.5.0 [08:10] didrocks: can you please fix "achuni" in https://launchpad.net/ubuntu/+spec/desktop-o-oneconf? [08:10] pitti: ok, should have mispelled the launchpad name, taking a look in a sec [08:16] hey [08:16] bonjour seb128 [08:16] hey pitti, how are you? [08:16] I'm fine, thanks! how about yourself? [08:17] pitti, I'm fine thanks, a bit tired, got used to go late to bed and I have difficulties to get started in the mornings ;-) [08:18] hey seb128 [08:19] didrocks, hey, nothing like a compiz abi break to start the day? ;-) [08:19] seb128: exactly! Where is the fun otherwise? :-) [08:23] pitti: round 2 https://code.launchpad.net/~jbicha/ubuntu/oneiric/transmission/transmission-2.32/+merge/68347 [08:24] jbicha: did I mention that I hate UDD branches? :-) [08:25] morning [08:25] hey rodrigo_ [08:26] pitti: I was going to do it as a ~ubuntu-desktop branch... ;-) [08:27] hey seb128, how are you? [08:27] actually the end result was the same except for the changelog entries & dropping a lot of upstreamed patches [08:29] chrisccoulson, hey, I'm starting being awake and I think I'm good thanks, how are you? [08:29] seb128, pretty much the same, but i feel less awake ;) [08:30] you know what you need right... [08:30] coffee!!! [08:31] heh :-) [08:31] and bacon! [08:31] jono: ^ [08:31] lol [08:31] ;-) [08:32] I wouldn't have done it if he was around don't worry ;-) [08:32] you didn't get breakfast yet? you should start with that ;-) [08:32] rules 1- get breakfast before starting IRC [08:32] or you might still be typing on IRC an hour later without coffee and starving [08:33] heh [08:37] an IRC diet? [08:39] seb128: btw, my server down while at Dublin was due to the power supply which died… [08:42] didrocks, oh ok [08:44] pitti, thanks for doing desktop sponsoring! ;-) [08:44] no worries :) [08:47] pitti: thank you [08:47] jbicha: thanks to you! [08:47] morning [08:48] salut huats [08:48] salut didrocks [08:51] lut huats [08:51] salut seb128 [09:16] man, this g-o-a package doesn't want to build [09:20] pitti: looks like transmission needs a mir for libminiupnpc and libnatpmp [09:21] rodrigo_, need help with it? [09:26] extra mirs again... [09:30] jbicha, do you know if those are optional or mandatory depends? [09:30] jbicha, is there any chance you would like to write the mirs for those? ;-) [09:32] seb128: those libs are actually in the transmission tarball & Debian is using a patch to override them with distro-maintained versions [09:32] yeah, security team doesn't like much bundled copy of system libraries [09:32] and I can write the mirs probably tomorrow [09:32] it means you have to track and fix all copies when there is an issue, which doesn't really make sense [09:32] jbicha, thanks! [09:33] jbicha, no hurry for those, but we better use the system libs if we can [09:33] seb128, the security team must hate me then ;) [09:34] ups [09:35] don't ctrl-W in xchat :p [09:35] lol [09:35] they probably hate all the web browsers maintainers indeed [09:35] heh :) [09:35] security team is just a bunch of haters :p [09:36] but still we are glad to have them ;-) [09:38] g'ah, i wish that linking thunderbird wasn't so painful [09:39] my machine just grinds to a halt every time [09:39] i need more RAM :) [09:43] seb128, yeah, will probably push for a review, as I don't know what's making it fail [09:43] rodrigo_, ok [09:44] seb128, I'll try a little bit more 1st, as the error it is showing is supposed to be fixed with the patch I added, so not sure what's wrong really [09:44] rodrigo_, ok, but feel free to push, I can have a glance maybe I spot something [09:44] seb128, ok [09:46] seb128, lp:~rodrigo-moya/gnome-online-accounts/3_1_1_release [09:47] seb128, it gives an error about undefined symbols, which all are in libgoa-1.0.la, that's why I add the 01_git... patch [09:48] rodrigo_, your rules doesn't use autoreconf.mk [09:48] rodrigo_, so the patch will be useless, you need to run automake to update the makefile.in [09:48] hmm, does it need to if you don't patch configure.ac? [09:49] rodrigo_, well, you patch makefile.am [09:49] you need a makefile.am->makefile.in [09:49] which is automake [09:49] ok, trying... [09:50] rodrigo_, yeah, builds fine with it [09:51] seb128, ok, that was it :) [09:51] ok then, I thought autoreconf was only needed if you patched configure, but I understand it better now :) [09:51] seb128, thanks! [09:51] rodrigo_, yw [09:52] rodrigo_, usually autoreconf is useful if you patch any configure.in,ac or makefile.am [09:52] it does run autoconf, automake, aclocal, etc [09:52] right, makes sense [09:52] ./configure && make use configure and makefile.in [09:53] the other option is to patch the makefile.in in your patch [09:53] but usually those are less fun since the makefile.in is autogenerated it's likely that the patch will be less trivial and not apply to new versions [09:54] rodrigo_, your changelog version needs a revision [09:55] seb128, ok [09:59] jbicha: or disable upnp? [10:00] pitti: I haven't looked to see what those libraries do, but isn't UPNP important for torrents working across NAT? [10:01] jbicha: ah, so the previous version used the internal libs, but already had the functinoality? [10:01] that would make the MIRs easier [10:06] mvo, meet bschaefer, he's the awesome dude that has added CJK support to xapian (or is adding), he has some questions for Software Centre [10:08] mvo: Hello, my question is that it looks like the software center uses the term generator along with the parse query, but does it use the same libxapian as unity-place-applications? [10:10] bschaefer: hello! yes it does use the same libxapian, but its using the python bindings when unity-places-application is using the c++ lib [10:10] bschaefer: should not make a difference though of course [10:10] bschaefer: hello btw :) [10:10] bschaefer: I'm just leaving for lunch, I will be back in ~45min or so [10:11] mv: Alright I might have to email you then, as it is late here haha, ( -8 PST ) [10:11] mvo:* [10:12] * mvo nods and vanishes [10:13] (the xapian testsuite is huge) [10:14] didrocks: only the xapian-core matters [10:14] bschaefer: right, but the package runs everything :-) [10:15] didrocks: yeah I never liked compiling it at first haha, but it seems error free so far :) [10:16] re [10:16] bah, new compiz is really slow to display things [10:16] wb seb128 [10:17] seb128: ah, it's not only me swapping then [10:17] like my session takes 15 seconds to get a background when it was taking 3 seconds before [10:17] I restarted several times thinking it was stucked [10:17] never get any stuck session, but I have the impression that compiz is slower, yeah [10:17] opening anything display a dialog with wrong geometry and no decoration for 2-3 seconds [10:17] then it gets updated as it should [10:18] 12:17:43 seb128 | opening anything display a dialog with wrong geometry and no decoration for 2-3 seconds [10:18] happens for anything, apport dialog, gedit, nautilus [10:18] -> half a second here, I reported it [10:18] well here it's 2-3 seconds on a modern i5 box [10:18] seb128: want to confirm bug #812711 ? [10:18] Launchpad bug 812711 in compiz "Some dialogs jumps before appearing" [Undecided,New] https://launchpad.net/bugs/812711 [10:18] but using intel, I guess video matters over cpu for that issue [10:18] seb128: see, for once, my box is better than yours :) [10:20] didrocks, done [10:20] thanks :) [10:20] 2-3s is scary though [10:21] do you want to file one with the general slowiness? [10:21] didrocks, I've updated the title and raised the setting [10:22] didrocks, it's not slow otherwise, like workspace switch etc have no issue [10:22] seb128: looks good [10:22] hum, the slowliness at startup you get? [10:22] I just think something is resources expensive in the mapping and where a dialog takes 3 seconds the background takes 15 seconds [10:22] well imho it's the same issue [10:22] but there is no dialog at session login? [10:22] just proportional to how much there is to render [10:23] no, but it's not specific to dialogs [10:23] hum, that will do it with the wall window otherwise [10:23] which doesn't seem to be the case [10:23] well, let's wait for smspillaz to comment, if he thinks it's a different issue I will open a new bug [10:23] or DBO [10:23] as you wish :) [10:24] seb128: we stopped adding unity master tag btw [10:24] but I think the background is just a nautilus ui element and getting the same issue [10:24] maybe, anyway, windows are slow to drag in the expo mode as well [10:24] didrocks, oh ok, well I don't do it in a systematic way, I just want a bug showing up on unity lists [10:25] seb128: I added the 0.9.5.0 tag on compiz bugs for all regression from this upgrade [10:25] ok [10:25] should be easy to find them back [10:25] https://bugs.launchpad.net/ubuntu/+source/compiz/+bugs?field.tag=0.9.5.0 (current list) [10:26] ok [10:27] is there a spec describing the unity dialog behaviour somewhere? [10:27] like what should happen in the file-selector too small to be used case [10:27] seb128: nothing from what I know, I just saw some screenshots and I would like to know for that case as well [10:27] I filed bug #812712 for that one so that we don't loose this issue [10:28] Launchpad bug 812712 in compiz "Can't get normal modal dialog size" [Undecided,New] https://launchpad.net/bugs/812712 [10:29] right, I noticed [10:29] the issue is not new with 0.9.5 though [10:29] well maybe the fixed size is new [10:29] no, see my comment :) [10:29] but opening the dialog is a too small to be used geometry is buggy and was already buggy in the previous version [10:29] is->in [10:30] "This isn't linked to 0.9.5.0 properly, but from the new unity dialog, just keeping it there to see if a solution is possible" [10:30] but I didn't find a spec say if the unity dialog should go out of the container in those case [10:30] or if the geometry should get updated [10:30] as this is part 2 of unity dialogs (the u-w-d side), I think it's fine to track it there [10:30] anyway, the current behavior is buggy, and we need design feedback [10:31] didrocks, it's sort of bug #805975 [10:31] Launchpad bug 805975 in unity "Modal dialog size too small if it belongs to other modal window" [Undecided,New] https://launchpad.net/bugs/805975 [10:31] yeah, same issue in nested dialogs, not sure it should be fixed the same way, pointing to it on the bug report [10:32] done [10:32] thanks [10:32] thanks for finding the ref :) [10:37] bschaefer: some test failed. Trying without the patches to ensure it's the cause of the issues [10:38] tests* [10:42] didrocks: hmm, which ones failed? [10:43] bschaefer: Running test: flintdatabaseformaterror3... FAILED [10:44] in apitest [10:44] bschaefer: but let me confirm first it's the patch creating an artifact in the API there [10:44] Yeah I went to straight to testing on dash I am running them right now. I knew I was forgetting something.. [10:44] will be long, the testsuite is long :-) [10:44] yeah haha [10:45] bah [10:46] smspillaz, didrocks: u-w-d segfaulted [10:46] #0 0x0805cabf in remove_frame_window () [10:46] No symbol table info available. [10:46] #1 0x0805cde7 in window_closed () [10:46] seb128: I won my personal bet! I was sure you will get a crash within a day :) [10:47] didrocks, :) [10:49] will open the bug with a debug stacktrace [10:49] but after lunch [10:49] bbl [10:49] seb128: enjoy [10:56] didrocks: well I am going to let this run, I am pretty tired right now so I cant help much anyway. If you could send me email about any other fails I will spend tomorrow trying to fix it [10:57] didrocks: @ brandontschaefer@gmail.com [10:57] bschaefer: sure, will do! Thanks again for your work there! Have a good night :-) [10:58] didrocks: You too, and hopefully everything works out haha. [10:59] bschaefer: let's hope so :) [11:09] oh, new decorator segfault [11:10] seb128, oh, i just realized that i can turn off gconf support in firefox at build time already [11:10] http://bazaar.launchpad.net/~mozillateam/firefox/firefox-trunk.head/revision/925 [11:10] :-) [11:10] chrisccoulson, \o/ [11:10] chrisccoulson, what about gnomevfs? ;-) [11:10] oh, in the same commit [11:10] seb128, i turned that off last cycle ;) [11:11] seb128: no decorator segfault? [11:11] oh new* [11:11] * didrocks will soon buy glasses [11:11] didrocks, yeah, it did it again [11:11] seb128: oh do you get it? [11:12] didrocks, yes, the stacktrace before was from me already [11:12] got it twice since I upgraded [11:12] is there any special way for you to trigger it or it's just random? [11:12] didrocks, but I learn something on the way [11:13] starting unity-window-decorator makes compiz hang for quite some seconds [11:13] so maybe the slowness issue is a decorator one [11:13] seb128: yeah, more than possible as it's all linked to the unity dialog part 2 [11:14] seb128: can you try with gtk-w-d ? [11:14] just to ensure [11:14] didrocks, rather random but not totally, I got it first on an apport dialog autoopening and now when doing send&receive in evolution [11:14] so maybe it has to do with dialogs autoopening or focus stealing prevention or something, will try to figure if I find a reliable way to trigger it [11:15] seb128, ok, I think g-o-a is now ready for a review, so feel free to look at lp:~rodrigo-moya/gnome-online-accounts/3_1_1_release [11:15] I'll do some g-c-c building with it in the mean time [11:15] hum, interesting :) [11:15] didrocks, g-w-d doesn't hang compiz for a while [11:15] and compiz seems snappier again [11:15] so yeah, I bet it's unity dialog's updat [11:15] e [11:15] rodrigo_, ok, looking [11:15] ok, will make sense, the core didn't change that much otherwise [11:16] great, I will keep the gtk decorator for now ;-) [11:16] seb128: come on, come to play the slow game! :-) [11:17] * didrocks tries to build xapian in a pbuiler just in case… [11:17] is that a drinking game? ;-) [11:17] I fear it's not that fun :) [11:17] what about xapian? is compiz using it for something? [11:17] no, the cjk support we were discussing above with bschaefer and njpatel [11:17] oh ok [11:17] who is bschaefer? [11:18] is he new around? [11:18] yeah, he's a contributor who worked on that with the help of Mikkel, it's awesome :) [11:18] nice [11:19] apart from the testsuite, he told there is no regression and we get cjk support for free in unity-place-applications [11:19] \o/ [11:19] (and then, software-center) [11:19] step 2 will be zg of course [11:30] rodrigo_, seems mostly fine [11:30] the lib should probably be named libgao-1.0-0 rather to match the soname [11:30] seb128, oh, ok [11:30] standards-version is 3.9.2 [11:31] you don't need the clean-la.mk line in the rules since we just don't ship the .la for new binaries [11:31] that's only useful for transitions for packages that used to ship one [11:34] seb128, ok fixing that [11:34] seb128, btw, works fine with control center, just a missing icon which I'm fixing [11:34] rodrigo_, libgoa1.0-dev should Depends on glib dev since its .pc requires gio [11:35] seb128, right [11:35] rodrigo_, ok, great ;-) [11:35] rodrigo_, you need to build-depends on dh-autoreconf [11:36] rodrigo_, you can drop the quilt build-depends since you use source v3 [11:36] rodrigo_, why the dpkg-dev build-depends? [11:37] seb128, hmm, don't remember why I added, but there was a reason iirc [11:37] ok, I was rather curious about this one, usually that's not needed [11:37] removing it, the reason will show up for itself if there is one :) [11:37] ;-) [11:37] otherwise looks good, great work [11:38] the copyright format is the old one also, not sure how picky other reviewers will be on this one [11:39] see sni-qt for a recent example using the new format [11:40] I converted a copyright file & the Debian dev said it was basically a waste of time, lol [11:41] rodrigo_, oh, you should have a compat file with a version in it and the corresponding version in the in build-depends [11:41] seb128, ok [11:41] rodrigo_, that's it I think ;-) [11:42] seb128, hmm, what's the "corresponding version in the in build-depends"? [11:42] jbicha, yeah, different people have different perspective on those ;-) I tend to not bother much with those cleaning usually but for a new source as well doing it right ;-) [11:42] I tried goa today on Fedora rawhide; it made setting up gmail on evolution super easy [11:43] jbicha, yeah [11:43] rodrigo_, if you use version 5 you build-depends on debhelper (>= 5..) is fine [11:43] seb128, ah, ok [11:43] jbicha, email or calendar or both? [11:43] ah, already have debhelper (>= 5.0.0) on BuildDepends [11:43] rawhide's scary though, I find it breaks a lot worse than Ubuntu devel [11:44] hehe [11:44] jbicha, how many distros do you run? ;-) [11:44] seb128: calendar didn't seem to work for me :-( [11:44] jbicha, evolution-settings (when it worked) made already that super easy, it was basically "enter your email" [11:44] seb128, ok, pushing all fixes, so what needs to be done to upload this? [11:44] it figures the server imap, smtp, user name, etc for you [11:45] seb128: for several months it was just Ubuntu but now I have Arch & Fedora around [11:45] seems to segfault in 3.1 though [11:45] jbicha, oh, arch, you like building things ;-) [11:45] rodrigo_, you are not a motu right? [11:45] seb128: maybe, I don't do much with it [11:46] oh [11:46] Fedora at least is useful since it's closely aligned with Gnome and it's useful to verify if some bug affects them too [11:46] rodrigo_, I forgot one thing, you probably want a .symbols [11:46] jbicha, yeah, indeed [11:46] seb128, yeah, right I thought about it, but forgot [11:46] adding it [11:46] rodrigo_, mterry will block mirs on having one of those if you run into him ;-) [11:47] yeah :) [11:47] seb128, no, I'm not a motu [11:47] ok [11:47] so you need a sponsoring bug or to find a sponsor [11:47] * rodrigo_ looks for sponsor-seb128 :) [11:47] mterry, hey, do you care about the copyright file being in a recent format for new packages you review for mir? [11:48] rodrigo_, yeah, I can sponsor it once I'm happy with it ;-) i.e add the .symbols and maybe update the copyright and we are good I think [11:49] seb128, ok [11:49] Package: libgoa-1.0-0 [11:49] ..* [11:49] This package contains the files needed to build applications that access [11:49] the service. [11:49] [11:49] rodrigo_, description copy error? [11:52] seb128, yes === MacSlow is now known as MacSlow|lunch [11:56] didrocks, when do you have time [11:59] seb128, ok, all fixed and pushed to the branch, so feel free to sponsor :) [11:59] rodrigo_, ok, will do that in a bit [12:00] just finishing something else I'm on first [12:00] seb128, no hurry, I'll fix the g-c-c bug in the meanwhile (the missing icon) [12:00] rodrigo_, ok, is that one we ship in the wrong gnome-icon-theme binary maybe? or is that an upstream bug? [12:01] well, and I'll go out for lunch first, now that pedro_ is here, so that I can avoid listening to him for a while :-) [12:01] rodrigo_, that'd be perfect so i can assign thousand of bugs to you while you're not around :-) [12:01] seb128, it's an icon in g-c-c sources, so it doesn't get installed when building g-c-c with g-o-a [12:01] oh ok [12:01] pedro_, no please, I'm not the top on the list anymore, feel free to harass someone else :D [12:01] pedro_, ola! [12:02] salut seb128 :-) [12:02] pedro_, don't listen to rodrigo_, he can take on some extra bugs, he likes g-s-d and g-c-c bugs [12:02] pedro_, heh, there you have a person to harass now, seb128 :) [12:04] heh :-) [12:04] ok, lunch now, bbl [12:13] Hi all [12:14] is the current way the bar and indicator area is displayed on multiple monitors the intended way? [12:15] What I mean is that if I have 2 monitors, I have top-bars on both of them including the indicator area? [12:16] That is major showstopper for me. I have been used to having more screen real-estate on the second monitor [12:16] any ideas? blueprints? plans? in that regard - Thanks! [12:19] meborc: design issues are discussed in #ayatana but yes the design decision is that the "indicator" system menus show on all monitors [12:20] jbicha: ok, thank you! I will go there and at least try to make a case for a change :) have a nice day [12:23] seif: John is sick today, so probably later this week? [12:28] jasoncwarner_, hi, was it you who JohnLea discussed with about disabling Suspend and Hibernate by default on uncertified hardware? [12:29] Or was it someone else? [12:32] this seems like throwing out the baby with the bathwater [12:32] we break 99% of machines because 1% have trouble with suspend? [12:33] it seems it could be discussed for hibernate [12:33] but yeah, suspends works nowadays so no need to break that [12:34] seb128, no, I don't care about copyright format [12:34] I really doubt that we can do something about the hibernate certification [12:34] mterry, ok, great ;-) [12:34] I think in most cases it's specific to the swap space you configure, or whether you plug in a particular usb device or what not [12:35] we enable it by default or we don't, but by-machine doesn't seem practical to me [12:35] pitti, well, we could opt out hibernate by default with a g-c-c settings to turn it on [12:35] seb128: I agree; but not by-machine [12:35] right [12:35] well "by machine" in the sense of some oem could decide to turn it on on their image [12:36] right, I meant having large white/blacklists in pm-utils [12:36] but yeah, let's not do an hardware detection or an hardware list in ubuntu [12:36] hibernation isn't really hardware/platform specific [12:36] it sucks everywhere equally :) [12:37] ;-) [12:39] pitti, btw is your indicator still not turning blue on new messages? [12:39] it works there [12:39] I don't think so [12:39] seb128: ping me on jabber again? [12:46] ok [12:47] so it was not kenvandine's fault but mvo's one ;-) [12:47] hm? [12:47] hey seb [12:47] pitti, one other case of "recommends didn't get installed on upgrade" [12:47] what didn't i do :) [12:47] hey kenvandine [12:47] ha! thats fixed with the new apt [12:47] kenvandine, pitti didn't have telepathy-indicator installed [12:47] kenvandine: I got blue envelopes back! [12:47] haha [12:48] mvo, that is pretty frustrating :) [12:48] mvo, right, I was mostly teasing you ;-) [12:48] kenvandine, he said that should be fixed for a week, apt blocks those updates now [12:48] like put them on hold [12:48] oh, good [12:48] the same way as if you have a new depends [12:50] kenvandine, wasn't bug #257190 supposed to be fixed? [12:50] Launchpad bug 257190 in telepathy-gabble "Setting status to 'Hidden' changes status to 'Busy' instead" [Low,Fix released] https://launchpad.net/bugs/257190 [12:50] pitti, ^ [12:50] I still get it here [12:50] do you get it from the empathy ui as well? [12:50] or only from the indicator? [12:51] seb128: same bug from the ui [12:51] ok [12:51] pitti, are you connected only to jabber? [12:51] seb128: no, also google talk, some sip services, etc. [12:51] I think part of the issue is due to protocols which don't handle hidden [12:51] the status is not by protocol [12:51] trying [12:52] like if you are connected to jabber only it should work [12:52] i think that is tricky, depending on accounts [12:52] the indicator tries to set it to the best match for all accounts [12:52] there is a tp api for that [12:52] right, it flips to invisible, and .3 s later it goes back to busy [12:52] kenvandine, right, it's not specific to the indicator since the empathy ui has the same issue [12:53] pitti, killall telepathy-indicator [12:53] see if it still does that [12:53] * kenvandine hopes he didn't do something bad [12:53] i doubt that would make a difference though [12:53] tp-indicator just listens and does things as needed [12:54] kenvandine: confirmed it's gtalk -- if I disable the account, and leave bonjour and the sips ones, it works [12:54] pitti, so gtalk might not support it [12:55] kenvandine: the fun thing is, if I flip gtalk back on, status changes from invisible to busy, but in the accounts dialog, gtalk is shown as invisible :) [12:55] hehe === m_conley_away is now known as m_conley [12:56] pitti, https://bugzilla.gnome.org/show_bug.cgi?id=550502 [12:56] Gnome bug 550502 in General "Invisible Status Is Not Working Correctly" [Normal,New] [12:57] or https://bugs.freedesktop.org/show_bug.cgi?id=30765 [12:57] Freedesktop bug 30765 in tp-glib "Add most-available-requested-presence" [Normal,New] [12:57] seb128: thanks [12:59] they have an old branch for that [12:59] but never merged [12:59] hm, gnome-icon-theme FTBFSes now, configure fails with "configure: error: Could not find gtk-update-icon-cache" [12:59] seems there's only -3.0 these days [13:00] oh, libgtk-3-bin diverts it to update-icon-caches.gtk2 [13:00] err, no, what? [13:01] /usr/bin/gtk-update-icon-cache -> ../lib/i386-linux-gnu/libgtk2.0-0/gtk-update-icon-cache [13:01] c'est ne pas i386 [13:01] lol [13:01] works for me on i386 :p [13:01] but it's quite weird [13:01] you and your pre-medieval architectures [13:02] it's coming from the stone age, it's solid and tested ;-) [13:02] mpt: hey, small question about usc redesign, I'm ready to do the OneConf ui part, did you get a chance to work on that? [13:02] didrocks, I did not, sorry [13:02] * pitti backs out from fixing gnome-icon-theme, and looks into fixing gtk2 then [13:03] mpt: do you think you'll have time soon or that we can experiment something? all the rest is almost finished and it's the only thing blocking putting OneConf by default AFAIK [13:03] pitti, it's weird there was no recent gtk2 or 3 updates [13:03] mpt: btw, I made the screenshot icon preview :) [13:03] seb128: last g-i-t upload was June 29 [13:04] seb128: last gtk+2.0 upload was June 30, with "Build for multiarch" [13:04] pitti, well, for sure gtk-update-icon-cache is used out of the g-i-t build [13:04] like for anybody installing an icon theme or upgrading one === MacSlow|lunch is now known as MacSlow [13:04] or a package installing an icon in the icon theme dir [13:05] pitti, when was that symlink updated? [13:05] on your disk [13:05] lrwxrwxrwx 1 root root 55 2011-06-30 16:19 [13:05] sounds like the time of the most recent gtk+2.0 upload [13:05] hum ok [13:06] weird that nobody notice it during this time, I though that was called to update icon indexes when installed a package shipping one [13:07] but that broken symlink is in the actual .deb [13:07] oh [13:07] seb128: presumably we are using the -3.0 version now? [13:07] the trigger uses the versionned name [13:07] pitti, right [13:07] that explains it [13:07] lrwxrwxrwx root/root 0 2011-06-30 16:19 ./usr/bin/gtk-query-immodules-2.0 -> ../lib/i386-linux-gnu/libgtk2.0-0/gtk-query-immodules-2.0 [13:07] same problem with that one [13:08] ^ from less libgtk2.0-bin_2.24.5-0ubuntu3_all.deb [13:08] liking an error in the rules [13:08] oh, wait [13:08] _all.deb ?? [13:08] arf [13:08] Package: libgtk2.0-bin [13:08] Section: misc [13:08] Architecture: all [13:08] indeed [13:09] so weird that we never caught this [13:09] same for libgtk-3-bin [13:09] oh [13:09] -bin only has symlinks [13:09] bzr blame is for rev 1 [13:09] the actual binaries are in the lib [13:09] -bin is only symlinks and manpages [13:10] lrwxrwxrwx 1 root root 43 2011-07-15 21:05 /usr/bin/gtk-update-icon-cache-3.0 -> ../lib/libgtk-3-0/gtk-update-icon-cache-3.0 [13:10] for -3.0 the symlinks aren't platform specific [13:10] but for 2.0 they seem to be [13:10] pitti, gtk3 is not multiarched yet [13:10] it was not out when slangasek started his work [13:10] seb128: ok, fixing gtk2.0 for now [13:10] pitti, just make the -bin arch any I guess [13:10] right [13:12] building [13:14] didrocks, njpatel: what's the standard icon size for launcher icons? something like 48x48? [13:15] pitti: right, 48x48 [13:15] merci [13:24] didrocks, do you mean installing it in Ubuntu by default? [13:24] kenvandine, do you want to do a round of testing and sponsor https://code.launchpad.net/~rodrigo-moya/gnome-online-accounts ? [13:24] kenvandine, it seems fine to me, I can NEW it if somebody else do the upload ;-) [13:24] seb128, sure [13:24] didrocks, sorry, what screenshot icon preview is that? [13:24] i'll do it now [13:24] kenvandine, i.e I already did a review from a NEW perspective so it just needs an uploader, if you want to give it a round of testing as well you are welcome though [13:25] kenvandine, thanks === zyga is now known as zyga-food [13:27] oh, if somebody is interested by packaging a new source: http://p11-glue.freedesktop.org/p11-kit.html [13:27] next gnome-keyring will depends on it [13:27] I've added it to the etherpad [13:30] mpt: right, the plan was to put OneConf by default this cycle. For the preview, it's putting a preview of the wallpaper for each computer/device registered in OneCon [13:30] OneConf* [13:31] didrocks, ah, nice [13:35] seb128, is there no UI in the goa package? [13:35] i expected it to be in the control-center [13:36] kenvandine, it's in g-c-c, it needs a rebuild with goa once that one is in [13:36] ah [13:36] ok [13:36] kenvandine, we patched g-c-c to disable it since that was not packaged [13:36] kenvandine, you can probably rebuild gcc and drop the patch rodrigo added to disable it [13:36] * kenvandine uploads goa in the mean time [13:48] kenvandine, oh, uploaded already? [13:49] rodrigo_, yup [13:49] ok, so now we need a MIR [13:49] * rodrigo_ MIR's [13:49] rodrigo_, cool [13:49] kenvandine, btw, no need to drop the patch, just rebuild it with libgoa-dev installed [13:50] rodrigo_, will do [13:50] but I'll submit a package with the part of the patch for disabling the onlñine accounts panel, as soon as g-o-a is in main [13:51] rodrigo_, you need to mir for some of the depends also it seems [13:51] seb128, yes, was looking at the build failure [13:52] rodrigo_, that's yet something else [13:52] rodrigo_, you lack a build-depends as well indeed it seems [13:57] seb128: backtrace ? [14:01] smspillaz, I will get one with debug symbols next time it happen, I didn't have debug symbols and the one I got was pretty useless [14:03] smspillaz, btw running u-w-d "blocks" compiz for at least 5 seconds there [14:03] seb128: right, it's generating a bunch of default decorations I need to optimize it [14:03] ok [14:03] (I needed that to make dialogs work, but it's not efficient) [14:04] seb128: I need to work on this settings key override stuff now [14:04] (for didrocks) [14:04] smspillaz, btw is the wanted behaviour speced on the wiki or somewhere? [14:04] didrocks: ping [14:05] smspillaz, like is there a spec describing what is supposed to happen in different scenarios, with interaction models etc? [14:05] seb128: I think there is some somewhere [14:06] will ask john when he's back, thanks [14:08] smspillaz: so i talked to matthias about GSettings key names [14:08] smspillaz: i plan to lift to 1024 chars. will that make you happy forever? [14:09] 32 to 1024, waow :) [14:09] bah [14:09] desrt: can we lift the restriction requiring no use of "_", "?" etc and make them CaSeSeSiTiVe? [14:09] pitti, did you clean all the i386 retracer logs? [14:10] :p [14:10] seb128: I moved the amd64 ones to ../log-archive/ [14:10] i think you can have caps already [14:10] pitti, he had an empty log, no rotated log and a lock file, I just removed the lock [14:10] seb128: I didn't touch the i386 ones [14:10] desrt: nope [14:10] pitti, doh, I meant amd64 [14:10] pitti, thanks ;-) [14:10] ah. sorry about that. [14:10] i'd prefer not to lift those. [14:10] seb128: a few hours ago I noticed that i386 was working, and amd64 was broken, and I fixed/cleaned the amd64 one [14:10] desrt: though, there's only one key with caps :)\ [14:10] so I can just change it [14:11] pitti, ups, it's still busy on the dup consolidation [14:11] pitti, that takes ages nowadays [14:11] oh, I thought we commented it out [14:11] because it crashed [14:11] so it's actually running now? [14:11] it hasn't run for ages, so it'll certainly take a while to review all the crash bugs of the last weeks [14:12] pitti, well I didn't change anything, the crontab line is not commented and there is a dupcheck job in the processes list [14:13] seb128: I mean the consolidation part [14:13] pitti, the log has [14:13] 07/19/11 14:10:01: Initializing crash digger, using chroot map None [14:13] 07/19/11 14:10:01: Consolidating duplicate database... [14:13] but I recently updated bzr, I guess I might have reverted that [14:13] seb128: as long as it's running, that's fine [14:13] pitti, it's sitting there [14:13] if that actually stopped crashing now, then let's have it catch up [14:13] hum [14:13] in fact the log has [14:13] 07/19/11 12:00:01: Initializing crash digger, using chroot map None [14:13] 07/19/11 12:00:02: Consolidating duplicate database... [14:13] 07/19/11 14:10:01: Initializing crash digger, using chroot map None [14:14] 07/19/11 14:10:01: Consolidating duplicate database... [14:14] [14:14] oh, it did crash silently then? [14:14] pitti, so I'm wondering it if took 2 hours to crash [14:14] pitti, I will run it by hand [14:14] ah, was just about to do that [14:14] but yes, fine if you do [14:14] please run in screen [14:14] pitti, don't bother, I'm on it === zyga-food is now known as zyga [14:15] ok [14:15] if it still fails, I'll comment out the consolidation again [14:15] kenvandine, just pushed a build fix to lp:~rodrigo-moya/gnome-online-accounts/3_1_1_release, so if you can sponsor that to fix the build problems o my 1st package? [14:15] rodrigo_, sure [14:15] rodrigo_, you can move it to ~ubuntu-desktop btw [14:15] seb128, ok [14:16] seb128, i did already [14:16] i'll merged rodrigo's branch [14:17] kenvandine, ah, sorry, just pushed it also [14:17] rodrigo_, no worries [14:17] can it also be added to the desktop packageset? [14:17] I guess a mail to cjwatson is needed? :) [14:17] rodrigo_, indeed [14:18] sent [14:19] * rodrigo_ writes MIR report [14:19] smspillaz: okay. limit is now 1024 upstream. [14:25] desrt: lovely [14:28] chrisccoulson: what is a good name for the flag in the debian/control file for e.g. firefox to prevent unattended inplace upgrades. XB-Upgrade-Requires: {app-restart,session-restart,system-restart} ? [14:28] pitti, seb128: the plan is to not have gtk2 on the CD, right? [14:28] dobey, that's the goal [14:28] dobey, not sure we will get there this cycle but we are trying to [14:28] dobey: not necessarily for oneiric, but hopefully in the next few cycles [14:29] ah ok [14:29] of these deps: http://pastebin.com/2gWTXHcE <- only librest needs to be MIR'ed, right? [14:29] i guess banshee and tomboy are the big blockers for getting gtk2 off the disc? [14:29] rodrigo_, yes [14:29] dobey, and firefox and libreoffice [14:29] ok, another MIR needed [14:30] seb128: oh, right. :( [14:30] dobey, well apparently firefox has a gtk3 patch which is somewhat working [14:39] rodrigo_, hey, just plugging together that new indicator. 'gnome-control-centre bluetooth' call fails to raise the bluetooth dialog, it just brings up the control centre [14:39] is that call correct ? [14:39] ronoc, yes [14:39] just a bug ? [14:40] ronoc, works for me, so do you have /usr/lib/control-center-1/panels/libbluetooth.so ? [14:40] works for me as well [14:40] ronoc, is gnome-bluetooth installed? [14:40] ronoc, or any output if you run from the terminal? [14:41] hey mpt - Im working on the unattended-upgrades stuff currently, there is a workitem about asking if the user should get any sort of notification about upgrades getting installed in the background. I can't find anything about this in the SoftwareUpdater spec, does that mean that the answer is "no" (i.e. just no notifications of any sort that something is going on)? [14:42] seb128, rodrigo_ its installed, the .so is in the right place. gnome-bluetooth though is not in my path [14:43] ronoc, can you pastebin what you typed and the command line log? [14:44] seb128, gnome-bluetooth: command not found [14:44] ronoc, it should be "gnome-control-center bluetooth" [14:44] not gnome-bluetooth [14:44] it's a control center panel [14:45] seb128, gnome-control-center bluetooth brings up the control centre but not the actual bluetooth panel [14:45] thats the problem [14:45] ronoc, can you pastebin the command line log when you run that? [14:46] ronoc, does "gnome-control-center background" work? [14:46] or sound [14:46] seb128, display and sound work [14:46] http://paste.ubuntu.com/647343/ [14:46] seb128, ^ [14:47] seb128, background works [14:47] ronoc, $ strace gnome-control-center bluetooth 2>&1 | grep bluetooth.so [14:47] what does that say? [14:48] seb128, no trace [14:48] grep couldnt find anything [14:48] ok [14:48] if you drop .so? [14:49] $ strace gnome-control-center bluetooth 2>&1 | grep bluetooth [14:49] then pastebin it [14:49] mvo, correct, no notifications [14:49] didrocks, with latest compiz everything becomes sluggish after using the desktop for few hours. To the point I'll reboot in a minute. Is it known or just me ? [14:50] didrocks: pingw [14:50] jibel: hum, slowliness at start is known [14:50] cdbs: hey [14:50] jibel: become slower and slower isn't the case here (didn't restart since 9am) [14:50] mpt: great, thanks [14:50] didrocks: Wouldn't mind if I transfer over 3 WIs on the spec over to you or ? [14:50] jibel, did you increased memory usage from the compiz process? [14:50] where the spec is the unity integration spec [14:51] jibel: please open a bug if it's a regression and tag it 0.9.5.0. It's not the same than before the upgrade with just unity [14:51] cdbs: no, do not hesitate, the sooner is the better [14:51] cdbs: which one in particular? [14:51] seb128, http://paste.ubuntu.com/647348/ [14:51] didrocks: the wm class matching one, and the nautilus ones [14:52] I'll do the SC integration [14:52] ronoc, ls -l /usr/lib/control-center-1/panels/libbluetooth.so ? [14:52] cdbs: "wm class" matching? [14:53] seb128, no, and the process doesn't seem to use an unreasonable amount of memory (162MB) [14:53] didrocks, ok will do [14:53] didrocks: err, wmclass matching [14:53] cdbs: what the WI title exactly, can you paste them there, please? [14:53] didrocks: "wmclass matching in desktop files for getting quicklists even if you don't pin the right one" [14:54] cdbs: I don't remember writing that one or what it is about, sounds more a bamf WI [14:54] seb128, http://paste.ubuntu.com/647352/ [14:54] didrocks: yeah, even I didn't get it well. bamf should deal with it. DBO ? [14:55] ronoc, that's puzzling [14:55] indeed [14:55] cdbs: and the nautilus is just the quicklist one, isn't it? [14:55] its seems to be there and everything but just not showing up [14:55] its a new install this machine so shouldn't be an upgrade problem [14:55] didrocks: yeah, and I'll do the copy progress [14:56] didrocks: only the quicklist one, and the wmclass one, whatever it is :) [14:56] ronoc, does it show up in the gnome-control-center shell? [14:56] yes [14:56] but I'll test it [14:56] can you open it? [14:56] rodrigo_, ^ help there ;-) [14:56] seb128, no [14:56] that's it [14:57] ronoc, I bet it's your broken pulse install again [14:57] rodrigo_, unping [14:57] maybe [14:57] cdbs: I won't do the wmclass if I don't understand what it is, just land it over to DBO for now :) give me the quicklist one [14:57] ronoc, is there any way you could try with the ubuntu pulse? [14:57] didrocks: alright, making the changes [14:57] thanks [14:57] I can but for now I would rather leave the hookie pulse in place in order to test a feature Harry, diwic and I are working no [14:58] on even [14:58] seb128, i trust it works :) [14:58] ronoc, ok, so just assume the call will work on a non hacked system like yours ;-) [14:58] seb128, exactly [14:58] fingers, toes and eye lashes crossed :) [14:58] didrocks: Done. You have the quicklist one, and DBO has the *ahem* one :) [14:58] ahem? [14:59] link? [14:59] brb [15:01] DBO: https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-default-apps-unity-integration [15:02] DBO: See the WI assigned to you [15:02] cdbs, I dont see any [15:02] ah [15:03] I see it now [15:03] DBO: Check clearly, you're jassmith right? [15:03] yeah sorry [15:03] I was expecting Jason Smith [15:07] rodrigo_, do you know if g-c-c specify things like the login shell to use to accountsservice? [15:07] * cdbs leaves [15:07] rodrigo_, default seems to be sh rather than bash, is that a g-c-c or accountsservice bug? [15:10] seb128, hmm, I think it's accountsservice [15:11] yes, g-c-c does not tell it which shell to use [15:12] seb128, accountsservice doesn't specify a shell either, it just uses the default, determined by useradd [15:12] (which is defined in /etc/default/useradd) [15:12] SHELL=/bin/sh [15:13] mvo - XB-Upgrade-Requires looks ok (sorry, i only just saw your message) [15:13] chrisccoulson, shouldn't it use adduser rather than useradd? [15:14] " useradd is a low level utility for adding users. On Debian, [15:14] administrators should usually use adduser(8) instead. [15:14] " [15:14] it's from the useradd manpage [15:14] seb128, i'm not sure. it seems that adduser sets a different login shell by default too [15:15] no [15:15] i'm not sure which is the correct one to use though [15:15] adduser uses bash by default [15:15] it doesn't make sense to use dash as an user shell [15:16] $ grep sh adduser.conf [15:16] # The DSHELL variable specifies the default login shell on your [15:16] DSHELL=/bin/bash [15:16] seb128, it doesn't look like it would be difficult to use adduser, but is that more correct than changing the default in /etc/default/useradd to bash? [15:16] well the useradd manpage recommends using adduser [15:17] the useradd default should probably be fixed on ubuntu as well yes [15:18] but still if useradd documentation recommends it to not be used it should perhaps not be ;-) [15:18] seb128, is adduser debian/ubuntu specific? [15:19] seems so [15:19] google says that on redhat it's a symlink to useradd [15:19] jasoncwarner, Sweetshark, bryceh, chrisccoulson, didrocks, tremolux, Riddell, kenvandine, cyphermox, mterry, rodrigo_, seb128, tkamppeter, pedro_: meeting reminder in 10 mins [15:19] chrisccoulson, http://serverfault.com/questions/218993/whats-the-difference-between-useradd-and-adduser says [15:19] "On Ubuntu, useradd simply creates an entry in the user database (/etc/passwd etc.). [15:20] adduser on the other hand also creates a home directory for the user, populates it with the content of /etc/skel and lets you set the password interactively." [15:21] let me move that to #ubuntu-devel [15:21] it's a bit out of desktop discussions ;-) [15:21] sure :) [15:22] kenvandine: do you want to put the partner update to https://wiki.ubuntu.com/DesktopTeam/Meeting/2011-07-19 before the meeting? [15:22] pitti, doing it now :) [15:29] * pedro_ waves [15:30] hey [15:31] pitti, meeting ;-) [15:31] * kenvandine waves [15:31] oops [15:31] jasoncwarner, Sweetshark, bryceh, chrisccoulson, didrocks, tremolux, Riddell, kenvandine, cyphermox, mterry, rodrigo_, seb128, tkamppeter, pedro_: meeting now [15:31] https://wiki.ubuntu.com/DesktopTeam/Meeting/2011-07-19 [15:31] hello everyone! [15:32] hey [15:32] hiya [15:32] hi all [15:32] hi [15:33] so, let's dive right in [15:33] kenvandine: thanks for the partner update on the wiki [15:33] kenvandine: so the new icon/name thing in the panel without a menu is now not the me menu any more? [15:33] pitti, right [15:33] that is provided by indicator-session [15:34] and is only displayed if you have more than one user [15:34] kenvandine: let me guess, wasting 15% of your panel to show your own name was a design decision? :-) [15:34] https://wiki.ubuntu.com/MessagingMenu [15:34] for the design [15:34] :-D [15:34] kenvandine: is the absense of a menu a bug, or by design? [15:34] by design [15:34] however [15:35] it means guest session is missing if you only have one account [15:35] then breaking the menu structure certainly is a bug [15:35] hi [15:35] kenvandine: well, it's missing now, too [15:36] kenvandine: the session menu only has the logout/reboot stuff, and there's no change user/guest session etc. anywhere [15:36] or a link to your personal settings [15:36] rightt [15:36] that stuff is in the "User menu" [15:36] which is only displayed if you have more than one account [15:36] but didn't you just say that it's designed to not have a menu? [15:36] so no way to get to the guest session unless you have multiple accounts [15:36] * pitti has three accounts on this machine [15:37] the menu not showing is an unity bug [15:37] oh, you see your name and no menu right? [15:37] that is a bug [15:37] njpatel said he would fix it for this week unity update [15:37] ah, ok [15:37] it works in the unity greeter [15:37] tedg is supposed to be working out what we are supposed to do about the lack of a menu for guest session, etc [15:37] for single users [15:37] something is wrong in the unity panel loader [15:37] seb128: not really -- I get an [Invalid UTF-8] there :) [15:38] anyway, not meeting fodder at this point any more [15:38] but I was interested in the general direction [15:38] pitti, same bug it displays a menu when clicking on it ;-) [15:38] thanks for the update [15:38] np [15:38] still ugh@ full user name [15:38] kenvandine: whom can we talk to for changing this back to the login name? [15:39] on a netbook screen, "Jean-Baptiste Lallement" would take a third of the screen, leaving not enough room for menus [15:39] we should totally require designers to have four names! [15:39] mpt i think [15:39] haha [15:39] mpt ^^ [15:39] "Matthew-Paul Thomas" isn't exactly short either [15:39] mpt, lets change your name [15:41] it's displaying seb128 here [15:41] but that's probably because I didn't put my full name with my user account ;-) [15:41] hehe [15:41] it's displaying nothing there, and I have two users… [15:42] didrocks: anything to discuss for unity? [15:42] yay for indicator-gtk3 [15:42] pitti: nothing more than what the report said :) [15:42] cool [15:43] tremolux: thanks for the s-c report, anything to discuss there? [15:43] tremolux: do you think the new design branch will land for alpha-3, so that we can get some bigger feedback? [15:43] pitti: nope, mainly trying to catch up some work items this week [15:44] pitti: still to early to tell for sure, but I would tend to think it won't [15:44] pitti: as default, I mean [15:44] tremolux: so it'll be a perky penguin thing then? [15:45] pitti: heh, well, it's not ruled out yet for O, but.. [15:45] pitti: it's a lot of changes [15:45] pitti: probably perky, I guess I'm saying [15:46] ok, thanks for the heads-up [15:46] tremolux: well, the current s-c works, so we aren't "under the gun" here, right? [15:46] tremolux: or did we get regressions under gnome 3? [15:47] pitti: exactly, and we are pulling in some 5.0 features still [15:47] pitti: no, it seems in good shape [15:47] good to hear; thanks for the update! [15:47] pitti: thanks! [15:47] which brings us to ... http://status.ubuntu.com/ubuntu-oneiric/canonical-desktop-team-oneiric-alpha-3.html :) [15:47] chrisccoulson: what's the current word on the tbird integration? [15:48] chrisccoulson: seems some are actually done, like charline's user testing [15:48] yeah, that one is done now [15:48] and the "Discuss strategy for creating new Ubuntu One address book" is actually three WIs [15:48] did that come up in the last meeting? [15:48] the launcher integration is done too [15:49] oh, i don't think we mentioned that one in the end [15:49] chrisccoulson: can you put it on tomorrow's agenda? [15:49] strategic discussion is already quite late at this point [15:49] pitti - yeah, will do [15:49] thanks [15:50] bryceh, RAOF: should we move https://blueprints.launchpad.net/ubuntu/+spec/multimedia-desktop-n-xorg-multihead-defaults to p at this point, or do you still want to work on this for o? [15:50] (^ for eastern edition) [15:51] kenvandine: new gwibber landed, great! looks like the remaining things on https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-gwibber-gtk3 are now "nice to have" extra features? [15:51] or do they represent regressions? [15:51] both [15:51] and there are some regressions not listed there [15:52] working through them though! [15:52] :) [15:52] will land another release tomorrow [15:52] nice [15:52] seb128: for https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-screensaver, do we actually have cycles to reintegrate hacks? [15:53] seb128: or should we perhaps just slightly patch the top bar to not look so shell specific? [15:53] it's going to be difficult [15:53] that's what I thought [15:53] we will probably have extra GNOME3 work still with new things like the online account or contacts browser work [15:53] not counting some design changes suggestion that should come as well [15:53] over to perky then? [15:54] let's make it not look like g-s at least yes [15:54] we can just turn off the top bar can't we? [15:54] chrisccoulson, you said you would maybe be interested to bring the hack code back, do you think you will cycles for it? [15:54] well, having a clock isn't too bad [15:54] yes, I think so [15:54] chrisccoulson, or is tb going to keep you busy full time for the cycle? [15:54] seb128, i was going to look at it, but there was talk at the rally about using lightdm to lock the screen. is that still the case? [15:55] good point [15:55] well that doesn't change that if we want hacks support we should still have a renderer for them and a config ui [15:55] but worth checking with robert_ancell if he thinks he will have time to make lightdm the lock screen [15:56] kenvandine: discussion in parallel, the avatar thing is done in the current version for https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-telepathy-indicator ? or is that something else still? [15:56] that is blocked by libindicate and gtk3 [15:56] i'll followup with tedg on that [15:57] seb128: so how about I file an alpha-3 bug about improving the gnome-screensaver panel, and we move that spec to p? [15:57] pitti, well realistically move the hacks work to next cycle and keep the "redesign the lock screen" to this cycle [15:57] nice :) [15:58] the goal was to use the same design for login and lock screen I think [15:58] but we should check [15:58] - if lightdm is going to be used or if we need a lightdm like screen for gnome-screensaver [15:58] - if robert_ancell will have time for it [15:58] - otherwise fallback to minimal tweaking [15:58] like not displaying a top bar or something [15:58] [15:59] pitti, does it make sense? [15:59] sounds good to me [15:59] ok, that's a plan then [15:59] cyphermox: https://blueprints.launchpad.net/ubuntu/+spec/desktop-o-desktop-network-enhancements -> switching to automatic and optional IPv6 sounds like a small change we shoudl get in as fast as possible; is it actually small, or blocked on something? [15:59] we can move on [16:00] I need to catch Robert in the morning, but didn't see him yesterday or today [16:00] he's usually around but not talking if you don't ping him ;-) [16:00] cyphermox: porting indicator-network to current NM: is i-network required by OEM or other projects, or could we safely defer that? [16:00] but it's possible that login manager hacking and testing make it no easy to stay on IRC as well [16:01] seb128: yes, I checked that; he wasn't on IRC, but I got up a little later than usual today [16:01] drop him an email I guess [16:01] ok [16:01] during the rally he was often on a vt for lightdm hacking [16:01] will do that then [16:01] so it's likely that he's not on IRC a lot nowadays [16:01] while I wait for cyphermox's answer, public announcement: [16:02] I'll be on holiday in the next two weeks [16:02] so if you need me to do something urgent, please speak up this week [16:02] does someone feel like doing the team and release meeting in these two weeks? [16:02] can do [16:02] seb128: would be great if you could take the release meeting, you have most experience with it [16:02] ;-) [16:03] and someone else perhaps the desktop meeting [16:03] I can do both [16:03] desktop meeting is easy [16:03] (which is mostly preparing the wiki template and copying the log back to it [16:03] seb128: merci [16:03] de rien ;-) [16:03] pitti, have a great vacation! [16:03] pitti, enjoy you time off and crossing finger that you have nice weather ;-) [16:03] thanks! [16:03] pitti: we can safely defer porting indicator-network (AFAIK) [16:03] cyphermox: thanks [16:04] pitti: as for ipv6; I'm working on it right now. It's basically all already on, but we get delays in connections; that's a little bad; but it's more a bug than anything else [16:04] cyphermox: ah, good to hear; thanks for the heads-up [16:04] so I'll just clean up the work items there to make this clearer [16:04] that's it from me; does anyone have further discussion topics? [16:05] cyphermox: I sent you a review of usb-modeswitch, btw [16:05] looking forward to seeing this land [16:05] pitti: yes, I saw. Thanks a lot.. just haven't looked at it yet on account of being deep in NM code to figure out the connection delays ;) [16:05] cyphermox: yes, no hurry [16:06] cyphermox: I'll try to get to the second half of it this week still [16:06] will look and merge today hopefully [16:06] cyphermox: it'll take some time, I mostly just added comments :) [16:06] so, no AOB? [16:06] pitti, so feature freeze is in a bit less a month, can we land things on the CD while you are not there? [16:06] we have some pending things I've on my list we need to track [16:06] - sort the clutter depends [16:06] seb128: sure; you will be the acting release engineer for the desktop team :) [16:07] - sort the cheese new requirement and the fact that empathy will use it [16:07] I don't have a personal lock on the CDs :) [16:07] - get gnome-online-account installed [16:07] cheese, yummy [16:07] just see my note about CD size on the wiki page [16:07] - look at packaging the GNOME 3.2 addressbook [16:07] we lost our potential 15 MB savings [16:08] hum :-( [16:08] do we still have a pending "drop python 2.6"? [16:08] well I guess it's smaller since we cleaned the pyc [16:08] how much space are we at? [16:08] we need to win at least 11mb it seems [16:09] so as for the meeting, thanks everyone! [16:09] right [16:09] that's not counting that we will need to add libcheese, clutter, clutter-gst, gnome-online-account, the addressbook [16:09] well, 8 MB, as we should have 703 MB images [16:09] thanks pitti [16:09] seb128: I thought we'll drop cheese from ubiquity's depends, and move it to universe? [16:10] pitti, 11mb on i386 still [16:10] ah, right [16:10] pitti, empathy will depends on it [16:10] or optionally depends [16:10] we might get away with cheese [16:10] but it will bring clutter and clutter-gst in [16:11] seems we need to find some time to get rid of that second webkit [16:11] and until then, keep the current empathy? [16:12] the blocker on the second webkit is banshee though isn't it? [16:12] and shotwell [16:13] ubuntu-sso-client [16:13] and libubuntuone-1.0-1, but that might be related to banshee only, too [16:13] software-center [16:13] I don't see us dropping a webkit this cycle [16:13] oh, python-webkit [16:14] seb128: so what will bring in the clutter stuff? new totem? [16:14] empathy, totem [16:14] cheese -> libcheese -> empathy,ubiquity [16:14] could we patch out the new requirements? [16:14] ubiquity can drop cheese AFAICS [16:15] not easily apparently [16:15] ubiquity can yes, though ev wanted to use it this cycle to take a picture during the installation [16:15] but I guess we could do some small direct python and gst hacking for that [16:15] well, we have to say no at some point [16:15] [16:15] empathy is an issue [16:15] clutter and clutter-gst will be used for video rendering [16:15] we could keep the current empathy, or patch it out again from 3.2, or go back to 3.0? [16:16] that's the only way to put controls over the video or that sort of things, that they want to do [16:16] kenvandine, ^ [16:16] upstream really wants that... [16:17] I didn't see any work on downsizing the kernel, or downsizing libo, or the other bits on https://launchpad.net/ubuntu/+spec/desktop-o-cdspace, so I guess we can't rely on that any more for o [16:17] * kenvandine runs to lunch, bbiab [16:17] pitti, it's hard to bring empathy down to 3.0 especially with the new contact integration work in GNOME 3.2 I guess [16:18] well we could probably patch the new video code using clutter out if needed [16:30] * rodrigo_ needs to run, bbl [16:42] good night everyone! [16:42] 'night pitti [16:48] goodnight pitti! === davmor2_ is now known as davmor2 === cking is now known as cking-afk [18:21] hi there, the latest gtk+2.0 upload only ships the symlink /usr/bin/gtk-update-icon-cache in the i386 package, bug 810747 is a result of this. [18:21] Launchpad bug 810747 in gtk+2.0 "package indicator-weather 11.05.31-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127" [High,Triaged] https://launchpad.net/bugs/810747 [18:33] Ampelbein: thanks [18:38] Ampelbein: the issue should alreday be fixed in -0ubuntu4; could you please check the revision of libgtk2.0-bin you have? [18:38] cyphermox: it is -0ubuntu4 that has the problem, see my comment on the bug (I used dpkg-deb -c to display the contents) [18:39] cyphermox: -0ubuntu3 and before was arch: all, so the symlink was pointing at the wrong place. [18:39] cyphermox: but -0ubuntu4 is arch:any and only has the symlink in the i386 package. [18:40] pitti, ^ [18:40] ah I see [18:41] I would have tried fixing myself, but gtk+2.0 is a 2 hour build on my system, so... no. ;-) [18:41] :) [18:49] should be fixed in gtk but the indicator is buggy as well, it shouldn't call the update command in its postinst, that's done by a trigger [18:54] this is a pretty cool bug; very interesting :) [18:54] seb128: testing a build now [18:56] cyphermox: from looking at the source it could be that the -bin is still listed in BINARY_INDEP_PKGS (in debian/rules). [18:56] yup [19:31] seems gnome-keyring-daemon is in caps mode, not setuid mode in oneiric? [20:09] hmm. 42 minutes to build gtk [20:09] seb128: still around? [20:11] cyphermox, sort of [20:12] on a box with IRC but not on oneiric box, why? [20:12] well, I filed a merge request anyway [20:12] for the gtk thing [20:12] isn't get in the desktop set? [20:12] ah, I thought it would be in core [20:12] given the relative importance and all :) [20:13] well I think it's in desktop, try uploading [20:13] sure, I'll check [20:13] if it's not ask kenvandine if he can do sponsoring, otherwise I will do it tomorrow morning when I'm on a box with my keys [20:14] ah, it seems it is, my bad [20:14] I really should have checked before [20:14] no worry ;-) === fenris_ is now known as Guest70853 [20:20] seb128: Ampelbein: done, thanks [20:20] thank you [20:22] cyphermox: kees is piloting if you need something [20:24] micahg: thanks, but I actually could upload that, just didn't expect to ;) [20:27] can i bug someone for a quick sponsoring? [20:29] https://code.launchpad.net/~dobey/ubuntu/oneiric/ubuntuone-control-panel/use-dhpython2/+merge/68459 [20:31] dobey, try pinging kees he's patch pilot today [20:32] will do it when I'm on box with my keys tomorrow otherwise [20:32] ok, thanks [20:46] kenvandine, could you make gwibber not use python-wnck? === Guest70853 is now known as ejat [20:46] kenvandine, it seems there is a one line get screen call, should be easy to use gtk or the wnck gir instead? [20:47] kenvandine, it's one of the few things keeping the old libwnck in ;-) do you want a bug about it? [20:47] sure [20:47] must be gwibber-accounts using it still [20:47] yes [20:47] i'll do it now :) [20:47] no bug needed [20:47] thanks [20:48] hi .. will compiz 0.9.5 backport to natty soon ? [20:48] ejat, not sure it will be backported at all [20:49] it's not a bug fix update and it has already a bunch of known issues [20:49] speed issues and bugs [20:50] owh okie thanks .. [20:50] u mean the 0.9.5 got bunch of known issues? [20:50] ejat, yes [20:51] ic .. noted === m_conley is now known as m_conley_away [21:09] seb128, actually, can you file a bug about dropping wnck? the kids are calling me and i might forget if i wait until tonight :) [21:09] kenvandine, sure [21:09] * kenvandine runs... bbl [21:09] kenvandine, see you ;-) [21:10] have a good night seb128! [21:10] thanks [21:25] kenvandine, bug #813182 [21:25] Launchpad bug 813182 in gwibber "should stop using the old wnck static binding" [Low,Confirmed] https://launchpad.net/bugs/813182 [21:55] mterry, is there a way to open the datetime preferences in current oneiric? === zyga is now known as zyga-afk [22:30] http://pastie.org/2239582. The onboard audio is selected as default output. However, the front audio (headphone) only starts working after I "stimulate" it by plugging in some connector in the onboard hear jack. Doesn't happen in Windows. Worth to file a bug? [22:54] RenatoSilva: yes, ubuntu-bug audio [22:54] jbicha: ubuntu-bug audio? tags to the bug? [22:55] RenatoSilva: no, run that command and it will help you report the bug [22:55] jbicha: oh cool! let me see [22:56] you can also run just ubuntu-bug to get other choices [23:03] RAOF TheMuso bryceh robert_ancell ready for the meeting? [23:03] https://wiki.ubuntu.com/DesktopTeam/Meeting/2011-07-19 [23:03] jbicha: it's collecting data since minutes [23:03] Morning jasoncwarner_. [23:03] Like a fox! [23:03] Its a rather unpleasant day in Sydney today. [23:04] TheMuso: so in other words, you have nothing better to do? ;) [23:04] TheMuso: too cold? [23:05] jasoncwarner_: lol [23:05] * RAOF is pondering moving to in front of the fire to defrost his arse. [23:05] jasoncwarner_: Not at all, got plenty to do, but its a day thats an inside day. [23:05] jbicha: No, very windy and rainy. [23:05] TheMuso: :) [23:05] The cold I can deal with, wind, is another story. [23:06] Yeah. It's pretty miserable here, too. [23:06] Although not windy. [23:06] ready to get crackin'? [TOPIC] X update [23:07] apport it's collecting data since minutes, what do I do? [23:07] heya [23:07] hey bryceh ... you or RAOF want to update us on X? [23:07] RenatoSilva: please ask in #ubuntu-bugs [23:07] sure [23:08] * RAOF deferrs to bryceh [23:08] for wayland, I've filed a MIR which we're waiting on. [23:08] jbicha: thanks [23:08] once that's in we can put libwayland-egl support in mesa and move ahead with things there. [23:08] for now we're in a holding pattern waiting on the mir. [23:09] bug report situation is looking quite good for X right now [23:09] either things are really stable, or few people are running oneiric [23:09] jbicha: thanks anyway [23:09] there's a few gpu lockups reported for intel, but upstream says a newer mesa snapshot would fix [23:10] I'm cherrypicking one patch for a confirmed fix and will upload it after the meeting [23:10] I've stuck a new xdiagnose in the archive, which brings improved apport hook functionality [23:10] is there any risky or tricky planned for mesa or x the rest of the cycle? Any landmines we should be watching out for? [23:10] we are coming up on A3, so after that I would like it to be bugs bugs bugs! [23:10] yes, raof will probably do some additional mesa updates as 7.11 matures [23:11] and probably updates to -ati and -intel [23:11] * RAOF has mesa rc1 waiting in git, pending wayland MIR. [23:11] the only major change we're contemplating is turning on Intel's new SNA architecture [23:11] timing on those? [23:11] RAOF, ah cool. maybe I'll chuck it in a ppa if the MIR doesn't go through soon. [23:12] jasoncwarner_, SNA is available now if we wish to turn it on. So it's just a matter of having a firm decision on direction [23:12] But the mesa updates will not be particularly dangerous; we're tracking the 7.11 release branch, so avoid the major crack. [23:12] yeah 7.11 appears to be in bugfix mode. Who knows though, mesa can be crazy sometimes. But I agree it's probably going to be smooth here on out. [23:13] bryceh: great, thanks. [23:13] anything else x related? [23:13] the trade-off with SNA we face is if we don't update NOW, we're faced with being forced to update for the LTS [23:13] however, if we adopt SNA NOW, we also risk more bugginess than if we wait. [23:14] Assuming someone else adopts SNA before we do :) [23:14] oh one other thing with xdiagnose [23:14] I notice that some reports appear to be coming in still without xdiagnose having been installed [23:15] so I'm wondering if we should consider making xorg depends on xdiagnose rather than recommends. RAOF, thoughts? [23:16] I think xdiagnose should be a Depends rather than a Recommends. apt will only complain a bit when upgrading removes Recommends, and then that system will forevermore not have xdiagnose installed. [23:16] alright, I'll make that change. [23:16] all from me. RAOF, anything I missed? What are you working on? [23:17] Finishing off mesa rc1 and enabling the wayland-egl stuff. [23:17] Also, colord. It's *vaguely* X related :) [23:17] oh also we had that xorg symlink bugaboo yesterday [23:18] Yeah. 2007 escaped from its cage and bit us. [23:18] That should be fixed now, and in the future. [23:19] jasoncwarner_, guess that's it. Oh should also note I could be disappearing for paternity leave any day now. [23:19] I'll send a note [23:19] bryceh: could you tell the lovely wife this just isn't a good time? maybe in early november would be better? [23:19] see how that goes over [23:19] There's also some scope for slimming down the X server packages should a couple of tens of kilobytes be required on the CD. [23:19] hehe [23:20] RAOF: I'm pretty sure Pitti would be excited to hear about any 10s of kilobytes at this point ;) [23:20] thanks, bryceh and RAOF [23:20] TheMuso: anything you wanted to update? [23:21] And finally from me, colord is ready in alioth git. It requries a review and upload - preferably to Debian. [23:21] jasoncwarner_: Unfortunately no, been fighting infrastructure changes thsi week and have een less productive as a result, but all seems well now so hopefully things can move forward quickly for me. [23:21] how are we doing accessibility wise? ubiquity? 2d? 3d? [23:23] jasoncwarner_: Unity a11y no change, doesn't help when DX are revamping nux's architecture. 2D is no change either, but I am keeping an eye on QT a11y patches and unity-2d dev work itself for things to try. [23:23] ubiquity well I'm still working on that, the infrastructure change stuff affected my work on that a bit, but that should be behind now. [23:24] cool [23:25] thanks, TheMuso [23:25] robert_ancell, around? [23:25] ok [23:25] AOB? I have a couple of things [23:26] if no one else [23:26] ok...#1 from me. A3 is coming up, after which I want us to be focusing on bugs, as I've said...I'd like to see us really hammering every aspect of the system and making sure this thing is awesome. [23:27] no bug is too big, no bug too small :) [23:27] and those quirky ones thta are all about usability... [23:27] and don't get me started on Unity related stuff...hammer Unity to death! [23:27] Ok...#2 unity update yesterday/today. Anyone update yet? [23:28] No, that unity update was for the new compiz ABI. [23:28] I updated last night. [23:28] did anyone update to that, though? with new compiz? [23:28] ok [23:28] Yeah, I'm running the new compiz now. [23:29] Nothing particular to report. [23:29] Were there meant to be user-visible changes? [23:29] I'm having a terrible morning with window lag and I was wondering if anyone else was having that as well. Switching between windows has a perceptible 1s or so lag [23:29] Ah, yeah. That. [23:29] it is most noticable switching between firefox tabs [23:29] RAOF: so I'm not going crazy ;) [23:29] Oh, no. That's not what I'm seeing. [23:29] At least, I don't think so. [23:30] RAOF: what are you seeing? [23:30] Alt+Tab is supremely unresponsive under system load. [23:30] ok..might be related [23:30] As in: the switcher window can take upwards of 10s to appear when something's using the CPU. [23:31] just wondering if anyone else saw it...I'll check with smspillaz [23:31] Given we're getting a new alt-tab shortly, I'm not sure how much to care. [23:31] RAOF: wow... [23:31] uh, that probably isn't good [23:31] thanks, RAOF I'll track it down...Anyone else have anything or AOB? if not we can end the meeting. [23:31] Between now and FF, DX wil dump a lot of stuff on us that will likely be broken. [23:31] TheMuso: NEVAR! [23:32] RAOF, indicator-datetime-service and e-calendar-factory go crazy here and spam the session bus, causing dbus-daemon to use lots of CPU [23:32] ...and will get reported as X.org bugs [23:33] when that happens, i see the same behaviour as you [23:33] (with alt+tab) [23:33] well, either X.org or Yelp [23:33] but, also, everything seems to grind to a halt [23:33] chrisccoulson: That could well be what I'm seeing. [23:33] it can take me in excess of 5 seconds or so just to switch workspaces when that happens too [23:34] you guys reporting bugs to smspillaz and dbo/jason? [23:34] Somewhat informally, yes. [23:35] ok...thanks...i'm going to find smspillaz when he wakes up and poke him a bit...he likes to be asked about compiz performance issues first thing in the morning ;) [23:35] jasoncwarner_, you'll be happy to know I am working on Unity performance now [23:36] now go file some paperwork or whatever it is your job mandates :P [23:36] DBO: I am happy to know that. Though, I'd like smspillaz to work on it as well so we can have someone with skillz on the job too... [23:36] DBO: :P [23:36] thanks everyone! [END MEETING] [23:41] bryceh: so just curious, wayland might happen for, what, 12.10? [23:41] jbicha, depends on what is meant by "happen" [23:42] jbicha, but no, there's no specific dates written down for anything [23:42] how about usable by the omgubuntu crowd, but not necessarily default [23:44] not sure what that means [23:45] jbicha, if you're asking when will unity run on wayland... well have to ask the unity guys, I've no idea. [23:48] bryceh: thank you [23:50] jbicha: At this point I'd be unsurprised to have lightdm, at least, as a wayland server in 12.10. It's unclear to me how a full transition would go.