/srv/irclogs.ubuntu.com/2014/03/24/#ubuntu-desktop.txt

robert_ancellochosi, ah, it's not safe to call anything in the sigterm callback00:00
robert_ancellthat might do something00:00
ochosioh00:00
ochosiok00:00
robert_ancellyou should use (me looks it up)00:00
robert_ancellochosi, you should use g_unix_signal_add if you can use glib 2.3000:01
ochosirobert_ancell: this is the current version: http://bazaar.launchpad.net/~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk/view/head:/src/lightdm-gtk-greeter.c#L181400:01
robert_ancellI'd switch the daemon to using that but it came out after we started00:02
robert_ancelland then just call g_main_loop_quit from there00:02
robert_ancelland clean up after that00:02
robert_ancellactually, yeah gtk_main_quit is the right thing00:02
ochosiso that code should be just fine then?00:03
robert_ancellexcept replace signal() with g_unix_signal_add()00:03
robert_ancellbecause it's not safe to call pretty much anything from a signal handler00:03
robert_ancellg_unix_signal_add runs from the main loop00:04
ochosiok, could that be causing the issue?00:04
robert_ancellpossibly?00:04
robert_ancellbut worth trying00:04
ochosiyup, definitely worth trying00:04
robert_ancellbecause lightdm would have sent you the signal, then the gtk_main_quit might have done something weird with a thread00:05
ochosihumm, i see00:05
ochosiso just connect the gtk_main_quit directly as callback to that signal?00:05
robert_ancellyou probably can as a shortcut00:05
ochosirobert_ancell: sorry to be so verbose (i've never used g_unix_signal_add before), like this? g_unix_signal_add(SIGTERM, gtk_main_quit(), NULL);00:12
ochosiinstead of the current signal (SIGTERM, sigterm_cb);00:12
robert_ancellyes, except drop the () from the gtk_main_quit00:12
ochosiah sure00:12
robert_ancellI haven't actually used it myself but that looks right00:13
ochosiwell i can at least push it to a branch and ask ppl for testing00:13
ochosithanks a lot for the pointer, robert_ancell!00:13
robert_ancellnp, hope it solves it!00:13
ochosime too :)00:14
=== duflu_ is now known as duflu
=== FJKong_afk is now known as FJKong
pittiGood morning06:03
=== soren_ is now known as soren
seb128good morning desktopers09:02
Laneyhello!09:02
seb128hey Laney, how are you? had a good w.e?09:02
seb128pitti, hey, do you know why we didn't get a langpack update for ~1month? would be nice to have one for beta this week09:03
seb128we had a few regular ones in february09:03
seb128but nothing since09:03
pittiseb128: err, we didn't?09:04
pitti# disabled for 14.04 beta 1 preparations09:04
pittieek, I forgot to re-enable the cronjob, sorry09:04
pittiseb128: I'll build them now09:04
seb128no worry09:04
seb128pitti, danke!09:04
seb128pitti, where is the cronjob (do I have access in case it happens once while you are not around to do the edit)?09:05
pittiseb128: germanium.canonical.com09:05
pittilangpack:x:2520:pitti,dpm09:05
pittiseb128: I'll send an RT to get you added09:05
pittiseb128: no seb128 user on germanium, I'll include that09:06
Laneyhey seb128, good thanks - climbing and hanging out in the sun during the parts where it was sunny09:07
Laneyyou?09:07
Laney& hey pitti ;-)09:07
seb128pitti, thanks, but both dpm and you might be enough? well, your call, I guess it doesn't hurt having an extra backup to the list ;-)09:07
pittiseb128: yep09:07
seb128Laney, good thanks, some shopping, some house cleaning, went to the spa and mostly been lazy otherwise ;-)09:08
Laneynice!09:08
LaneyI've been hearing about French elections on the news this morning ;-)09:08
seb128oh right, local elections09:09
seb128but as usually, some people use those to show they are unhappy about the government09:09
Laneyyeah, because of the Front national winning in some towns09:10
seb128right09:10
pittihey Laney, how are you?09:10
Laneydoing good thanks pitti, sunny day today!09:10
Laneyalthough still quite cold09:11
Laneyand you? good weekend?09:11
pittiLaney: heh, here as well; just the right time after a dreadfully wet and cold WE..09:11
Laney(oh no, the panda has crashed for the first time since dist-upgrading to trusty without being rebooted)09:11
Laney(#willitboot)09:11
pittiLaney: yeah, we changed the planned BBQ to a board/card gaming afternoon with some friends yesterday, and we did some gardening on Sat morning09:11
pittiLaney: wow, still using your panda?09:11
Laneynice09:13
Laneyyeah, it does some graphing for my currentcost and runs debmirror09:14
Laney& test builds of small stuff09:14
Laneynot looking too hopeful09:14
seb128ochosi, hey, I noticed that the theme change to restore the buggy symlinks made the gnome/unity-control-center keyboard icon wrong09:24
ochosiseb128: oh, i'm very sorry about that regression, i was obviously not aware of that. can you show me a quick screenshot of what it looks like and what it should look like and i'll try to fix it09:25
ochosi(most likely an icon from Humanity that would have to be included in ubuntu-mono. in case that's impossible due to licensing issues, we'd have to revert the patch, but in that case i'd suggest to also drop the broken symlinks in the process)09:26
seb128ochosi, what it looks like, /usr/share/icons/ubuntu-mono-light/status/22/input-keyboard.svg09:26
seb128ochosi, what it should be, /usr/share/icons/Humanity/devices/48/input-keyboard.svg09:26
ochosiso is the icon in unity-control-center scaled up?09:27
ochosior is it 22px09:27
seb128scaled up09:27
seb128ochosi, http://people.canonical.com/~seb128/keyboard.png09:28
ochosihmpf, yeah, well actually that's a problem of how icon-themes inherit in ubuntu (iirc there's a ubuntu specific patch)09:29
seb128I don't think it is09:29
seb128our themes are in priority order: mono > humanity > gnome > hicolor09:29
ochosion other distros if an icon isn't found in the demanded size, it looks in the inherited theme09:29
ochosiin ubuntu it scales up/down any icon with that name it finds in the icon theme09:29
ochosii'm not saying which version is better in general09:30
seb128well, you have flags in GTK to specify if you want to enforce the size or not I think09:30
ochosibut that's how things work09:30
seb128hum, are you sure it's the theme?09:30
seb128larsu, do you know about ^?09:30
ochosiso anyway, to work around this problem, the easy thing is to just include a 48px version of input-keyboard.svg in ubuntu-mono09:30
ochosithat way, the correct icon gets used in the settings-manager09:31
seb128well, the icon is not mono :p09:31
seb128I think we should rather drop the 22x from it09:31
seb128(there is also the license issue)09:31
ochosiyup, that's the other solution09:31
seb128ochosi, https://code.launchpad.net/~jbicha/ubuntu-themes/drop-input-keyboard-icon/+merge/18179309:31
ochosiso, what i'd propose:09:32
seb128not the first time we have that issue09:32
ochosi:)09:32
* larsu reads scrollback09:33
ochosiso i think an ok workaround would be to just rename the input-keyboard.svg to ibus-keyboard.svg09:33
ochosithat way there's still support for the ibus and nothing is broken09:33
larsushoudln't it be input-keyboard-symbolic?09:35
ochosinah, it's not a symbolic icon09:35
ochosiit's just a mono icon09:35
seb128shouldn't it be input-keyboard-panel? :p09:36
ochosiyeah, that's another easy solution :)09:36
* larsu is confused09:36
ochosialthough that name doesn't get used anywhere ;)09:36
ochosilarsu: how can i help? shall i re-summarize?09:36
larsuyes please09:36
ochosiok09:36
ochosi1) there were broken symlinks in ubuntu-mono to keyboard.svg and ibus-keyboard.svg (pointing to input-keyboard.svg, which wasn't there anymore)09:37
ochosi2) i saw that, brought the icon back, symlinks fixed09:38
ochosi3) that causes unity/gnome-settings.manager to pick up that icon for the keyboard settings09:38
ochosi4) so there are several scenarios to resolve this problem09:38
ochosi4.1) add a 48px colored version (from Humanity?) of input-keyboard to ubuntu-mono so that one gets used in the settings manager09:39
ochosi4.2) drop input-keyboard and all the symlinks09:39
ochosi4.3) rename input-keyboard to either ibus-keyboard or something new to keep the symlinks alive09:40
ochosi5) decide what to do (this is where we are now)09:40
larsuochosi: thanks. 4.2 sounds best to me, but I guess that would mean breakage in other parts?09:40
* seb128 votes 4.209:40
ochosi4.1) has licensing issues, so i'd not advise to go with that09:40
seb128it's also not a mono icon09:40
larsuright09:40
seb128so it shouldn't be in ubuntu-*mono*09:40
larsuseb128: I like your logic ;)09:40
seb128I doubt it's going to create new issues09:41
larsuit sounds ... sound09:41
seb128the icon was missing/symlink buggy for a while09:41
larsuthat's what I as thinking. Let's just do that, then09:41
seb128so it would just send us back to that state, with the buggy symlinks cleaned09:41
ochosi4.2 is possible, ibus will simply have another icon then (a colored one i suppose) and look less integrated for those that use it over indicator-keyboard (not sure many will, but just mentioning it)09:41
seb128oh09:41
seb128hum09:41
larsuibus in the panel, you mean?09:41
ochosiyup09:41
ochosithere's most likely no harm in keeping input-keyboard as ibus-keyboard09:42
seb128right, that works for me as well09:42
* larsu is okay with that as well09:42
seb128ochosi, ok, let's do that then, rename it ibus-keyboard09:43
ochosiokeydokey09:43
ochosinot sure about the "keyboard.svg" in that status folder09:43
ochosino idea what that would be used for09:43
ochosiyou can either make it a symlink to ibus-keyboard or drop it09:43
* ochosi is a bit clueless about that one09:43
seb128drop it I would say09:44
ochosifine by me09:44
seb128we can add it back if somebody find an use and request for it09:44
seb128less surprise this way09:44
ochosi(the broken symlink from before didnt work anyway, so it's not a regression in 14.04 so far)09:44
ochosiyup09:45
ochosisounds sane09:45
ochosiseb128: do you want/need a MR from me or are you handling this directly?09:45
seb128ochosi, mp would be nice so I can ack it and land it09:45
seb128if I do it I need to find another lander09:45
ochosihehe, bureaucracy :)09:46
seb128yeah...09:46
seb128ochosi, thanks ;-)09:46
ochosino problem ;)09:46
* seb128 finds https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1189382 which has a good point09:46
ubot2Launchpad bug 1189382 in gnome-control-center (Ubuntu) "Misleading icons for “Keyboard” and “Keyboard Layout” in Control Center" [Undecided,New]09:46
seb128we should invert the Icon= of those 2 .desktops09:46
ochosiseb128: hm, yeah, that is somewhat true. so does that affect my MP and what we just discussed though?09:55
seb128ochosi, no, the icons are right, the .desktop in u-c-c should be updated09:56
ochosiok, good09:56
* ochosi is a bit distracted and just wanted to make sure09:56
seb128thanks for checking ;-)09:56
ochosinp09:57
ochosiseb128: done10:08
seb128ochosi, thanks10:09
* ogra_ sighs ... 11:00
ogra_so my XPS13 still doesnt turn off the screen if i close the lid ...11:00
seb128it should suspend?11:01
ogra_and i get a black screen about 30sec after unlocking when it was closed over night11:01
ogra_seb128, no, it shouldnt11:01
ogra_seb128, but the backlight should turn off11:01
* ogra_ had hopes that was fixed with the last upgrade (which i did yesterday)11:02
seb128is that the "screensaver doesn't turn the screen off" issue?11:02
ogra_but seems it wasnt11:02
ogra_might be11:02
seb128when did the issue start?11:02
seb128when we got the new lock screen?11:02
ogra_two weeks ago perhaps11:02
ogra_yeah11:02
seb128right11:02
seb128the unity guys are supposed to work on that11:03
ogra_it seems to turn it off ... but only after i unliocked11:03
seb128you can probably go back using gnome-screensaver as a workaround meanwhile11:03
ogra_i.e. i open the lid in the morning, see the lock screen, type my PW, see the desktop for 30sec, then everything goes black with a clock in the top right ... when i then wiggle the pointer i get the desktop back11:04
ogra_it doesnt hurt, i can wait ... just want to be sure we dont release with it11:04
seb128yeah, don't worry11:06
seb128ogra_, https://bugs.launchpad.net/ubuntu/+source/unity/+bugs?field.tag=lockscreen11:06
ogra_oh, thats a few :)11:06
seb128yeah, I'm pondering if we should go back to the old lockscreen, need to check with bregma what's the status on getting his team fixing those issues11:07
seb128ogra_, I think your issue is bug #129293511:07
ubot2Launchpad bug 1292935 in unity (Ubuntu) "New Lockscreen inhibits putting the screens to sleep." [High,Triaged] https://launchpad.net/bugs/129293511:07
ogra_right11:08
ogra_jst reading that11:08
ogra_*just11:08
ogra_seb128, thanks !11:08
* ogra_ clicks "me too" and moves on11:08
=== ayan_ is now known as ayan
=== Sweetsha1k is now known as Sweetshark
davmor2seb128: there are a few very similar to that I don't know if they have all been merged11:15
seb128davmor2, I don't know, I'm waiting for some round of fixes to land to go through the bug and triage them/ask if the issues are resolved11:16
seb128Laney, Trevinho: what was the conclusion about the apps scaling UI?12:15
LaneyTrevinho was reworking it to look more like the design12:16
seb128the stuff in the landing-011 is cool (just tested it), having the current slider changing the text and GTK scales as fit12:16
Trevinhoseb128: nice :)12:16
TrevinhoLaney: yeah, I've mostly done it, but i've to add the 2nd slider12:16
seb128like 1.5 sets unity and text to 150% and keep gtk to 112:16
Laneycool12:16
seb1282 does the right set and put everything to 212:17
seb128nice to see also the menus match the panel text ;-)12:17
seb128Trevinho, why a second slider? the current behaviour seems fine to me12:17
Trevinhoseb128: we want to control things on multimonitor12:18
seb128what things?12:18
Trevinhoseb128: the scaling of text or gtk is global, so we need to define what to do if there are multiple monitors attached12:19
seb128right12:19
seb128didn't we speak about having a combo that let you select which screen you want to use as a basis for scalling?12:19
Trevinhoseb128: or I've done a combo for now12:19
Trevinhoseb128: http://i.imgur.com/4REmE0H.png12:19
Trevinhoseb128: that's what I've done for now12:20
Trevinhoif that's fine, it's ready12:20
=== MacSlow is now known as MacSlow|lunch
seb128I'm sure mpt is going to have to say on labels alignement at least12:20
seb128having the "1" on the side rather than under the scale as well12:21
TrevinhoI can make them to stay on left, not sure... As they don't look so nice12:21
Trevinhoyeah, these are small things to tune :P12:21
Trevinhothe logic thing on the combo is the main one12:21
seb128right, I like that screenshot on principle12:21
seb128though I'm still unsure the combo is something users are going to understand12:22
seb128in any case, get it in the shape you want, then ask for a ffe/uife, you are going to need those (or  recycle the one from hikiko, though the solution changed slightly so the description needs to be updated)12:22
Trevinhoyeah...12:24
=== FJKong is now known as FJKong_afk
TrevinhoLaney: any thought on that screenshot ^12:25
LaneyThe idea is reasonable, but I still find 'Highest scale across displays' to be unintuitive12:26
TrevinhoLaney: yeah, any proposal?12:27
LaneyNot as such ...12:29
LaneySomething like 'Largest available size'12:36
Laney?12:36
Laney(brb, early lunch)12:36
seb128attente, hey, you are around that this time?12:46
* seb128 losts track of timezones12:46
seb128attente, I'm looking at landing your u-g-m fixes, they seem mostly good but that makes "_" show back in e.g inkscape or gvim, like "_Open" (the underscore is on its own char rather than being an underline)12:48
Trevinhoattente: ah, about that.... I've noticed that in inkscape, if you've loaded svg files with "_" in the name, then they shows as underlined inside the reopen menu12:56
=== alan_g is now known as alan_g|lunch
=== MacSlow|lunch is now known as MacSlow
=== alan_g|lunch is now known as alan_g
=== greyback is now known as greyback|lunch
seb128bregma, hey, I tested the unity landing ppa, +1 for me to land it14:23
seb128kenvandine, hey, well done on landing the content-hub work! ;-)14:24
kenvandineseb128, thx :)14:24
bregmaseb128, thanks14:26
seb128oh, andyrock is there!14:26
seb128andyrock, hey, how are you? still working on those lockscreen issues?14:27
andyrockseb128, yes14:28
andyrockthey are pretty complicated14:28
seb128andyrock, do you have any estimate when you are going to get fixes? beta freeze is today, it starts looking like we should maybe considering reverting to gnome-screensaver if the bugs are too difficults to be fixed for the release14:29
mdeslaurgah! /me cries14:29
andyrocki can have a fix for the double lock today14:30
andyrockfor the lockscreen not invoking idle screen not sure14:30
seb128andyrock, that would help maintaining the feature in place, that one is a real user experience blocker14:30
seb128ok14:30
seb128can't we just keep gnome-screensaver handle the idel?14:30
andyrockseb128, that what we do14:31
andyrockthe problem is that g-s requires the grab to do that14:31
seb128oh14:32
andyrocki managed to get the fade starts14:32
andyrockbut as soon as it finishes for some reasons it starts again14:32
seb128ok14:33
seb128one bug at the time, let's fix the double lock one, then the idle one14:33
andyrockok14:33
andyrockthan we have another issue14:34
andyrockyou switch user14:34
andyrockthan you move back to the other user14:34
andyrockthe lockscreen starts to fade14:34
andyrockbut it's an issue with all the lockscreens14:35
seb128let's not worry much about things are not regressions14:35
jmaderomorning all14:45
jmaderoanyone else seen an issue where unity background is completely gray but controls work fine (left side bar)14:45
jmaderoI think gnome and Unity aren't playing nice together14:45
seb128bregma, do you keep the upstream unity bugs on "fix commited" rather than "fix released" on purpose? if so, it might be nice to roll a tarball (or do whatever you require to close those) to clean the noise from the buglist14:45
seb128jmadero, hey, use #ubuntu for user questions14:45
jmaderolol dang Sweetshark14:45
jmaderoseb128: thanks - I was sent here by Canonical;)14:46
seb128lol14:46
seb128Sweetshark, we don't do user support on that channel, we have launchpad for bug reports :p14:46
Sweetsharkseb128: sure, but its a long journey from #libreoffice-qa to launchpad ...14:49
bregmaseb128, we keep upstream bugs as 'fixed committed' until we do an upstream release -- which will be soon so we can branch for maintenance14:49
seb128Sweetshark, well, that question is an unity one...14:50
seb128bregma, you should roll a beta tarball or something so you can close them ;-)14:50
bregmawe'd release more often except we keep getting process curveballs thrown at us14:50
Sweetsharkjmadero: would you have a filed a bug on launchpad, if I would have told you in the #libreoffice-qa channel? or would you have just walked away?14:50
seb128bregma, everybody else just close their upstream bugs when stuff land in Ubuntu nowadays (or just use one buglist, the ubuntu one)14:51
seb128jmadero, can you share a screenshot showing your issue? (it doesn't ring a bell but I'm unsure to understand your description)14:51
jmaderoSweetshark: lol trying to get me to take sides knowing we're colleagues on LibreOffice ;)14:51
jmaderobut to be honest - I would have walked away - I in general use a different DE but like Unity to work14:52
jmaderoso that I can test LibreOffice bugs - this is a minor inconvenience14:52
jmaderolet me boot into Unity - one minute14:52
jmaderookay more than one minute - Okular is terrible and takes about 5 minutes to save :-/14:52
jmaderobut I can describe better14:53
jmaderoafter I installed Gnome3 from ppa - Unity was completely broken, I reinstalled Unity and it seems to now work fine but the background is this terrible gray and I cannot change it14:54
jmaderoeverything else seems to work fine -- although there were some tricks I had to search for (like the mouse pointer goes invisible when you install gnome3) but that's been fixable14:54
seb128jmadero, weird, gnome3 shouldn't impact on Unity sessions14:57
seb128Trevinho, I don't understand what is your new migration script in unity doing?14:57
jmaderoseb128: yeah I never had the issue until this round of install - very strange14:57
jmaderookular is still frozen so can't screenshot it right now14:57
jmaderoI try not to hate on free software but okular can be troublesome ;)14:58
seb128hehe14:58
=== vrruiz_ is now known as rvr
jmaderostill frozen, dangit15:03
sil2100seb128: maybe you'll know more, maybe it's already resolved - in the morning I upgraded my desktop system and apt forced the uninstall of ubuntu-desktop because checkbox-ui is unavailable15:05
sil2100seb128: is that a known thing?15:05
seb128sil2100, yeah, I think it's a fallover from the python transition15:06
=== greyback|lunch is now known as greyback
=== alan_g is now known as alan_g|tea
=== alan_g|tea is now known as alan_g
seb128Laney, thanks for looking at activity-log-manager, if you feels like working a bit more on it there are a few other issues (the lock screen values are not translated, you also get a segfault if you open online-account then security&privacy, ...)15:45
Laneyseb128: oh, interesting, is that how you do it?15:46
seb128the segfault?15:46
Laneyno, doesn't happen15:46
seb128yes, there is one libgee unhappy when you do that15:46
LaneyI tried to reproduce it15:46
Laneybut couldn't15:46
seb128run u-c-c, go to online accounts, go back to the grid, click on privacy?15:46
Laneyyeah15:46
seb128happens every time with those steps for me15:46
Laneyaha I got it now15:47
seb128Laney, I've a guess at why it's happening15:48
seb128uoa and activity-log-manager link to different libgee versions15:48
seb128so I wouldn't be surprised if that's a symbol conflict15:48
seb128we should try to have only 1 libgee version in there15:49
seb128Laney, you can maybe have a go at try to build alm with the new libgee (I would start by trying that)15:50
LaneyI'll look into it, thx for the steps15:52
seb128yw!15:52
seb128do you want me to write that on the bug?15:52
seb128Laney, sometime writing about thing helped, I just though about the libgee versions mismatch now, where I had looked at the bt before15:53
seb128it just occurred to me while trying to think about what the online account had which was special15:53
Laneyseb128: where do you see gee coming from online-accounts?15:57
seb128Laney, hum, I tried to uninstall libgee-0.8-2 and it was removing it, but that's through indirect depends15:59
seb128here goes that theory :/16:00
Laneycould be loaded into the process through plugins16:01
seb128yeah16:03
seb128the empathy stuff use libgee16:03
seb128it would still be good to have a go at building alm with the new gee, cleaning the old lib and maybe resolving that issue on the way16:03
Laneytedg: any reason https://code.launchpad.net/~a-j-buxton/libindicator/remove-timeout/+merge/198070 hasn't been reviewed?16:14
tedgLaney, We've talked about it, it needs all the startup patches to land to make it safe.16:14
tedgLaney, It's more in holding than "not reviewed"16:15
Trevinhoseb128: ah, I missed the mention. It's keeping the user-setting text-scaling, copying it from gnome to unity16:15
seb128Trevinho, how is it doing so? is there a new key for unity? I don't see it mentioned there16:16
Trevinhoseb128: yes there's a new key for unity... That will update the gnome one accordingly, if needed16:18
seb128Trevinho, the script doesn't mention any unity key though, how does it work16:19
seb128the Popen(("dconf load "+GNOME_UI_SETTINGS_PATH).split()..) and "p.communicate(input="[/]\n"+GNOME_TEXT_SCALE_FACTOR+"={}".format(text_scale_factor).encode('utf-8'))" is a bit magic to me16:20
Trevinhoseb128: mh, yeah... I must have been too tired when I wrote it.. I probably committed it when not finished -_-16:21
Trevinhoseb128:  let me fix it16:21
Trevinhodamn it16:21
seb128Trevinho, that landing in trusty so you need a new merge request16:21
Trevinhoand when I tried it worked only because thanks to unity16:21
Trevinhomh, ok16:21
seb128landed*16:22
=== mjohnson15_2 is now known as mjohnson15
Laneyseb128: http://people.canonical.com/~laney/package-junkyard/ please to test16:47
seb128Laney, you want me to install junk?! ;-)16:48
seb128sure, doing that in a minute16:48
Laneythere's always some gems in the heap16:49
Laneywe have a whole tv show about that, "scrapheap challenge"16:49
seb128Laney, seems to work fine and fixes the segfault16:59
Laneynice16:59
Laneya correct theory then16:59
seb128excellent17:00
seb128if you still feel like fixing mores issues there, there are the missing translations and the whoopsie unlock control not behaving as it should17:00
Laneyyeah, looking at the lock one17:02
Laneywhy is bzr randomly different from the packagE?17:02
Laneylike someone imported the quilt packages there but they don't actually apply in the branch17:02
seb128I'm unsure, that project is a mess atm17:03
seb128Seif started it iirc, but they stopped being active17:03
Laneyand it has the generated c code in bzr17:03
Laneyweird stuff17:04
seb128robert_ancell has been fixing a bunch of issues and mps fixes but they are still waiting for review I think17:04
seb128we should probably take over it and put it under CI/train landing, etc17:04
seb128Laney, https://code.launchpad.net/activity-log-manager/+activereviews ...17:05
seb128seems like robert_ancell tried to get it under CI17:05
seb128happyaron, hey, could you review https://bugs.launchpad.net/indicator-keyboard/+bug/1290881 ?17:07
ubot2Launchpad bug 1290881 in indicator-keyboard (Ubuntu) "indicator-keyboard suppresses IBus candidate window" [High,In progress]17:07
Laneymmm17:07
seb128happyaron, there is an ibus patch in there, I assigned it to you some days ago, that's blocking the indicator work17:07
=== maclin__ is now known as maclin
chrisccoulsonseb128, can you remind me how i find what crash reports have been submitted from a particular machine?17:18
chrisccoulson(i'm sure you've told me before)17:18
seb128chrisccoulson, you can find the link in system-setting->security&privacy17:20
seb128chrisccoulson, or webbrowser 'http://errors.ubuntu.com/user/'$(printf $(sudo cat /sys/class/dmi/id/product_uuid) | sha512sum)17:20
=== Fudus2 is now known as Fudus
chrisccoulsonseb128, thanks17:26
seb128chrisccoulson, yw!17:29
=== alan_g is now known as alan_g|afk
chrisccoulsonhas anyone on the desktop team got an account on bugzilla.mozilla.org?18:00
Laneythat is the most trappy question I have ever heard :P18:01
LaneyHERE, HAVE FIREFOX, LALALA18:01
Laney(no I don't, sorry)18:01
chrisccoulson:(18:02
chrisccoulsonoh, seb128 is already offline18:03
chrisccoulsonin that case, he volunteered18:03
chrisccoulsonhah18:03
chrisccoulsonhe has one18:03
chrisccoulsonusing his debian email address18:03
Laneywin18:03
=== alan_g|afk is now known as alan_g
rickspencer3too bad robert_ancel isn't here18:08
rickspencer3I just used simple scan, I am always impressed how well it works and how easy it is18:09
tedgIt seems that rhythmbox now has a rhythmbox-plugins that includes the MPRIS plugin.18:28
tedgIs that installed by default?18:28
tedgIt kinda breaks the sound menu to not have it installed18:28
ogra_tedg, apt-cache show rhythmbox-plugins|grep ^Task18:33
ogra_(no idea if MPRIS is enabled at package build time though)18:34
tedgogra_, Ah, cool. I didn't know that info was there!18:34
tedgI think I must have just not gotten it on upgrade then.18:35
ogra_there is also the "seeded-in-ubuntu" command18:35
ogra_(but i'm to oldscool for that :P )18:35
tedgInteresting though, seeded-in-ubuntu seems to only work with source package names?18:36
tedgSeems a bit odd.18:36
tedgogra_, Hmm, they disagree. There is a task for ubuntu-desktop but seeded-in-ubuntu doesn't say that the plugins is in ubuntu.18:38
ogra_it is in the ubuntu-desktop tsak, which we install during image creation18:38
ogra_*task18:38
tedgogra_, K, kinda curious what seeded-in-ubuntu uses then.18:40
ogra_the manpage might know18:41
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
robert_ancelljasoncwarner, should be mark bug 1281058 as "ubuntu-desktop-trusty"20:51
ubot2Launchpad bug 1281058 in systemd (Ubuntu) "The system shutdowns when multiple accounts are open" [Low,Triaged] https://launchpad.net/bugs/128105820:51
ochosirobert_ancell: hmm, now i got a log for that bug i was telling you about (the greeter not exiting as it should), but i dont see anything strange/telling there, would you mind to take a quick peek? (https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1290575)21:27
ubot2Launchpad bug 1290575 in LightDM GTK+ Greeter "lightdm-gtk-greeter does not exit cleanly when logging in" [High,Confirmed]21:27
robert_ancellochosi, looking21:28
ochosity!21:28
robert_ancellochosi, I'm guessing they edited the log files - I was wondering what weird bug they had that used "<user>" as username :)21:30
ochosihehe21:31
ochosiyeah, i'd presume so21:31
robert_ancellochosi, is the greeter that is left around interactive?21:32
ochosirobert_ancell: from my single experience it's only shown in the taskbar like a minimized window21:32
ochosirobert_ancell: i was able to right-click and close it and then everything worked fine, apparently not everyone is so lucky21:33
ochosirobert_ancell: and i guess i should add that i don't use desktop-icons, so it might well be that the greeter overlays those21:33
robert_ancellochosi, ah, I think I know what it is21:33
* ochosi feels more hopeful all of a sudden21:34
robert_ancellochosi, it might be due to XSetCloseDownMode (display, RetainPermanent); which means the X windows stay open after the greeter quits21:34
robert_ancellThis is so the background is shown before the session starts (otherwise it would revert to the default X background)21:34
ochosirobert_ancell: yes, otherwise you get flickering on login, no?21:34
ochosiyeah21:34
robert_ancellI suspect the greeter is not closing the existing window / redrawing the background correctly21:35
robert_ancellAnd that might be due to gtk_main_quit not working properly21:35
ochosiok21:35
ochosithat makes total sense21:35
ochosiso adding the g_unix_signal_add would tackle that most likely21:35
robert_ancellyes21:35
ochosivery very good21:35
ochosithank you very much!21:35
robert_ancellnp21:35
robert_ancellDon't we all love X's rough edges :)21:36
ochosihehe21:36
=== ajmitch_ is now known as ajmitch

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