[01:39] hey robert_ancell , how goes the compositor stuff? still having fun? [01:53] jasoncwarner_, yep, still ironing out details [01:53] robert_ancell: progressing the way you envisioned originally? any setbacks? [01:54] jasoncwarner_, just tricky setting everything up right but is working as expected when done right. [01:56] robert_ancell: nice...can't wait to see it :) [01:57] still thinking first cut later this week? [01:57] jasoncwarner_, yep [01:57] cool. thanks, man [02:20] RAOF, any reason why xwayland wouldn't be emitting SIGUSR1? [02:20] RAOF, btw I found my problem, I had a \n on the end of WAYLAND_SOCKET [02:20] None that I can think of? [02:20] Yay! [02:20] You should also be able to listen for the ready signal. [02:20] so X server is starting, but I just get a black screen and lightdm says it's waiting for SIGUSR1 as normal [02:21] But since you already listen for SIGUSR1 that's probably easier. [02:25] robert_ancell: The xwayland server *should* wander through the same codepath that sends SIGUSR1 to the parent process. [02:26] RAOF, I just turned on -retro and don't see the background, so it might well be something else [02:26] Oh, have you called switch_to? It won't display anything until you explicitly switch to the client. [02:27] Not that this should affect it sending SIGUSR1. [02:27] ah, that could be it [02:27] On the basis that explicit is better than implicit :) [02:29] Also that it's hard to manage the transitions between clients if starting a new client automatically displays it. [02:29] RAOF, yeah, that's a problem [02:30] RAOF, can we handle that? [02:30] We do; starting a new client doesn't display it, the display manager needs to explicity switch_to it. [02:30] I'd like them to start rendering to an offscreen buffer, and then I'll switch them over when ready [02:30] Which is why you're not seeing anything with -retro :) [02:31] X is happily rendering away to its offscreen buffer ☺ [02:49] robert_ancell: pong [02:49] desrt, hey, was wondering if quantal should be using d-conf 0.13.0 [02:49] yes [02:50] k [02:50] i have some pretty big changes in the pipe [02:50] will go out with next week's gnome release [02:50] have you been following the branch? [02:50] nope [02:51] http://git.gnome.org/browse/dconf/log/?h=wip/reorg [02:53] RAOF, btw you should add some _exit(EXIT_FAILURE); calls after our exec calls in simple-display-manager - get's confusing if the exec fails otherwise :) [03:28] Good morning [03:40] robert_ancell: is there a reason you're uploading everything to quantal-proposed? [03:41] jbicha, aren't we supposed to? or has the plan changed again [03:42] I think that was just for the Alpha freeze or if stuff is likely to cause issues [04:02] robert_ancell, jbicha: Yeah, quantal-proposed is (still) just for transitions or during freezes; unless something's changed recently there's not yet any auto-migrate system in place. [04:34] RAOF, can you take a quick look at src/seat-weston.c in lp:~robert-ancell/lightdm/weston-compositor and see if anything stands out why I wouldn't be getting the ready signal? [04:35] I can see the greeter running, and the weston log seems to show the ready event being generated [04:35] http://paste.ubuntu.com/1083918 [04:36] and afaict it's doing the same thing your DM does (which I can confirm working here) [04:48] robert_ancell: There doesn't seem to be much of a difference, except that you're passing a stack variable to wl_system_client_add_listener. [04:48] yeah, i tried making it static, no change [04:49] It would almost certainly have crashed if that were the case, yeah. [04:49] RAOF, can I call wl_display_manager_switch_to_client at any time? [04:49] Once the client has started, yes. [04:49] i.e. once I get that signal? [04:50] It's definitely safe any time after you get that signal, yes. [04:50] I'll just check if it's safe sooner, too. [04:50] RAOF, I just connected it up without waiting for the signal and it appears to work... [04:51] but getting some crazy colour effects here [04:52] RAOF, are you busy at the moment? [04:53] I'm wandering through the SRU queue; I can happily interrupt that. [04:53] RAOF, ok, let's get it running on your machine and see if you see the same things [04:53] step 1: Get lp:~robert-ancell/lightdm/weston-compositor [04:53] Done. [04:54] step 2: Build with ./autogen.sh --prefix=`pwd`/install; make ; make install [04:54] step 3: Stop existing lightdm (I think required?) [04:54] Seems likely. [04:55] step 4: get weston.conf from http://paste.ubuntu.com/1083931 [04:55] step 5: sudo ./src/lightdm -c weston.conf [04:55] logs go into install/var/log [04:55] I have to ssh into the machine to stop it with a 'killall lightdm' [04:56] step 5: witness the weirdness [05:00] what I'm seeing is the accumulating over the top of the existing rendering, but it could be a gtk/u-g bug? [05:02] once in a session I'm seeing various rendering bugs (window seems off center, old contents being left behind, flickering etc) [05:04] Aaah. [05:04] I think this might be my bug. [05:04] apart from that, things generally seem to be running [05:05] What appears to be happening is that the *root* window is mad. [05:05] compiz seems to be using more CPU than normal [05:05] madder than normal? [05:05] robert_ancell: more CPU than normal... [05:05] robert_ancell: I didn't know the dial went to 12! [05:06] lifeless, :) [05:06] thats unfair really; but I seem to be a magnet for compiz glitches :) [05:06] robert_ancell: Yeah, that's using llvmpipe. [05:07] Which is also why compiz is rendering oddly. [05:07] RAOF, oh, my 3d has disabled? [05:07] Yus [05:07] Wheee! [05:07] RAOF, did you log into a session ok? [05:07] That root window madness on unity-greeter is FUN! [05:08] it's the new design, don't you know? [05:08] Yeah, logged into a session; that's where I ran glxinfo, to find out that it's llvmpipe. [05:08] I did notice one improvement however - no flicker when logging out and back to the greeter! [05:09] Yes. Also, as I say, a fun burst of colour! [05:09] I like how it flickers with the cursor, and there is a motion blur on the labels [05:10] I also like how the keymap's qerty, rather than dvorak. Makes entering my password that bit much more enjoyable! [05:11] Hah. [05:12] So, that's why there's a little pink band down the right hand side - weston's lying about the screen resolution. It says it's 1360x768; it's really 1366x768 [05:12] oh, that again [05:12] hi folks [05:12] Compiz is officially Not A Fan of llvmpipe :) [05:12] any chance we can have someone look at https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1006860 ? [05:12] Ubuntu bug 1006860 in gdb "gdb crashes when loading core files (in is_ctor_or_dtor)" [High,Confirmed] [05:12] RAOF: we'll get there [05:13] RAOF, how bad do these issues look> [05:13] ? [05:13] bad = complexity/possibility of fixing [05:13] robert_ancell: Can we get design to sign off on the awesome bloom when returning to unity-greeter from a session? :) [05:14] llvmpipe rather than hardware rendering is probably trivial; set EGL_LOG_LEVEL=info and I'd wager it's stupidly loading egl_gallium+llvmpipe rather than egl_dri2+i965 [05:15] The root window thing... is less familiar to me. This might just be a switch that I need to flick, though. Alternately, I could treat the root window specially. [05:16] The 1360*768 rather thar 1366*768 is something that we'll be fixing in the course of handling RANDRish stuff anyway. [05:17] Fundamentally the problem seems to be that the root window is accumulating drawing, rather than overwriting. [05:17] right [05:17] That shouldn't be terribly hard to fix, once I work out why it's actually happening. [05:18] ok, I'll tidy this stuff up and get it ready for wider testing and work on the screen lock stuff. I think you can safely reproduce everything on your system so I'll await an updated PPA then we can recommend other people start testing when it looks more sane [05:19] RAOF, the other bug I noticed was I couldn't access the auto-hid launcher, not sure what's causing it [05:19] i.e. access by dragging onto it [05:19] moving onto it [05:19] I know! [05:20] That happens because the drag-to-reveal effect requires X getting motion events outside the visible area; weston isn't sending those, because they're nonsensical to clients. [05:20] but pitti's alt+ctrl+t always saves me :) [05:20] still works. [05:21] The launcher will work again once we swap out weston input handling for real xf86-input-*. [05:22] RAOF, oh, and the new API you added for key grabbing - should I use that to connect up alt+ctrl+n? [05:22] Yes [05:22] * robert_ancell takes a list [05:25] You should also hook up ctrl+alt+delete to it. [05:25] Oh! [05:26] robert_ancell: I'm pretty sure llvmpipe is your fault; you need to give us users access to /dev/dri/card0 [05:26] RAOF, how do I do that? [05:27] Normally that'd be handled by consolekit, IIRC. [05:27] RAOF, yeah, so below the DM, I'll chase it down [05:28] RAOF, is that no used in the current X? === robert_ancell_ is now known as robert_ancell [05:29] It is used in the current X; when you set up the ConsoleKit session it adds your user to /dev/dri, /dev/sound (whatever that actually is), etc acls. [05:30] You'll notice that if you try and pull up the sound properties under your weston session you'll just get the dummy output; this is the same problem. [05:33] ok yay perfect timing [05:33] closed my laptop lid, opened it, and X is wedged [05:33] shows background only, can't alt-tab or anything, moving the mouse changes it from an insertion bar to a pointer in a rectangular region of the screen. [05:33] RAOF, oh, I think it's because it's not running all those same shell scripts when run manually [05:33] Any hints as to whats naffed ? [05:33] RAOF, ok, shouldn't be too hard [05:35] lifeless: My guess is that the kernel has forgotten about a VLBANK. [05:35] lifeless: If you switch to a VT, killall -9 compiz (a couple of times, until it sticks), and then DISPLAY=:0 metacity, you should get something backe. [05:35] drm_mode_getfb is whinging about an invalid id [05:36] but then I've switched to a VT :) [05:36] Yeah, it does that. [05:36] woohoo [05:36] thanks [05:36] robert_ancell: Heh. Don't leave your session idle too long; I think I may have missed disabling the weston screensaver :) [05:36] so, how do I get unity back? [05:36] Reboot. [05:37] _serious_ ? [05:37] RAOF, yeah, I noticed that! IMO a system screensaver makes more sense anyway... [05:37] Anything that tries to glXSwapBuffers will hang in the kernel, waiting for a vblank interrupt that never comes. [05:37] RAOF, ok, gtg, thanks for all the hard work in the display layer, it's nice to start to see something actually running [05:37] So, now's not a good time to fire up WoW, either :) [05:38] robert_ancell: Yeah, it's sweet to see something sensible actually running :) [05:38] RAOF: ah, I quit WoW :) [05:40] the intro screen is a great test program though [06:14] RAOF: thanks, and how do I avoid that happening in future ? [06:14] good morning [06:14] lifeless: I *think* this is fixed in the latest Quantal kernel? [06:14] ok, so upgrade :P [06:14] I'm still precising it up [06:14] You're running precise? [06:14] Oh! I wasn't aware that this was a problem on precise. [06:14] tada. [06:15] ubuntu-bug linux! [06:15] I had a hang, RAOF told me to ? [06:15] I think the answer might be either “don't have your screen off for a long¹ time”. [06:15] ¹: For suitably undefined values of “long” [06:15] RAOF: like, 30 seconds ? [06:16] For me it was ~hours. [06:17] If you get the system into that state again, you should find that compiz is hung. Tell the kernel guys that GL applications are locking up when they try to swapbuffers. [06:25] RAOF: bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1022819 [06:25] Ubuntu bug 1022819 in linux "X hung, mouse moved and changed shape but no graphics updates" [Undecided,New] [06:44] * TheMuso considers nvidia drivers after having another period of no screen rendering when CPU load is a little higher. [06:44] s/a little higher/high/ [06:52] Good Morning Everyone. [07:00] Why Hello There! [07:04] RAOF: So jumpy so early in the morning. :> === ubuntu is now known as Guest65589 === Guest65589 is now known as NathanStilwell === tkamppeter_ is now known as tkamppeter [07:45] pitti, can you have a look at bug 1022785? The user seems to have lost his /etc/init.d/cups file in his old CUPS version and so is not able to upgrade to a new Upstarting CUPS version. Do we need a change on CUPS? [07:45] Launchpad bug 1022785 in cups "package cups 1.5.0-8ubuntu6 [modified: usr/lib/cups/filter/commandtoescpx usr/lib/cups/filter/commandtopclx usr/lib/cups/filter/imagetopdf usr/lib/cups/filter/imagetops usr/lib/cups/filter/imagetoraster usr/lib/cups/filter/pdftoijs usr/lib/cups/filter/pdftoopvp usr/lib/cups/filter/pdftopdf usr/lib/cups/filter/pdftops usr/lib/cups/filter/pdftoraster usr/lib/cups/filter/pstopdf usr/lib/cups/filter/rastertoescpx [07:46] tkamppeter: easiest is usually to reinstall the package with --force-confmiss [07:46] tkamppeter: conffile handling is not cups specific, so there is little that cups should do there [07:48] pitti, thanks. I answered to that bug now. === zyga is now known as zyga-afk [08:36] hey desktopers [08:36] bonjour seb128 [08:36] hey pitti, how are you? [08:36] didrocks, it's meeting reminder day you didn't remind me :p [08:36] seb128: I'm great, thanks! happily hacking on libudev [08:36] seb128: I was waiting for you to say hi on #ubunut-desktop first :p [08:37] didrocks, ;-) [09:04] jasoncwarner_, kenvandine, TheMuso, cyphermox, RAOF: you guys need to better filter your emails ;-) [09:05] jasoncwarner_, kenvandine, TheMuso, cyphermox, RAOF: you are the ones who didn't reply to my "Do you all receive,filter team emails from launchpad?" email from last week [09:05] * mlankhorst didn't eitiher :D [09:05] ups [09:05] seb128: oh, I didn't respond to that...oops [09:05] mlankhorst, indeed! [09:05] jasoncwarner_, did you get it? ;-) [09:05] I was thinking about that [09:05] it showed up in launchpad.net/contactviaweb [09:05] it's not possible to have group discussions if you use that feature, is it? [09:06] seb128: I did...and marked it "TODO" and then, didn't do it [09:06] jasoncwarner_, ok, good [09:06] but just hit reply and sent a blank mail back [09:06] enjoy\ [09:07] Laney, no, I think it's a one way street ... maybe an alias or group for the team is better after all, still I would like those emails to not land in null ;-) [09:08] mlankhorst, you should have received an email as well, you can reply to it without using the launchpad ui [09:08] yeah it would be good, but probably not for 'official' use, rather so we don't miss random contacts [09:08] for chat a proper mailing list would be better I suppose [09:08] right [09:08] we already have lists [09:08] I don't think we have so much private in team discussions [09:08] I thought that point was that you don't like maintaining a list in your client? [09:09] right, I found the launchpad feature handy to contact all members of a team [09:09] i.e for meeting reminders [09:09] i.e -> e.g === ubuntu is now known as Guest87398 === Guest87398 is now known as Nathan_S [09:40] didrocks, ping [09:40] didrocks, HIDE [09:40] ;-) [09:40] rickspencer3, bonjour [09:40] didrocks, Nathan_S is trying to install quickly, but apt can't find it [09:40] seb128, haha [09:40] rickspencer3: pong ;) [09:40] rickspencer3: on precise? [09:40] universe is enabled? [09:40] or quantal? [09:40] yeah, universe should be enabled :) [09:41] didrocks, Nathan_S is on precise, and universe is enabled (according to his software-sources_ box [09:41] did he refresh the repository? [09:41] didrocks, he's on a stock 12.04 install running from a USB key [09:41] I guess he could try: [09:41] sudo apt-get update [09:42] Nathan_S, ^ [09:42] rickspencer3: I'm pretty sure the repos has to be refreshed (apt-get update) [09:42] btw, hi Nathan_S ;) [09:43] Hi rick :) its updating as we speak [09:43] thanks guys :) [09:43] didrocks, Nathan_S is going to spend some time this week going through all the quickly tutorials [09:43] hey Nathan_S ;) [09:43] sweet [09:43] it would help if quickly installed, though :) [09:43] can be somewhat useful, yeah [09:43] :) [09:43] update done, searching for quickly :) [09:46] rickspencer3: waow, I never looked at the reviews in software-center [09:46] it still didn't turn up on software center, but i typed in the command line you told me and it is working away [09:46] the Quickly ones are really good :) [09:46] didrocks, are they good? [09:46] nice [09:46] cool! [09:46] Nathan_S: I think you need to look at "technical items" [09:46] * rickspencer3 looks [09:46] when you look for Quickly === zyga-afk is now known as zyga [09:47] technical items are shown and it isn't there :/ but it is installing after typing it in on terminal [09:48] Aha it has appeared on software center! [09:49] hum, weird, I'm pretty sure it's lost in the technical items area if you click on it :) [09:50] Nathan_S, can you please make sure to note that Quickly didn't show up before you jumped through hoops? [09:50] it's good to know that the web site does now work on a stock install! [09:51] I thought that too, but originally at the bottom it said "show 66 technical items" and now it says "show all 357 technical items" [09:51] and quickly is showing up without showing technical items [09:52] rickspencer3, Yep, its already in the blog [09:52] if your search exactly matches the name of a technical item then it shows up without having to check the box [09:57] mvo_, hey, daily aptdaemon SRU verification ping, 25 days and counting ;-) [10:19] * pitti sighs at desktop-devel-list [10:22] please add me to the desktop team ping ;-) [10:39] Laney, hey [10:39] Laney, done! congrats ;-) [10:41] awesome, cheers! [10:45] Laney, yw, I still have g-s-d to review on my list for today but feel free to merge that in the official vcs with a note in the changelog of what is needed before upload [10:45] Laney, we already have 3.5 ongoing work in the vcs anyway so it just makes sense to keep working there [10:48] pitti, lot of ddl discussion around those ibus changes... [11:15] seb128: yeah, but with a rather harsh tone [11:16] seb128: meh, indeed === MacSlow is now known as MacSlow|lunch [11:30] seb128: Like jasoncwarner_, I got it, went “Ok, I need to read & respond” and then didn't. [11:30] if it's taking less than 5 minutes, do it now :) [11:30] RAOF, ok, good ;-) [11:31] mvo_, hey, ping, daily aptdaemon testing reminder [11:31] didrocks: Yeah, but... mail! :) [11:31] * seb128 hides from mvo_ [11:31] pitti, never had to deal with Bastien before? ;-) [11:31] RAOF: heh, I do that generally to not being depressed seeing the number of answers I have to do every day :) [11:32] there is 3 approches to email, one is to the brave and deal with them as they come, the other options are to just ignore them all or just delete them as they come ;-) [11:33] * RAOF is a fan of “have an elaborate series of filters, dropping everything thats ‘important’ in a single folder and farming everything else off into their own special boxes that can be perused when the mood strikes. [11:34] RAOF, right, the point of that email was to check if people have the right pipes to have those emails landing in a visible box ;-) [11:34] seb128: I did, but it still stings me when discussions go bad like that [11:34] pitti, yeah, ddl can be depressing like that :-( [11:35] pitti, a number of people unsubscribed from ddl due to those discussions, not sure how useful the list is still... [11:35] going to /dev/null for me because of that :/ [11:36] well so far treating everything as launchpad as spam was only wrong once [11:36] ;) [11:37] s/as/from/ [11:57] happy tuesday [12:14] (seems nobody want to get into desrt's trap today ;)) [12:14] didrocks: hey! [12:14] hey desrt! I'm alreay far far away :) [12:18] didrocks, I got the guy in /ignore, you never know [12:19] seb128: i wanted to talk to you [12:19] seb128: i should be bumping the soname of libdconf, right? [12:20] there have been API removals and changes [12:20] didrocks, btw if he ever comes to ask a question that we should reply to please can you answer ;-) [12:20] hm. you're good at this game :) [12:21] :-p [12:21] desrt, hey ;-) how are you? [12:21] feeling a bit better now that you're talking to me :p [12:21] * seb128 hugs desrt [12:21] seb128: ah see, you felt into the trap! [12:21] * desrt has no work to assign today [12:21] promise? [12:21] yes :) [12:22] * didrocks hugs desrt then :) [12:22] "oh btw…" [12:22] didrocks: you know what my standing request is. no need to repeat it :) [12:22] heh, indeed [12:22] blame seb128, he gave me even more work this morning :p [12:23] seb128: so like... i guess there are almost nobody outside of the dconf package itself using libdconf [12:23] desrt, did you manage to get dconf ng to stop whipping user keys? ;-) [12:23] seb128: ya :) [12:23] seb128: but here's the deal.... [12:23] i think you have libdconf and libdconf-dbus-1 in the same package [12:23] oh. you don't. [12:23] desrt, libdconf ... no, I know of some users of the command line utility, not of the lib [12:23] okay. this is easy then [12:24] so does it matter if i increase the soname? [12:24] no [12:24] ok [12:24] may as well keep it at zero then [12:24] less packaging shuffle that way :) [12:24] oh, you mean it this way [12:24] hum, you need to bump it :) [12:24] I though you were asking if an soname increment would create work or issues [12:25] please increment the number if you break abi [12:25] so, libdconf (old) can talk to newer libdconf-dbus? [12:25] you never know, and it's not a big issue [12:26] didrocks: they are unrelated [12:26] libdconf is implemented with GDBus and libdconf-dbus-1 is implemented with libdbus-1 [12:26] oh [12:26] they share some code in the implementation... but it's private symbols [12:26] so my question is: libdconf (old) can talk to the newer service? [12:26] yes. it can. [12:27] although i'm not happy about it :) [12:27] it seems a bit weird to have 2 libs to be honest ;-) [12:27] well, I know that for your proudness, keeping it to a 0 soname was a goal :p [12:27] and the reverse is not true [12:27] seb128: there are 3, in fact [12:28] seb128: if you count the GSettingsBackend GIOModule as a library [12:28] seb128: in any case, talk to the powers that be... apparently it was unacceptable to use GDBus in unity-2d === Ursinha` is now known as Ursinha [12:28] desrt, wth [12:29] desrt, I'm sure unity-2d uses glib ;-) [12:29] it does [12:29] but it uses QtDBus [12:29] which uses libdbus-1 [12:29] oh, I see... [12:29] so in order to share 1 dbus connection, dconf had to use libdbus-1 as well [12:30] well, anyway, this problem will be sooner or later behind us :) [12:30] (unfortunatly later…) [12:30] i don't think so [12:30] i imagine that since we have QML as our developer platform dconf-qt will continue to be used [12:31] right, but it's not a real issue in practice [12:31] the dbus-1 code is actually in a bit of a bad state in dconf [12:31] desrt, to go back to the topic, please bump the soname, it doesn't cost much and it's theorically clean and avoid any issue we might not have though about [12:31] and by bad state i mean 'exactly the same state as it was before' [12:31] * desrt has completely avoided touching it at all for fear of breaking it and no real way of testing it [12:32] seb128: ah. okay. [12:32] seb128: my main concern was that i thought that both libs were in the same package, which is not the case [12:32] because the dbus-1 would have 0 and the client would be 1 [12:32] that's not an issue either [12:32] so what would you call the package? [12:32] we have some packages like that [12:33] we would have increased the name to 1 [12:33] it's less clean, but in practice what matters is to have a rename when the abi is made incompatible [12:33] and then later when i break the libdconfdbus-1 API and bump its soname to 1? [12:33] you rename it again from 1 to... 1? [12:33] when those happen usually debian just put each in their binary then [12:33] which is already the case here... [12:33] ya. that's what i figured you'd have to do [12:33] yup [12:33] so no problem :D [12:34] indeed ;-) [12:34] btw: i remember that vuntz did something... [12:34] perhaps you remember it too :) [12:34] vuntz did something? really? :) [12:34] when? ;) [12:34] a long time ago :) [12:34] heh [12:34] gnome-panel has a libdconf depend, i think [12:34] * desrt checks if that is still the case [12:35] desrt, he was not using the command line utility? [12:35] yup. [12:35] nope. [12:35] desrt, the profiles are handled using dconf [12:35] but I though that was the binary [12:36] ./gnome-panel/panel-layout.c: panel_dconf_write_sync (key, variant, NULL); [12:36] looks quite like an API call to me [12:36] oh. wait. [12:36] ahah [12:36] indeed === MacSlow|lunch is now known as MacSlow [12:37] using dconf_client_write() [12:37] no... not so lucky [12:37] yup [12:37] this will need to be changed [12:37] well, good that the soname change ;-) [12:37] you just need to track vuntz to update his code [12:37] * desrt guesses it will be faster to do the changes himself [12:38] they are quite minor [12:38] in this case [12:38] you are insulting vuntz there! ;-) [12:39] * desrt wonders what the shelf life of gnome-panel is [12:39] speaking of shelf-life of soon-to-be-abandoned projects... [12:39] didrocks: are you basing your migration stuff on the migration stuff in gconf? [12:40] desrt: indeed, adding tests and so on [12:40] desrt: when I'll have time to start it :) [12:40] do you plan to push upstream? [12:40] desrt: I want to have something generic, then, "pushing" per say, why not if it has values for GNOME [12:41] didrocks: i just wonder how much longer upstream is going to care about gconf at all [12:41] i hear rumours about it being dropped from the release sets soon (like next cycle) [12:41] desrt: well, it won't be centered on gconf like this tool [12:41] hence the, I don't know if it will be useful to GNOME [12:41] just saying... if you guys plan to ship gconf for much longer then perhaps you should take maintainership of it [12:42] i can't imagine that many apps will still use it, so the migration will be the only thing [12:42] desrt: well, the migration tool has nothing to do with gconf :) [12:42] didrocks: the migration tool has to read from gconf :) [12:42] hum, why? [12:42] are we speaking about the same thing? [12:42] didrocks: i assumed that your work would be an expansion of the existing tool [12:43] which as its only (current) mode of operation is reading out of gconf and writing to gsettings [12:43] desrt: you didn't want to have a special format and prefered that we only launch shell scripts [12:43] didrocks: ah. so you really are writing a new tool then [12:43] hence the fact it will be separated, it's not for a gconf->gsettings transition [12:43] yeah, on the same concept [12:43] hrmph. [12:44] if we had some special syntax for common operation, I would just extend the existing one [12:44] but you showed me it's not needed and dealing with scripts is just more straightforward :) [12:44] in this day and age probably it's true [12:45] it seems my attempt to hook you in for more work has failed :) [12:45] I attest that's a complete failure, sorry :-) [12:46] i'm slightly concerned about our LTS->LTS path [12:46] precise has keybindings (as an obvious and painful example) in gconf [12:47] desrt, you have a work item to read the datas from the .xmls on disk for this cycle in case you forgot ;-) [12:47] what idiot volunteered me for that? :( [12:48] seb128: is there some way i can ask launchpad for a list of all work items i have on approved blueprints for this cycle? [12:49] thumper and i were trying to figure this out... [12:49] seems like it should be pretty obvious [12:49] seb128, fyi I keep hitting https://bugs.launchpad.net/ubuntu/+source/screen-resolution-extra/+bug/1012774 about every 5 min [12:49] pgraner: Error: bug 1012774 not found [12:49] desrt, you did volunteer for that! [12:51] desrt, I'm trying to find it out, you can search for desrt on http://status.ubuntu.com/ubuntu-quantal/canonical-desktop-team.html to get your desktop ones [12:51] desrt, "look at making the gsettings to gconf parse the xmls directly" [12:51] is one of yours [12:51] seb128: nice. broken link :) [12:51] desrt, right, not sure why it doesn't work for some users [12:52] i see it has it broken out below in any case [12:52] desrt, http://status.ubuntu.com/ubuntu-quantal/u/didrocks.html [12:52] is what you should get [12:52] wow [12:52] he's important enough to have his own burndown [12:52] ;-) [12:52] maybe i don't get one because i have relatively few items [12:52] \o/ [12:54] this page has lots of items that i vaguely remember volunteering myself for :/ [12:54] desrt, no, I don't know why, some people get their page some not [12:55] desrt, i.e there is a bug and we should fix it, it just has been too low priority on my list to try to look at the code [12:55] seb128: you're a launchpad hacker now? :) [12:55] desrt, no, but status.ubuntu.com is not on launchpad ;-) [12:56] ahh [12:56] desrt, it's made of scripts consuming launchpad datas [12:59] Laney, hey congrats on being a desktop member! Sorry I didn't get time to +1 your app [13:00] mterry: thanks. I'm happy knowing you did it in spirit ;-) [13:00] mterry: didn't you tell me the other day "oh no, not Laney"? :) [13:00] :) [13:00] * didrocks runs [13:00] /kick didrocks [13:00] heh [13:01] Laney: now that I gave you my +1, no more consideration? that's harsh! [13:01] * Laney is such a user :P [13:01] desrt, ah, I found back what I was looking for [13:01] desrt, https://launchpad.net/~desrt/+upcomingwork [13:02] nice [13:02] desrt, that doesn't seem to list all your workitems though but I guess that's because some of the specs are not milestoned for quantal [13:02] seb128: ya... the other work is the thinclient stuff [13:03] they probably didn't handle their blueprints properly [13:03] (or elected not to...) [13:04] desrt, ok, that page requires a milestone on the blueprint [13:04] desrt, https://launchpad.net/~desrt/+upcomingwork you got some extra ones listed [13:05] what is this magic? that's the same url! [13:05] desrt, I went on some of the specs and set a milestone from the 12.10 cycle [13:05] ah. thanks :) [13:08] didrocks, anyone report problems with todays update and unity not displaying the top panel/Launcher & Dash? [13:09] pgraner: hum, not yet, are you running -proposed? [13:09] didrocks, yep [13:09] pgraner: apt-cache policy unity [13:10] didrocks, pgraner@zorak:~$ apt-cache policy unity [13:10] unity: [13:10] Installed: (none) [13:10] Candidate: 5.12-0ubuntu4 [13:10] Version table: [13:10] 5.12-0ubuntu4 0 [13:10] 500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages [13:11] pgraner: well, seems you have no unity installed, partial upgrade? [13:12] didrocks, not that I saw [13:12] well, something uninstall unity when you dist-upgrade [13:12] apt should have warned you ;) [13:13] didrocks, nope and now its telling me that I have held broken packages [13:13] unity isn't even out of NEW yet [13:13] didrocks, http://pastebin.ubuntu.com/1084430/ [13:13] does one of the other uploads breaks against older versions? [13:14] pgraner: well, I don't think that mvo_ changed apt to not warned on uninstalling packages behind your back :) [13:14] pgraner: as Laney said, some package are still waited to be NEWed [13:14] pgraner: so apt can't install unity without latest libunity-core [13:15] pgraner, did you do a partial upgrade in update-manager? [13:15] Laney: soname change [13:15] didrocks, I never use update-manager [13:15] didrocks, only dist-upgrade [13:15] pgraner, well, packages don't go away without confirmation ... you probably acked it to be uninstalled [13:15] pgraner: and dist-upgrade told you "going to remove: unity, ubuntu-desktop", right? [13:15] yeah, that's what I'm trying to explain [13:15] didrocks, if it did i missed it and hit yes [13:15] seems likely to me [13:16] seb128: btw, can you NEW the packages? I prefer not to ack my own packages :) [13:16] didrocks, sure [13:16] pgraner, for the other issue, can you run "python -c "import XKit"" and "dpkg -l python-xkit"? [13:16] pgraner: should be published shortly, then you can apt-get install unity again [13:17] didrocks, you are on quantal, does the import XKit works for you? [13:17] didrocks, ack [13:17] seb128, sure [13:17] pgraner: if you apt-get install ubuntu-desktop, you need to wait a little bit more, because unity-2d needs to build as well (and it's waiting on unity) [13:17] seb128: one sec [13:17] pgraner, btw the unity issue is the reason why proposed should not be used [13:17] seb128: it's not install for me [13:17] oh it is [13:17] pgraner, the idea is that proposed hold half done transitions and stuff are moved to quantal when ready [13:17] but import fails [13:18] I should push my lp branch to fix that proposed problem [13:18] seb128: it's python -c "import xkit" [13:18] didrocks, ok, so I guess it means you confirm bug #1012774 [13:18] Launchpad bug 1012774 in screen-resolution-extra "screenresolution-mechanism.py crashed with ImportError in __main__: No module named XKit" [Undecided,Confirmed] https://launchpad.net/bugs/1012774 [13:18] * Laney goes to hassle for reviewers [13:18] xkit, not XKit [13:18] $ dpkg -S XKit [13:18] python-xkit: /usr/lib/python2.7/dist-packages/XKit/__init__.py [13:18] seb128, pgraner@zorak:~$ python -c "import XKit" [13:18] Traceback (most recent call last): [13:18] File "", line 1, in [13:18] ImportError: No module named XKit [13:18] $ python -c "import XKit" [13:18] $ [13:18] didrocks, on precise [13:18] so somebody renamed it [13:18] but the rdepends didn't get updated [13:19] seems so [13:19] (hate that -changes emails open a serie specific url which don't have diffs) [13:19] http://launchpadlibrarian.net/107162177/x-kit_0.4.2.3build1_0.5.0.diff.gz [13:20] so, yeah, got broken in that update [13:20] tseliot, ^ [13:21] seb128: let me check [13:21] seb128: agreed, I don't like that as well [13:21] tseliot, you renamed XKit to xkit, you need to either rename the binary or add Breaks on all users or add a symlink... [13:21] you have to remove the / from the url [13:24] seb128: ok, I thought I had already fixed s-r-e [13:25] tseliot, seems not, and in any case that's a compat break, you need to rename your binary package imho [13:27] seb128, i don't see that mail [13:27] seb128, obviously my procmailrc is buggy :) [13:27] kenvandine, look harder, it should be wherever your launchpad emails go [13:27] ;-) [13:27] good morning [13:27] seb128: I was more concerned about backwards compatibility with python 2.x that I overlooked the api break in s-r-e. I fixed the other packages though [13:27] seb128, that is like 200 folders :) [13:27] kenvandine, standard non triaged launchpad bug spam one ;-) [13:28] oh... that is a pit of despair :-D [13:28] tseliot, well, the issue is that you might have random app developper using "import XKit" and having a depends on python-xkit [13:28] kenvandine, is my email in there? ;-) [13:29] * dobey hopes his bug can get fixed soon [13:29] tseliot, so if you break that you need to rename your binary so appdeveloppers know they need to update their code and depends [13:30] Sweetshark, next time you update libreoffice, can you change the libpoppler19 Depends to libpoppler26? [13:30] mterry, good that mention libreoffice [13:30] Sweetshark, what's the status on 3.6 beta upload to quantal? [13:30] mterry, hey btw ;-) [13:30] seb128, :) hi! [13:31] seb128, found it... not in the pit of despair folder :) [13:31] seb128, in my ContactViaWeb folder :) [13:31] lol [13:31] ok, you really have tons of folders ;-) [13:31] seb128, he has me in the "OMGNotHimAgain" folder [13:32] lol [13:32] hey bcurtiswx ;-) [13:32] hey seb128 :) [13:33] Laney, congrats (and my condolences) for getting into Desktop-Team [13:33] * Laney ph33rs [13:33] pushed gsd and gcc btw [13:34] i use the autofolder thing in procmail that automatically creates folders based on team, project, etc in the launchpad headers [13:35] the emails that are sent through launchpad's contact thing go in ContactViaWeb which is mostly junk... [13:35] sigh... evolution isn't showing message headers... grrrr! [13:38] seb128: beta3 is currently building locally ... [13:39] Sweetshark, did we get over the stl,gcc issues? [13:40] seb128: I will know when I have a build ;) [13:40] Sweetshark, ok [13:43] rickspencer3: I am now [13:44] hi mhall119 [13:44] mhall119, meet Nathan_S, Nathan_S mhall119 [13:44] hi Nathan_S [13:44] hi mhall [13:44] mhall119, Nathan_S is working through the tutorials here: http://developer.ubuntu.com/resources/app-developer-cookbook/all-recipes/ [13:44] I thought you might want to talk to him about how to report issues [13:44] he already found a very serious one on the getting started page [13:45] excellent [13:45] Nathan_S: are you familiar with launchpad? === zyga is now known as zyga-food [13:47] mhall119, I have signed the code of conduct and made an account, but I haven't really got much experience with it, no [13:54] TheMuso: $ ls -d .cache/at-spi2-* | wc -l [13:54] 1374 [13:54] I think there is an issue there [13:55] TheMuso: when you are online, can you take a look please? ^ [13:55] didrocks, http://git.gnome.org/browse/at-spi2-atk/commit/?id=6fbb1ba2c5281706525ae93bd78ee6cd1f1c9bc8 [13:55] didrocks, that's the fix for it [13:56] didrocks, it might be worth backporting... [13:56] yeah, completely :/ [13:56] didrocks, I can do it if you want [13:57] seb128: maybe, worth testing first? [13:57] seb128, my filtering is "fixed" meaning i will not miss your team emails :) [13:57] i am sure there are plenty of other ways it's "broken" :-p [13:58] kenvandine, well, as long as emails from me land to your inbox I'm happy :p [13:58] didrocks, yeah, I'm on precise still though there, let's TheMuso have a look tomorrow (his day, tonight for us) [13:59] seb128: right, will do it if it's not done by then [13:59] didrocks, thanks [13:59] meanwhile, rm -r at-spi2* [13:59] :) [14:10] cyphermox, hey [14:10] cyphermox, did you see that your g-s-d SRU from last week failed verification because the patch was not added to the serie? [14:11] seb128: seriously? [14:12] how did I screw that up? :D [14:12] cyphermox, yes ;-) [14:12] cyphermox, can you fix it? [14:12] yes [14:12] cyphermox, thanks ;-) === zyga-food is now known as zyga === ubuntu is now known as Nathan_S [14:34] desrt, so, I got replies for you [14:35] ? [14:35] desrt, you don't have an individual tracker page because you are not member of any of the tracked teams [14:35] i.e teams on http://status.ubuntu.com/ubuntu-quantal/teams.html [14:35] ahh [14:35] i'll join the desktop team [14:35] desrt, skaet can add you to ubuntu-community-contributors if you want to be tracked [14:35] that's the team they add for people who are in none of the other teams [14:36] is this by launchpad teams, or what? [14:36] desrt, http://status.ubuntu.com/ubuntu-quantal/teams.html [14:36] desrt, those are the teams using status.ubuntu.com for tracking their work [14:36] i saw that. was just wondering if it's; the same namespace. [14:36] yes [14:37] desrt, https://launchpad.net/~ubuntu-community-contributors [14:37] desrt, want to join it? [14:37] just did [14:37] or rather, just applied to [14:41] seb128: theory: the /u/.html pages are missing from status.u.c. for users who don't have a full name [14:41] pitti, skaet replied, cf what I just said to desrt [14:41] ah, good [14:42] pitti, but thanks ;-) [14:42] * desrt has a fullname in launchpad... [14:43] desrt, skaet said you should start having your page within an hour [14:43] perfect. thanks. [14:44] yw [14:51] pitti, can you upload CUPS again? Fixes bug 987485, [14:51] Launchpad bug 987485 in linux "Can only print once with USB to parallel adapter and HP 4L" [Undecided,Confirmed] https://launchpad.net/bugs/987485 [15:21] didrocks, kenvandine, mterry, Sweetshark, tkamppeter, Laney, mlankhorst, cyphermox: the meeting time is in 10 min if you have any topic to add, please update https://wiki.ubuntu.com/DesktopTeam/Meeting/2012-07-10 (if you are not tkamppeter or didrocks) with what you did as well, thanks [15:23] * mterry was mostly fixing NBS stuff last week [15:26] seb128: updated [15:35] cyphermox, thanks [15:36] didrocks, kenvandine, mterry, Sweetshark, tkamppeter, Laney, mlankhorst, cyphermox: ok, no agenda on the wiki, no meeting, thanks ;-) [15:36] yw ;) [15:36] w000 [15:36] seb128, look at that pile of indicator updates coming, listed on the wiki :) [15:37] charles is committed now... it is in black and white on the wiki, that can't be changed! [15:37] kenvandine, oh, partner update, it has been a while, I almost forgot about those [15:37] hehe [15:37] kenvandine, indeed [15:38] charles, your name is writen on our wiki, no going back! [15:40] * desrt finds understands and fixes a really really fun threading issue [15:51] mterry: evil you! I just switched back to system vigra because of conflicts with libtiff4-dev and then you have a new version .... [15:51] s/system/internal/ [15:52] Sweetshark, vigra? [15:52] Can't tell if I'm helping or hurting there, but since I'm evil, I'm guessing hurting. :) [15:52] Sweetshark: those things are usually worth discussing/fixing if possible rather than using internal code copies [15:52] mterry: computer vision library [15:53] like opencv [15:56] micahg: if I would be discussing each of those things, I would never get to the fun part: actually building a package ... [15:56] Sweetshark: yes, but we don't want internal code copies where possible [15:56] micahg: thats a given [15:57] micahg: however, we want internal code copies where otherwise its impossible to build ;) [15:58] well, as a last resort or an impossible situation, sure [15:58] desrt: funny, I think I found a bug in mclasen's code for the migration conversion that nobody really got because it was mainly one development cycle shot :) [15:58] desrt: I only noticed it because I created the same bug with my wallpaper cache code :) [15:59] didrocks: i bet if you write a patch nobody will review it :D [15:59] desrt: well, I'll rather try to avoid the same pitfall on the user session migration tool [15:59] but it's not straightforward :) [15:59] mterry: no, you were not really hurting, just that you upload was finishing right after I updated my pbuilder and thus I had some trouble. Now I have used the internal copy to see if it builds at all -- if I had known that there will be a new vigra 10 minutes later, I wouldnt have done that ;) [16:01] Sweetshark, gotcha [16:02] Sweetshark, there's also a new imagemagick coming, if libreoffice uses that [16:03] mterry: no, IIRC imagemagick is the only main package that libreoffice does not depend on. [16:03] :) [16:04] * Sweetshark is seeing lots of SCKs in his build log -- promising ... === zyga_ is now known as zyga [16:13] didrocks: you didn't forget about rebuilding unity-lens-video for quantal, did you? [16:14] jbicha: was too early, seems I kept it at a dput away, thanks for the notice! :) [16:16] didrocks, which branch is it, I don't know if sil2100 has bumped the gir unity dep. === zyga is now known as zyga-afk [16:18] didrocks, because on this one https://code.launchpad.net/~sil2100/unity-lens-videos/ubuntu_quantal still depends on gir unity 5 [16:18] davidcalle: yeah, and we are still providing this version [16:18] davidcalle: the gir hasn't to be update if there is no break [16:19] and in this case, there is none :) [16:19] didrocks, oh, this gir stays? This is glorious. [16:19] yeah :) [16:48] Finished: SUCCESS [16:53] pitti: still around? I'm just about done writing the autopkgtest for bluez, I'm wondering how to test it now ;) [17:11] * didrocks waves good evening === zyga-afk is now known as zyga [18:58] on the desktop version page, libpng upgrade will need to go from libpng12-0 to libpng15-15 if we're to keep with debian. So would it be easiest to sync with debian experimental ? [19:04] bcurtiswx, version is just an indication, it's not always a good idea to go for latest version [19:04] especially for something like libpng, I would be careful about a transition [19:05] ok [19:13] bcurtiswx, libpng has lots of depends, so quite a few rebuilds and potential for regressions [19:15] bcurtiswx, do you look for lib update to do? [19:16] bcurtiswx, https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1020795 might be one [19:17] Ubuntu bug 1020795 in libimobiledevice "Update to 1.1.4" [Wishlist,Triaged] [19:17] seb128, im looking to trek deeper into the process. Not sure if lib update is right thing yet. I was really trying to understand the SONAME process better [19:17] bcurtiswx, take gnome-desktop3's package from precise and try to update it to 3.5 [19:17] bcurtiswx, then compare to the quantal version? [19:18] bcurtiswx, http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html is worth reading [19:18] on the library,soname topic [19:19] seb128, thanks, i've been looking for something similar for a while now === zyga is now known as zyga-afk [19:22] yay... i'm below the trend line! [19:22] seb128, ^^ [19:22] kenvandine, ;-) [19:22] kenvandine, well done! [19:23] not really [19:23] just got a taste of reality and de-scoped stuff [19:23] :-D [19:23] reality bites [19:23] :-D [19:34] kenvandine, i'm trying to compare version of folks in precise and quantal.. Seems you borked something maybe? http://paste.ubuntu.com/1085041/ [21:43] Laney, just for info I started looking at g-s-d, I get the xkb issue as well [21:58] hi seb128 [21:58] seb128: just so you know, I have pretty thick skin [21:58] seb128: and took no offense to any part of the email :) [21:59] thumper, hey, thanks ;-) [21:59] seb128: better to talk about these things [21:59] and make the process better [21:59] I think we are in agreement there [22:01] thumper: i always forget when our meeting is supposed to be [22:03] um... [22:03] * thumper looks [22:03] in half an hour [22:03] desrt: ^ [22:03] cheers [22:30] RAOF, enoying the rampant speculation in http://linux.slashdot.org/story/12/07/10/1340204/ubuntu-still-aims-for-wayland-in-quantal-quetzal [22:35] hi, how do i build 32-bit wine in 64-bit ubuntu? do i need a chroot or something? [22:48] seb128: I just plain forgot, sligth disorganisation on my part, I did get your email, but was preoccupied at the time. [22:48] didrocks: Known issue, upstrea has a fix in git upstrea for at-spi2-core, the dirs won't get created if the user is not using an AT. [22:48] I' [22:49] didrocks: I'll pull the patch today and upload it to get the issue mitigated ASAP. [23:14] robert_ancell: It's the industrial-grade missing-the-point that I like from that thread :) [23:20] TheMuso RAOF bryceh robert_ancell oops, lost track of time.... meeting reminder :/ https://wiki.ubuntu.com/DesktopTeam/Meeting/2012-07-10 and please add your updates to the wiki [23:21] jasoncwarner_: don't you mean "ƃuıʇǝǝɯ reminder"? [23:21] desrt: that's what I said? Am I missing something? [23:21] :) [23:21] win. [23:22] :) [23:23] * bryceh waves [23:23] Yo! [23:25] jasoncwarner_, hey wanted to ask - TheMuso had mentioned cases for the panda boards. As someone with grabby children and a curious cat, I'd also like to enclose it. Do we have a preferred supplier for cases, and would we just expense them? [23:29] bryceh: The only supplier of cases that I know of make clear plastic cases. I remember seeing them mentioned on the pandaboard.org site, haven't looked into getting one for mine yet, but I think I will be too, because my appartment gets rather dusty, so would rather keep the board clean. [23:29] TheMuso, yeah that sounds like the site I found too. [23:33] bryceh: But yeah, your question is a good one.