/srv/irclogs.ubuntu.com/2012/07/10/#ubuntu-desktop.txt

jasoncwarner_hey robert_ancell , how goes the compositor stuff? still having fun?01:39
robert_ancelljasoncwarner_, yep, still ironing out details01:53
jasoncwarner_robert_ancell: progressing the way you envisioned originally? any setbacks?01:53
robert_ancelljasoncwarner_, just tricky setting everything up right but is working as expected when done right.01:54
jasoncwarner_robert_ancell: nice...can't wait to see it :)01:56
jasoncwarner_still thinking first cut later this week?01:57
robert_ancelljasoncwarner_, yep01:57
jasoncwarner_cool. thanks, man01:57
robert_ancellRAOF, any reason why xwayland wouldn't be emitting SIGUSR1?02:20
robert_ancellRAOF, btw I found my problem, I had a \n on the end of WAYLAND_SOCKET02:20
RAOFNone that I can think of?02:20
RAOFYay!02:20
RAOFYou should also be able to listen for the ready signal.02:20
robert_ancellso X server is starting, but I just get a black screen and lightdm says it's waiting for SIGUSR1 as normal02:20
RAOFBut since you already listen for SIGUSR1 that's probably easier.02:21
RAOFrobert_ancell: The xwayland server *should* wander through the same codepath that sends SIGUSR1 to the parent process.02:25
robert_ancellRAOF, I just turned on -retro and don't see the background, so it might well be something else02:26
RAOFOh, have you called switch_to? It won't display anything until you explicitly switch to the client.02:26
RAOFNot that this should affect it sending SIGUSR1.02:27
robert_ancellah, that could be it02:27
RAOFOn the basis that explicit is better than implicit :)02:27
RAOFAlso that it's hard to manage the transitions between clients if starting a new client automatically displays it.02:29
robert_ancellRAOF, yeah, that's a problem02:29
robert_ancellRAOF, can we handle that?02:30
RAOFWe do; starting a new client doesn't display it, the display manager needs to explicity switch_to it.02:30
robert_ancellI'd like them to start rendering to an offscreen buffer, and then I'll switch them over when ready02:30
RAOFWhich is why you're not seeing anything with -retro :)02:30
RAOFX is happily rendering away to its offscreen buffer ☺02:31
desrtrobert_ancell: pong02:49
robert_ancelldesrt, hey, was wondering if quantal should be using d-conf 0.13.002:49
desrtyes02:49
robert_ancellk02:50
desrti have some pretty big changes in the pipe02:50
desrtwill go out with next week's gnome release02:50
desrthave you been following the branch?02:50
robert_ancellnope02:50
desrthttp://git.gnome.org/browse/dconf/log/?h=wip/reorg02:51
robert_ancellRAOF, 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 :)02:53
pittiGood morning03:28
jbicharobert_ancell: is there a reason you're uploading everything to quantal-proposed?03:40
robert_ancell jbicha, aren't we supposed to?  or has the plan changed again03:41
jbichaI think that was just for the Alpha freeze or if stuff is likely to cause issues03:42
RAOFrobert_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:02
robert_ancellRAOF, 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:34
robert_ancellI can see the greeter running, and the weston log seems to show the ready event being generated04:35
robert_ancellhttp://paste.ubuntu.com/108391804:35
robert_ancelland afaict it's doing the same thing your DM does (which I can confirm working here)04:36
RAOFrobert_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
robert_ancellyeah, i tried making it static, no change04:48
RAOFIt would almost certainly have crashed if that were the case, yeah.04:49
robert_ancellRAOF, can I call wl_display_manager_switch_to_client at any time?04:49
RAOFOnce the client has started, yes.04:49
robert_ancelli.e. once I get that signal?04:49
RAOFIt's definitely safe any time after you get that signal, yes.04:50
RAOFI'll just check if it's safe sooner, too.04:50
robert_ancellRAOF, I just connected it up without waiting for the signal and it appears to work...04:50
robert_ancellbut getting some crazy colour effects here04:51
robert_ancellRAOF, are you busy at the moment?04:52
RAOFI'm wandering through the SRU queue; I can happily interrupt that.04:53
robert_ancellRAOF, ok, let's get it running on your machine and see if you see the same things04:53
robert_ancellstep 1: Get lp:~robert-ancell/lightdm/weston-compositor04:53
RAOFDone.04:53
robert_ancellstep 2: Build with ./autogen.sh --prefix=`pwd`/install; make ; make install04:54
robert_ancellstep 3: Stop existing lightdm (I think required?)04:54
RAOFSeems likely.04:54
robert_ancellstep 4: get weston.conf from http://paste.ubuntu.com/108393104:55
robert_ancellstep 5: sudo ./src/lightdm -c weston.conf04:55
robert_ancelllogs go into install/var/log04:55
robert_ancellI have to ssh into the machine to stop it with a 'killall lightdm'04:55
robert_ancellstep 5: witness the weirdness04:56
robert_ancellwhat I'm seeing is the accumulating over the top of the existing rendering, but it could be a gtk/u-g bug?05:00
robert_ancellonce in a session I'm seeing various rendering bugs (window seems off center, old contents being left behind, flickering etc)05:02
RAOFAaah.05:04
RAOFI think this might be my bug.05:04
robert_ancellapart from that, things generally seem to be running05:04
RAOFWhat appears to be happening is that the *root* window is mad.05:05
robert_ancellcompiz seems to be using more CPU than normal05:05
robert_ancellmadder than normal?05:05
lifelessrobert_ancell: more CPU than normal...05:05
lifelessrobert_ancell: I didn't know the dial went to 12!05:05
robert_ancelllifeless, :)05:06
lifelessthats unfair really; but I seem to be a magnet for compiz glitches :)05:06
RAOFrobert_ancell: Yeah, that's using llvmpipe.05:06
RAOFWhich is also why compiz is rendering oddly.05:07
robert_ancellRAOF, oh, my 3d has disabled?05:07
RAOFYus05:07
RAOFWheee!05:07
robert_ancellRAOF, did you log into a session ok?05:07
RAOFThat root window madness on unity-greeter is FUN!05:07
robert_ancellit's the new design, don't you know?05:08
RAOFYeah, logged into a session; that's where I ran glxinfo, to find out that it's llvmpipe.05:08
robert_ancellI did notice one improvement however - no flicker when logging out and back to the greeter!05:08
RAOFYes. Also, as I say, a fun burst of colour!05:09
robert_ancellI like how it flickers with the cursor, and there is a motion blur on the labels05:09
RAOFI also like how the keymap's qerty, rather than dvorak. Makes entering my password that bit much more enjoyable!05:10
RAOFHah.05:11
RAOFSo, 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 1366x76805:12
robert_ancelloh, that again05:12
thumperhi folks05:12
RAOFCompiz is officially Not A Fan of llvmpipe :)05:12
thumperany chance we can have someone look at https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1006860 ?05:12
ubot2Ubuntu bug 1006860 in gdb "gdb crashes when loading core files (in is_ctor_or_dtor)" [High,Confirmed]05:12
thumperRAOF: we'll get there05:12
robert_ancellRAOF, how bad do these issues look>05:13
robert_ancell?05:13
robert_ancellbad = complexity/possibility of fixing05:13
RAOFrobert_ancell: Can we get design to sign off on the awesome bloom when returning to unity-greeter from a session? :)05:13
RAOFllvmpipe 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+i96505:14
RAOFThe 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:15
RAOFThe 1360*768 rather thar 1366*768 is something that we'll be fixing in the course of handling RANDRish stuff anyway.05:16
RAOFFundamentally the problem seems to be that the root window is accumulating drawing, rather than overwriting.05:17
robert_ancellright05:17
RAOFThat shouldn't be terribly hard to fix, once I work out why it's actually happening.05:17
robert_ancellok, 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 sane05:18
robert_ancellRAOF, the other bug I noticed was I couldn't access the auto-hid launcher, not sure what's causing it05:19
robert_ancelli.e. access by dragging onto it05:19
robert_ancellmoving onto it05:19
RAOFI know!05:19
RAOFThat 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
robert_ancellbut pitti's alt+ctrl+t always saves me :)05:20
RAOF<super> still works.05:20
RAOFThe launcher will work again once we swap out weston input handling for real xf86-input-*.05:21
robert_ancellRAOF, oh, and the new API you added for key grabbing - should I use that to connect up alt+ctrl+n?05:22
RAOFYes05:22
* robert_ancell takes a list05:22
RAOFYou should also hook up ctrl+alt+delete to it.05:25
RAOFOh!05:25
RAOFrobert_ancell: I'm pretty sure llvmpipe is your fault; you need to give us users access to /dev/dri/card005:26
robert_ancell_RAOF, how do I do that?05:26
RAOFNormally that'd be handled by consolekit, IIRC.05:27
robert_ancell_RAOF, yeah, so below the DM, I'll chase it down05:27
robert_ancell_RAOF, is that no used in the current X?05:28
=== robert_ancell_ is now known as robert_ancell
RAOFIt 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:29
RAOFYou'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:30
lifelessok yay perfect timing05:33
lifelessclosed my laptop lid, opened it, and X is wedged05:33
lifelessshows 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
robert_ancellRAOF, oh, I think it's because it's not running all those same shell scripts when run manually05:33
lifelessAny hints as to whats naffed ?05:33
robert_ancellRAOF, ok, shouldn't be too hard05:33
RAOFlifeless: My guess is that the kernel has forgotten about a VLBANK.05:35
RAOFlifeless: 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
lifelessdrm_mode_getfb is whinging about an invalid id05:35
lifelessbut then I've switched to a VT :)05:36
RAOFYeah, it does that.05:36
lifelesswoohoo05:36
lifelessthanks05:36
RAOFrobert_ancell: Heh. Don't leave your session idle too long; I think I may have missed disabling the weston screensaver :)05:36
lifelessso, how do I get unity back?05:36
RAOFReboot.05:36
lifeless_serious_ ?05:37
robert_ancellRAOF, yeah, I noticed that!  IMO a system screensaver makes more sense anyway...05:37
RAOFAnything that tries to glXSwapBuffers will hang in the kernel, waiting for a vblank interrupt that never comes.05:37
robert_ancellRAOF, ok, gtg, thanks for all the hard work in the display layer, it's nice to start to see something actually running05:37
RAOFSo, now's not a good time to fire up WoW, either :)05:37
RAOFrobert_ancell: Yeah, it's sweet to see something sensible actually running :)05:38
lifelessRAOF: ah, I quit WoW :)05:38
mlankhorstthe intro screen is a great test program though05:40
lifelessRAOF: thanks, and how do I avoid that happening in future ?06:14
didrocksgood morning06:14
RAOFlifeless: I *think* this is fixed in the latest Quantal kernel?06:14
lifelessok, so upgrade :P06:14
lifelessI'm still precising it up06:14
RAOFYou're running precise?06:14
RAOFOh! I wasn't aware that this was a problem on precise.06:14
lifelesstada.06:14
RAOFubuntu-bug linux!06:15
lifelessI had a hang, RAOF told me to ?06:15
RAOFI think the answer might be either “don't have your screen off for a long¹ time”.06:15
RAOF¹: For suitably undefined values of “long”06:15
lifelessRAOF: like, 30 seconds ?06:15
RAOFFor me it was ~hours.06:16
RAOFIf 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:17
lifelessRAOF: bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/102281906:25
ubot2Ubuntu bug 1022819 in linux "X hung, mouse moved and changed shape but no graphics updates" [Undecided,New]06:25
* TheMuso considers nvidia drivers after having another period of no screen rendering when CPU load is a little higher.06:44
TheMusos/a little higher/high/06:44
BigWhaleGood Morning Everyone.06:52
RAOFWhy Hello There!07:00
BigWhaleRAOF: So jumpy so early in the morning. :>07:04
=== ubuntu is now known as Guest65589
=== Guest65589 is now known as NathanStilwell
=== tkamppeter_ is now known as tkamppeter
tkamppeterpitti, 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
ubot2Launchpad 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/rastertoescpx07:45
pittitkamppeter: easiest is usually to reinstall the package with --force-confmiss07:46
pittitkamppeter: conffile handling is not cups specific, so there is little that cups should do there07:46
tkamppeterpitti, thanks. I answered to that bug now.07:48
=== zyga is now known as zyga-afk
seb128hey desktopers08:36
pittibonjour seb12808:36
seb128hey pitti, how are you?08:36
seb128didrocks, it's meeting reminder day you didn't remind me :p08:36
pittiseb128: I'm great, thanks! happily hacking on libudev08:36
didrocksseb128: I was waiting for you to say hi on #ubunut-desktop first :p08:36
seb128didrocks, ;-)08:37
seb128jasoncwarner_, kenvandine, TheMuso, cyphermox, RAOF: you guys need to better filter your emails ;-)09:04
seb128jasoncwarner_, 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 week09:05
* mlankhorst didn't eitiher :D09:05
seb128ups09:05
jasoncwarner_seb128: oh, I didn't respond to that...oops09:05
seb128mlankhorst, indeed!09:05
seb128jasoncwarner_, did you get it? ;-)09:05
LaneyI was thinking about that09:05
mlankhorstit showed up in launchpad.net/contactviaweb09:05
Laneyit's not possible to have group discussions if you use that feature, is it?09:05
jasoncwarner_seb128: I did...and marked it "TODO" and then, didn't do it09:06
seb128jasoncwarner_, ok, good09:06
mlankhorstbut just hit reply and sent a blank mail back09:06
mlankhorstenjoy\09:06
seb128Laney, 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:07
seb128mlankhorst, you should have received an email as well, you can reply to it without using the launchpad ui09:08
Laneyyeah it would be good, but probably not for 'official' use, rather so we don't miss random contacts09:08
Laneyfor chat a proper mailing list would be better I suppose09:08
seb128right09:08
seb128we already have lists09:08
seb128I don't think we have so much private in team discussions09:08
LaneyI thought that point was that you don't like maintaining a list in your client?09:08
seb128right, I found the launchpad feature handy to contact all members of a team09:09
seb128i.e for meeting reminders09:09
seb128i.e -> e.g09:09
=== ubuntu is now known as Guest87398
=== Guest87398 is now known as Nathan_S
rickspencer3didrocks, ping09:40
seb128didrocks, HIDE09:40
seb128;-)09:40
seb128rickspencer3, bonjour09:40
rickspencer3didrocks, Nathan_S is trying to install quickly, but apt can't find it09:40
rickspencer3seb128, haha09:40
didrocksrickspencer3: pong ;)09:40
didrocksrickspencer3: on precise?09:40
seb128universe is enabled?09:40
didrocksor quantal?09:40
didrocksyeah, universe should be enabled :)09:40
rickspencer3didrocks, Nathan_S is on precise, and universe is enabled (according to his software-sources_ box09:41
didrocksdid he refresh the repository?09:41
rickspencer3didrocks, he's on a stock 12.04 install running from a USB key09:41
rickspencer3I guess he could try:09:41
rickspencer3sudo apt-get update09:41
rickspencer3Nathan_S, ^09:42
didrocksrickspencer3: I'm pretty sure the repos has to be refreshed (apt-get update)09:42
rickspencer3btw, hi Nathan_S ;)09:42
Nathan_SHi rick :) its updating as we speak09:43
Nathan_Sthanks guys :)09:43
rickspencer3didrocks, Nathan_S is going to spend some time this week going through all the quickly tutorials09:43
didrockshey Nathan_S ;)09:43
didrockssweet09:43
rickspencer3it would help if quickly installed, though :)09:43
didrockscan be somewhat useful, yeah09:43
didrocks:)09:43
Nathan_Supdate done, searching for quickly :)09:43
didrocksrickspencer3: waow, I never looked at the reviews in software-center09:46
Nathan_Sit still didn't turn up on software center, but i typed in the command line you told me and it is working away09:46
didrocksthe Quickly ones are really good :)09:46
seb128didrocks, are they good?09:46
rickspencer3  nice09:46
seb128cool!09:46
didrocksNathan_S: I think you need to look at "technical items"09:46
* rickspencer3 looks09:46
didrockswhen you look for Quickly09:46
=== zyga-afk is now known as zyga
Nathan_Stechnical items are shown and it isn't there :/ but it is installing after typing it in on terminal09:47
Nathan_SAha it has appeared on software center!09:48
didrockshum, weird, I'm pretty sure it's lost in the technical items area if you click on it :)09:49
rickspencer3Nathan_S, can you please make sure to note that Quickly didn't show up before you jumped through hoops?09:50
rickspencer3it's good to know that the web site does now work on a stock install!09:50
Nathan_SI 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
Nathan_Sand quickly is showing up without showing technical items09:51
Nathan_Srickspencer3, Yep, its already in the blog09:52
james_wif your search exactly matches the name of a technical item then it shows up without having to check the box09:52
seb128mvo_, hey, daily aptdaemon SRU verification ping, 25 days and counting ;-)09:57
* pitti sighs at desktop-devel-list10:19
Laneyplease add me to the desktop team ping ;-)10:22
seb128Laney, hey10:39
seb128Laney, done! congrats ;-)10:39
Laneyawesome, cheers!10:41
seb128Laney, 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 upload10:45
seb128Laney, we already have 3.5 ongoing work in the vcs anyway so it just makes sense to keep working there10:45
seb128pitti, lot of ddl discussion around those ibus changes...10:48
pittiseb128: yeah, but with a rather harsh tone11:15
mvo_seb128: meh, indeed11:16
=== MacSlow is now known as MacSlow|lunch
RAOFseb128: Like jasoncwarner_, I got it, went “Ok, I need to read & respond” and then didn't.11:30
didrocksif it's taking less than 5 minutes, do it now :)11:30
seb128RAOF, ok, good ;-)11:30
seb128mvo_, hey, ping, daily aptdaemon testing reminder11:31
RAOFdidrocks: Yeah, but... mail! :)11:31
* seb128 hides from mvo_11:31
seb128pitti, never had to deal with Bastien before? ;-)11:31
didrocksRAOF: heh, I do that generally to not being depressed seeing the number of answers I have to do every day :)11:31
seb128there 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:32
* 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:33
seb128RAOF, 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
pittiseb128: I did, but it still stings me when discussions go bad like that11:34
seb128pitti, yeah, ddl can be depressing like that :-(11:34
seb128pitti, a number of people unsubscribed from ddl due to those discussions, not sure how useful the list is still...11:35
didrocksgoing to /dev/null for me because of that :/11:35
mlankhorstwell so far treating everything as launchpad as spam was only wrong once11:36
mlankhorst;)11:36
mlankhorsts/as/from/11:37
desrthappy tuesday11:57
didrocks(seems nobody want to get into desrt's trap today ;))12:14
desrtdidrocks: hey!12:14
didrockshey desrt! I'm alreay far far away :)12:14
seb128didrocks, I got the guy in /ignore, you never know12:18
desrtseb128: i wanted to talk to you12:19
desrtseb128: i should be bumping the soname of libdconf, right?12:19
desrtthere have been API removals and changes12:20
seb128didrocks, btw if he ever comes to ask a question that we should reply to please can you answer ;-)12:20
desrthm.  you're good at this game :)12:20
seb128:-p12:21
seb128desrt, hey ;-) how are you?12:21
desrtfeeling a bit better now that you're talking to me :p12:21
* seb128 hugs desrt12:21
didrocksseb128: ah see, you felt into the trap!12:21
* desrt has no work to assign today12:21
didrockspromise?12:21
desrtyes :)12:21
* didrocks hugs desrt then :)12:22
didrocks"oh btw…"12:22
desrtdidrocks: you know what my standing request is.  no need to repeat it :)12:22
didrocksheh, indeed12:22
didrocksblame seb128, he gave me even more work this morning :p12:22
desrtseb128: so like... i guess there are almost nobody outside of the dconf package itself using libdconf12:23
seb128desrt, did you manage to get dconf ng to stop whipping user keys? ;-)12:23
desrtseb128: ya :)12:23
desrtseb128: but here's the deal....12:23
desrti think you have libdconf and libdconf-dbus-1 in the same package12:23
desrtoh.  you don't.12:23
seb128desrt, libdconf ... no, I know of some users of the command line utility, not of the lib12:23
desrtokay.  this is easy then12:23
desrtso does it matter if i increase the soname?12:24
seb128no12:24
desrtok12:24
desrtmay as well keep it at zero then12:24
desrtless packaging shuffle that way :)12:24
seb128oh, you mean it this way12:24
didrockshum, you need to bump it :)12:24
seb128I though you were asking if an soname increment would create work or issues12:24
seb128please increment the number if you break abi12:25
didrocksso, libdconf (old) can talk to newer libdconf-dbus?12:25
seb128you never know, and it's not a big issue12:25
desrtdidrocks: they are unrelated12:26
desrtlibdconf is implemented with GDBus and libdconf-dbus-1 is implemented with libdbus-112:26
didrocksoh12:26
desrtthey share some code in the implementation... but it's private symbols12:26
didrocksso my question is: libdconf (old) can talk to the newer service?12:26
desrtyes.  it can.12:26
desrtalthough i'm not happy about it :)12:27
seb128it seems a bit weird to have 2 libs to be honest ;-)12:27
didrockswell, I know that for your proudness, keeping it to a 0 soname was a goal :p12:27
desrtand the reverse is not true12:27
desrtseb128: there are 3, in fact12:27
desrtseb128: if you count the GSettingsBackend GIOModule as a library12:28
desrtseb128: in any case, talk to the powers that be... apparently it was unacceptable to use GDBus in unity-2d12:28
=== Ursinha` is now known as Ursinha
seb128desrt, wth12:28
seb128desrt, I'm sure unity-2d uses glib ;-)12:29
desrtit does12:29
desrtbut it uses QtDBus12:29
desrtwhich uses libdbus-112:29
seb128oh, I see...12:29
desrtso in order to share 1 dbus connection, dconf had to use libdbus-1 as well12:29
didrockswell, anyway, this problem will be sooner or later behind us :)12:30
didrocks(unfortunatly later…)12:30
desrti don't think so12:30
desrti imagine that since we have QML as our developer platform dconf-qt will continue to be used12:30
seb128right, but it's not a real issue in practice12:31
desrtthe dbus-1 code is actually in a bit of a bad state in dconf12:31
seb128desrt, 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 about12:31
desrtand 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 it12:31
desrtseb128: ah.  okay.12:32
desrtseb128: my main concern was that i thought that both libs were in the same package, which is not the case12:32
desrtbecause the dbus-1 would have 0 and the client would be 112:32
seb128that's not an issue either12:32
desrtso what would you call the package?12:32
seb128we have some packages like that12:32
seb128we would have increased the name to 112:33
seb128it's less clean, but in practice what matters is to have a rename when the abi is made incompatible12:33
desrtand then later when i break the libdconfdbus-1 API and bump its soname to 1?12:33
desrtyou rename it again from 1 to... 1?12:33
seb128when those happen usually debian just put each in their binary then12:33
seb128which is already the case here...12:33
desrtya.  that's what i figured you'd have to do12:33
desrtyup12:33
desrtso no problem :D12:33
seb128indeed ;-)12:34
desrtbtw: i remember that vuntz did something...12:34
desrtperhaps you remember it too :)12:34
didrocksvuntz did something? really? :)12:34
didrockswhen? ;)12:34
desrta long time ago :)12:34
didrocksheh12:34
desrtgnome-panel has a libdconf depend, i think12:34
* desrt checks if that is still the case12:34
seb128desrt, he was not using the command line utility?12:35
desrtyup.12:35
desrtnope.12:35
seb128desrt, the profiles are handled using dconf12:35
seb128but I though that was the binary12:35
desrt./gnome-panel/panel-layout.c:                panel_dconf_write_sync (key, variant, NULL);12:36
desrtlooks quite like an API call to me12:36
desrtoh.  wait.12:36
desrtahah12:36
seb128indeed12:36
=== MacSlow|lunch is now known as MacSlow
seb128using dconf_client_write()12:37
desrtno... not so lucky12:37
desrtyup12:37
desrtthis will need to be changed12:37
seb128well, good that the soname change ;-)12:37
seb128you just need to track vuntz to update his code12:37
* desrt guesses it will be faster to do the changes himself12:37
desrtthey are quite minor12:38
desrtin this case12:38
seb128you are insulting vuntz there! ;-)12:38
* desrt wonders what the shelf life of gnome-panel is12:39
desrtspeaking of shelf-life of soon-to-be-abandoned projects...12:39
desrtdidrocks: are you basing your migration stuff on the migration stuff in gconf?12:39
didrocksdesrt: indeed, adding tests and so on12:40
didrocksdesrt: when I'll have time to start it :)12:40
desrtdo you plan to push upstream?12:40
didrocksdesrt: I want to have something generic, then, "pushing" per say, why not if it has values for GNOME12:40
desrtdidrocks: i just wonder how much longer upstream is going to care about gconf at all12:41
desrti hear rumours about it being dropped from the release sets soon (like next cycle)12:41
didrocksdesrt: well, it won't be centered on gconf like this tool12:41
didrockshence the, I don't know if it will be useful to GNOME12:41
desrtjust saying... if you guys plan to ship gconf for much longer then perhaps you should take maintainership of it12:41
desrti can't imagine that many apps will still use it, so the migration will be the only thing12:42
didrocksdesrt: well, the migration tool has nothing to do with gconf :)12:42
desrtdidrocks: the migration tool has to read from gconf :)12:42
didrockshum, why?12:42
didrocksare we speaking about the same thing?12:42
desrtdidrocks: i assumed that your work would be an expansion of the existing tool12:42
desrtwhich as its only (current) mode of operation is reading out of gconf and writing to gsettings12:43
didrocksdesrt: you didn't want to have a special format and prefered that we only launch shell scripts12:43
desrtdidrocks: ah.  so you really are writing a new tool then12:43
didrockshence the fact it will be separated, it's not for a gconf->gsettings transition12:43
didrocksyeah, on the same concept12:43
desrthrmph.12:43
didrocksif we had some special syntax for common operation, I would just extend the existing one12:44
didrocksbut you showed me it's not needed and dealing with scripts is just more straightforward :)12:44
desrtin this day and age probably it's true12:44
desrtit seems my attempt to hook you in for more work has failed :)12:45
didrocksI attest that's a complete failure, sorry :-)12:45
desrti'm slightly concerned about our LTS->LTS path12:46
desrtprecise has keybindings (as an obvious and painful example) in gconf12:46
seb128desrt, you have a work item to read the datas from the .xmls on disk for this cycle in case you forgot ;-)12:47
desrtwhat idiot volunteered me for that? :(12:47
desrtseb128: is there some way i can ask launchpad for a list of all work items i have on approved blueprints for this cycle?12:48
desrtthumper and i were trying to figure this out...12:49
desrtseems like it should be pretty obvious12:49
pgranerseb128, fyi I keep hitting https://bugs.launchpad.net/ubuntu/+source/screen-resolution-extra/+bug/1012774 about every 5 min12:49
ubot2pgraner: Error: <Bugtracker.plugin.Launchpad instance at 0xa2d980c> bug 1012774 not found12:49
seb128desrt, you did volunteer for that!12:49
seb128desrt, 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 ones12:51
seb128desrt, "look at making the gsettings to gconf parse the xmls directly"12:51
seb128is one of yours12:51
desrtseb128: nice.  broken link :)12:51
seb128desrt, right, not sure why it doesn't work for some users12:51
desrti see it has it broken out below in any case12:52
seb128desrt, http://status.ubuntu.com/ubuntu-quantal/u/didrocks.html12:52
seb128is what you should get12:52
desrtwow12:52
desrthe's important enough to have his own burndown12:52
seb128;-)12:52
desrtmaybe i don't get one because i have relatively few items12:52
didrocks\o/12:52
desrtthis page has lots of items that i vaguely remember volunteering myself for :/12:54
seb128desrt, no, I don't know why, some people get their page some not12:54
seb128desrt, 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 code12:55
desrtseb128: you're a launchpad hacker now? :)12:55
seb128desrt, no, but status.ubuntu.com is not on launchpad ;-)12:55
desrtahh12:56
seb128desrt, it's made of scripts consuming launchpad datas12:56
mterryLaney, hey congrats on being a desktop member!  Sorry I didn't get time to +1 your app12:59
Laneymterry: thanks. I'm happy knowing you did it in spirit ;-)13:00
didrocksmterry: didn't you tell me the other day "oh no, not Laney"? :)13:00
mterry:)13:00
* didrocks runs13:00
Laney/kick didrocks13:00
didrocksheh13:00
didrocksLaney: now that I gave you my +1, no more consideration? that's harsh!13:01
* Laney is such a user :P13:01
seb128desrt, ah, I found back what I was looking for13:01
seb128desrt, https://launchpad.net/~desrt/+upcomingwork13:01
desrtnice13:02
seb128desrt, that doesn't seem to list all your workitems though but I guess that's because some of the specs are not milestoned for quantal13:02
desrtseb128: ya... the other work is the thinclient stuff13:02
desrtthey probably didn't handle their blueprints properly13:03
desrt(or elected not to...)13:03
seb128desrt, ok, that page requires a milestone on the blueprint13:04
seb128desrt, https://launchpad.net/~desrt/+upcomingwork you got some extra ones listed13:04
desrtwhat is this magic?  that's the same url!13:05
seb128desrt, I went on some of the specs and set a milestone from the 12.10 cycle13:05
desrtah.  thanks :)13:05
pgranerdidrocks, anyone report problems with todays update and unity not displaying the top panel/Launcher & Dash?13:08
didrockspgraner: hum, not yet, are you running -proposed?13:09
pgranerdidrocks, yep13:09
didrockspgraner: apt-cache policy unity13:09
pgranerdidrocks, pgraner@zorak:~$ apt-cache policy unity13:10
pgranerunity:13:10
pgraner  Installed: (none)13:10
pgraner  Candidate: 5.12-0ubuntu413:10
pgraner  Version table:13:10
pgraner     5.12-0ubuntu4 013:10
pgraner        500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages13:10
didrockspgraner: well, seems you have no unity installed, partial upgrade?13:11
pgranerdidrocks, not that I saw13:12
didrockswell, something uninstall unity when you dist-upgrade13:12
didrocksapt should have warned you ;)13:12
pgranerdidrocks, nope and now its telling me that I have held broken packages13:13
Laneyunity isn't even out of NEW yet13:13
pgranerdidrocks, http://pastebin.ubuntu.com/1084430/13:13
Laneydoes one of the other uploads breaks against older versions?13:13
didrockspgraner: well, I don't think that mvo_ changed apt to not warned on uninstalling packages behind your back :)13:14
didrockspgraner: as Laney said, some package are still waited to be NEWed13:14
didrockspgraner: so apt can't install unity without latest libunity-core13:14
seb128pgraner, did you do a partial upgrade in update-manager?13:15
didrocksLaney: soname change13:15
pgranerdidrocks, I never use update-manager13:15
pgranerdidrocks,  only dist-upgrade13:15
seb128pgraner, well, packages don't go away without confirmation ... you probably acked it to be uninstalled13:15
didrockspgraner: and dist-upgrade told you "going to remove: unity, ubuntu-desktop", right?13:15
didrocksyeah, that's what I'm trying to explain13:15
pgranerdidrocks, if it did i missed it and hit yes13:15
didrocksseems likely to me13:15
didrocksseb128: btw, can you NEW the packages? I prefer not to ack my own packages :)13:16
seb128didrocks, sure13:16
seb128pgraner, for the other issue, can you run "python -c "import XKit"" and "dpkg -l python-xkit"?13:16
didrockspgraner: should be published shortly, then you can apt-get install unity again13:16
seb128didrocks, you are on quantal, does the import XKit works for you?13:17
pgranerdidrocks, ack13:17
pgranerseb128, sure13:17
didrockspgraner: 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
didrocksseb128: one sec13:17
seb128pgraner, btw the unity issue is the reason why proposed should not be used13:17
didrocksseb128: it's not install for me13:17
didrocksoh it is13:17
seb128pgraner, the idea is that proposed hold half done transitions and stuff are moved to quantal when ready13:17
didrocksbut import fails13:17
LaneyI should push my lp branch to fix that proposed problem13:18
didrocksseb128: it's python -c "import xkit"13:18
seb128didrocks, ok, so I guess it means you confirm bug #101277413:18
ubot2Launchpad bug 1012774 in screen-resolution-extra "screenresolution-mechanism.py crashed with ImportError in __main__: No module named XKit" [Undecided,Confirmed] https://launchpad.net/bugs/101277413:18
* Laney goes to hassle for reviewers13:18
didrocksxkit, not XKit13:18
seb128$ dpkg -S XKit13:18
seb128python-xkit: /usr/lib/python2.7/dist-packages/XKit/__init__.py13:18
pgranerseb128, pgraner@zorak:~$ python -c "import XKit"13:18
pgranerTraceback (most recent call last):13:18
pgraner  File "<string>", line 1, in <module>13:18
pgranerImportError: No module named XKit13:18
seb128$ python -c "import XKit"13:18
seb128$13:18
seb128didrocks, on precise13:18
seb128so somebody renamed it13:18
seb128but the rdepends didn't get updated13:18
didrocksseems so13:19
seb128(hate that -changes emails open a serie specific url which don't have diffs)13:19
seb128http://launchpadlibrarian.net/107162177/x-kit_0.4.2.3build1_0.5.0.diff.gz13:19
seb128so, yeah, got broken in that update13:20
seb128tseliot, ^13:20
tseliotseb128: let me check13:21
didrocksseb128: agreed, I don't like that as well13:21
seb128tseliot, you renamed XKit to xkit, you need to either rename the binary or add Breaks on all users or add a symlink...13:21
didrocksyou have to remove the <version>/ from the url13:21
tseliotseb128: ok, I thought I had already fixed s-r-e13:24
seb128tseliot, seems not, and in any case that's a compat break, you need to rename your binary package imho13:25
kenvandineseb128, i don't see that mail13:27
kenvandineseb128, obviously my procmailrc is buggy :)13:27
seb128kenvandine, look harder, it should be wherever your launchpad emails go13:27
seb128;-)13:27
bcurtiswxgood morning13:27
tseliotseb128: 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 though13:27
kenvandineseb128, that is like 200 folders :)13:27
seb128kenvandine, standard non triaged launchpad bug spam one ;-)13:27
kenvandineoh... that is a pit of despair :-D13:28
seb128tseliot, well, the issue is that you might have random app developper using "import XKit" and having a depends on python-xkit13:28
seb128kenvandine, is my email in there? ;-)13:28
* dobey hopes his bug can get fixed soon13:29
seb128tseliot, so if you break that you need to rename your binary so appdeveloppers know they need to update their code and depends13:29
mterrySweetshark, next time you update libreoffice, can you change the libpoppler19 Depends to libpoppler26?13:30
seb128mterry, good that mention libreoffice13:30
seb128Sweetshark, what's the status on 3.6 beta upload to quantal?13:30
seb128mterry, hey btw ;-)13:30
mterryseb128, :) hi!13:30
kenvandineseb128, found it... not in the pit of despair folder :)13:31
kenvandineseb128, in my ContactViaWeb folder :)13:31
seb128lol13:31
seb128ok, you really have tons of folders ;-)13:31
bcurtiswxseb128, he has me in the "OMGNotHimAgain" folder13:31
seb128lol13:32
seb128hey bcurtiswx ;-)13:32
bcurtiswxhey seb128 :)13:32
bcurtiswxLaney, congrats (and my condolences) for getting into Desktop-Team13:33
* Laney ph33rs13:33
Laneypushed gsd and gcc btw13:33
kenvandinei use the autofolder thing in procmail that automatically creates folders based on team, project, etc in the launchpad headers13:34
kenvandinethe emails that are sent through launchpad's contact thing go in ContactViaWeb which is mostly junk...13:35
kenvandinesigh... evolution isn't showing message headers... grrrr!13:35
Sweetsharkseb128: beta3 is currently building locally ...13:38
seb128Sweetshark, did we get over the stl,gcc issues?13:39
Sweetsharkseb128: I will know when I have a build ;)13:40
seb128Sweetshark, ok13:40
mhall119rickspencer3: I am now13:43
rickspencer3hi mhall11913:44
rickspencer3mhall119,  meet Nathan_S, Nathan_S mhall11913:44
mhall119hi Nathan_S13:44
Nathan_Shi mhall13:44
rickspencer3mhall119, Nathan_S is working through the tutorials here: http://developer.ubuntu.com/resources/app-developer-cookbook/all-recipes/13:44
rickspencer3I thought you might want to talk to him about how to report issues13:44
rickspencer3he already found a very serious one on the getting started page13:44
mhall119excellent13:45
mhall119Nathan_S: are you familiar with launchpad?13:45
=== zyga is now known as zyga-food
Nathan_Smhall119,  I have signed the code of conduct and made an account, but I haven't really got much experience with it, no13:47
didrocksTheMuso: $ ls -d .cache/at-spi2-* | wc -l13:54
didrocks137413:54
didrocksI think there is an issue there13:54
didrocksTheMuso: when you are online, can you take a look please? ^13:55
seb128didrocks, http://git.gnome.org/browse/at-spi2-atk/commit/?id=6fbb1ba2c5281706525ae93bd78ee6cd1f1c9bc813:55
seb128didrocks, that's the fix for it13:55
seb128didrocks, it might be worth backporting...13:56
didrocksyeah, completely :/13:56
seb128didrocks, I can do it if you want13:56
didrocksseb128: maybe, worth testing first?13:57
kenvandineseb128, my filtering is "fixed" meaning i will not miss your team emails :)13:57
kenvandinei am sure there are plenty of other ways it's "broken" :-p13:57
seb128kenvandine, well, as long as emails from me land to your inbox I'm happy :p13:58
seb128didrocks, yeah, I'm on precise still though there, let's TheMuso have a look tomorrow (his day, tonight for us)13:58
didrocksseb128: right, will do it if it's not done by then13:59
seb128didrocks, thanks13:59
didrocksmeanwhile, rm -r at-spi2*13:59
didrocks:)13:59
seb128cyphermox, hey14:10
seb128cyphermox, did you see that your g-s-d SRU from last week failed verification because the patch was not added to the serie?14:10
cyphermoxseb128: seriously?14:11
cyphermoxhow did I screw that up? :D14:12
seb128cyphermox, yes ;-)14:12
seb128cyphermox, can you fix it?14:12
cyphermoxyes14:12
seb128cyphermox, thanks ;-)14:12
=== zyga-food is now known as zyga
=== ubuntu is now known as Nathan_S
seb128desrt, so, I got replies for you14:34
desrt?14:35
seb128desrt, you don't have an individual tracker page because you are not member of any of the tracked teams14:35
seb128i.e teams on http://status.ubuntu.com/ubuntu-quantal/teams.html14:35
desrtahh14:35
desrti'll join the desktop team14:35
seb128desrt, skaet can add you to ubuntu-community-contributors if you want to be tracked14:35
seb128that's the team they add for people who are in none of the other teams14:35
desrtis this by launchpad teams, or what?14:36
seb128desrt, http://status.ubuntu.com/ubuntu-quantal/teams.html14:36
seb128desrt, those are the teams using status.ubuntu.com for tracking their work14:36
desrti saw that.  was just wondering if it's; the same namespace.14:36
seb128yes14:36
seb128desrt, https://launchpad.net/~ubuntu-community-contributors14:37
seb128desrt, want to join it?14:37
desrtjust did14:37
desrtor rather, just applied to14:37
pittiseb128: theory: the /u/<user>.html pages are missing from status.u.c. for users who don't have a full name14:41
seb128pitti, skaet replied, cf what I just said to desrt14:41
pittiah, good14:41
seb128pitti, but thanks ;-)14:42
* desrt has a fullname in launchpad...14:42
seb128desrt, skaet said you should start having your page within an hour14:43
desrtperfect.  thanks.14:43
seb128yw14:44
tkamppeterpitti, can you upload CUPS again? Fixes bug 987485,14:51
ubot2Launchpad bug 987485 in linux "Can only print once with USB to parallel adapter and HP 4L" [Undecided,Confirmed] https://launchpad.net/bugs/98748514:51
seb128didrocks, 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, thanks15:21
* mterry was mostly fixing NBS stuff last week15:23
cyphermoxseb128: updated15:26
seb128cyphermox, thanks15:35
seb128didrocks, kenvandine, mterry, Sweetshark, tkamppeter, Laney, mlankhorst, cyphermox: ok, no agenda on the wiki, no meeting, thanks ;-)15:36
didrocksyw ;)15:36
mterryw00015:36
kenvandineseb128, look at that pile of indicator updates coming, listed on the wiki :)15:36
kenvandinecharles is committed now... it is in black and white on the wiki, that can't be changed!15:37
seb128kenvandine, oh, partner update, it has been a while, I almost forgot about those15:37
kenvandinehehe15:37
seb128kenvandine, indeed15:37
seb128charles, your name is writen on our wiki, no going back!15:38
* desrt finds understands and fixes a really really fun threading issue15:40
Sweetsharkmterry: evil you! I just switched back to system vigra because of conflicts with libtiff4-dev and then you have a new version ....15:51
Sweetsharks/system/internal/15:51
mterrySweetshark, vigra?15:52
mterryCan't tell if I'm helping or hurting there, but since I'm evil, I'm guessing hurting.  :)15:52
micahgSweetshark: those things are usually worth discussing/fixing if possible rather than using internal code copies15:52
desrtmterry: computer vision library15:52
desrtlike opencv15:53
Sweetsharkmicahg: if I would be discussing each of those things, I would never get to the fun part: actually building a package ...15:56
micahgSweetshark: yes, but we don't want internal code copies where possible15:56
Sweetsharkmicahg: thats a given15:56
Sweetsharkmicahg: however, we want internal code copies where otherwise its impossible to build ;)15:57
micahgwell, as a last resort or an impossible situation, sure15:58
didrocksdesrt: 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
didrocksdesrt: I only noticed it because I created the same bug with my wallpaper cache code :)15:58
desrtdidrocks: i bet if you write a patch nobody will review it :D15:59
didrocksdesrt: well, I'll rather try to avoid the same pitfall on the user session migration tool15:59
didrocksbut it's not straightforward :)15:59
Sweetsharkmterry: 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 ;)15:59
mterrySweetshark, gotcha16:01
mterrySweetshark, there's also a new imagemagick coming, if libreoffice uses that16:02
Sweetsharkmterry: no, IIRC imagemagick is the only main package that libreoffice does not depend on.16:03
mterry:)16:03
* Sweetshark is seeing lots of SCKs in his build log -- promising ...16:04
=== zyga_ is now known as zyga
jbichadidrocks: you didn't forget about rebuilding unity-lens-video for quantal, did you?16:13
didrocksjbicha: was too early, seems I kept it at a dput away, thanks for the notice! :)16:14
davidcalledidrocks, which branch is it, I don't know if sil2100 has bumped the gir unity dep.16:16
=== zyga is now known as zyga-afk
davidcalledidrocks, because on this one https://code.launchpad.net/~sil2100/unity-lens-videos/ubuntu_quantal still depends on gir unity 516:18
didrocksdavidcalle: yeah, and we are still providing this version16:18
didrocksdavidcalle: the gir hasn't to be update if there is no break16:18
didrocksand in this case, there is none :)16:19
davidcalledidrocks, oh, this gir stays? This is glorious.16:19
didrocksyeah :)16:19
SweetsharkFinished: SUCCESS16:48
cyphermoxpitti: still around? I'm just about done writing the autopkgtest for bluez, I'm wondering how to test it now ;)16:53
* didrocks waves good evening17:11
=== zyga-afk is now known as zyga
bcurtiswxon 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 ?18:58
seb128bcurtiswx, version is just an indication, it's not always a good idea to go for latest version19:04
seb128especially for something like libpng, I would be careful about a transition19:04
bcurtiswxok19:05
kenvandinebcurtiswx, libpng has lots of depends, so quite a few rebuilds and potential for regressions19:13
seb128bcurtiswx, do you look for lib update to do?19:15
seb128bcurtiswx, https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/1020795 might be one19:16
ubot2Ubuntu bug 1020795 in libimobiledevice "Update to 1.1.4" [Wishlist,Triaged]19:17
bcurtiswxseb128, 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 better19:17
seb128bcurtiswx, take gnome-desktop3's package from precise and try to update it to 3.519:17
seb128bcurtiswx, then compare to the quantal version?19:17
seb128bcurtiswx, http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html is worth reading19:18
seb128on the library,soname topic19:18
bcurtiswxseb128,  thanks, i've been looking for something similar for a while now19:19
=== zyga is now known as zyga-afk
kenvandineyay... i'm below the trend line!19:22
kenvandineseb128, ^^19:22
seb128kenvandine, ;-)19:22
seb128kenvandine, well done!19:22
kenvandinenot really19:23
kenvandinejust got a taste of reality and de-scoped stuff19:23
kenvandine:-D19:23
kenvandinereality bites19:23
kenvandine:-D19:23
bcurtiswxkenvandine, i'm trying to compare version of folks in precise and quantal.. Seems you borked something maybe? http://paste.ubuntu.com/1085041/19:34
seb128Laney, just for info I started looking at g-s-d, I get the xkb issue as well21:43
thumperhi seb12821:58
thumperseb128: just so you know, I have pretty thick skin21:58
thumperseb128: and took no offense to any part of the email :)21:58
seb128thumper, hey, thanks ;-)21:59
thumperseb128: better to talk about these things21:59
thumperand make the process better21:59
thumperI think we are in agreement there21:59
desrtthumper: i always forget when our meeting is supposed to be22:01
thumperum...22:03
* thumper looks22:03
thumperin half an hour22:03
thumperdesrt: ^22:03
desrtcheers22:03
robert_ancellRAOF, enoying the rampant speculation in http://linux.slashdot.org/story/12/07/10/1340204/ubuntu-still-aims-for-wayland-in-quantal-quetzal22:30
LLStarkshi, how do i build 32-bit wine in 64-bit ubuntu? do i need a chroot or something?22:35
TheMusoseb128: I just plain forgot, sligth disorganisation on my part, I did get your email, but was preoccupied at the time.22:48
TheMusodidrocks: 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
TheMusoI'22:48
TheMusodidrocks: I'll pull the patch today and upload it to get the issue mitigated ASAP.22:49
RAOFrobert_ancell: It's the industrial-grade missing-the-point that I like from that thread :)23:14
jasoncwarner_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 wiki23:20
desrtjasoncwarner_: don't you mean "ƃuıʇǝǝɯ reminder"?23:21
jasoncwarner_desrt: that's what I said? Am I missing something?23:21
desrt:)23:21
desrtwin.23:21
jasoncwarner_:)23:22
* bryceh waves23:23
RAOFYo!23:23
brycehjasoncwarner_, 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:25
TheMusobryceh: 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
brycehTheMuso, yeah that sounds like the site I found too.23:29
TheMusobryceh: But yeah, your question is a good one.23:33

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!