/srv/irclogs.ubuntu.com/2013/09/04/#xubuntu-devel.txt

micahgknome: I thought I uploaded that keyboard fix already01:14
Unit193https://code.launchpad.net/~smd-seandavis/xubuntu-default-settings/keyboard-shortcuts/+merge/18235201:27
micahghrm02:09
micahgis that a blocker for beta 1?02:09
ochosiali1234: the icons are still misplaced in the gtk3 indicators even with greybird (in saucy)08:30
ali1234yeah, the icons are08:30
ochosiso there is definitely something fishy there08:30
ali1234it's because of the code that tries to make the indicators go in to rows if the panel is big08:31
ali1234it's terrible and doesn't work properly08:31
ochosi:/08:31
ali1234i've been reading it all night08:31
ali1234my only conclusion is it has to go. it cannot be fixed08:31
ochosibut generally speaking it works08:32
ali1234kind of08:32
ochosii mean if you extend the panel to 50px you get multiple rows08:32
ali1234if you don't mind the icons bouncing around08:32
ochosiwhich is kinda helpful08:32
ali1234multiple rows isn't that useful really08:33
ali1234it only works with "small" icons08:33
ochosibut the indicators are fixed to 22px08:33
ali1234no, they're not actually08:33
ali123422px is the minimum size08:33
ochosiweird, they should be08:33
ali1234they can be bigger08:33
ochosibut they don't scale up atm08:34
ali1234like the datetime08:34
ali1234yeah, they do08:34
ali1234the code to determine the size is really complicated08:34
ochosiyeah, imo that should all go08:34
ochosijust fix the size to 22px and be done with it08:34
ali1234you can't08:34
ali1234datetime isn't 22px08:34
ali1234multiload isn't fixed width either08:34
ochosibut upstream fixes all iconsizes to 22px08:34
ochosiiirc08:35
ali1234well it might think it does, but it actually doesn't08:35
ochosiokie...?08:35
ali123422px is only the minimum size of any indicator but it does MAX(ICON_SIZE, gtk_pixbuf_w) and so on08:35
ali1234as part of the real calculation08:36
ali1234there is code which will scale the icon to 22px but only if the icon is square, and many aren't08:36
ali1234the code also forces text labels to be 22px high for no particular reason - that's why datetime is misaligned vertically when the panel size is odd08:37
ochosi:/08:37
ochosiso basically even ubuntu screws it up, and it only works for their scenario because their panel doesn't resie08:38
ochosiresize08:38
ali1234yeah08:38
ochosithat blows08:38
ochosii'd suggest you explain that to andrzejr...08:39
ochosii'm not really sure what the best course of action would be08:39
ali1234me neither08:39
ali1234i can't see a way to rewrite this that will work with all the corner cases08:39
ochosiwell i'd say if it works without the corner cases it's still so much better than what we have now...08:40
ali1234i have it mostly working after disabling the multiline stuff but it still not quite right08:40
ali1234oh, the corner cases are why it's broken08:40
ochositbh i think that switching to a menubar would be one solution08:40
ali1234because of how gtk cntainers work08:40
ochosithat'd also solve all theming issues08:41
ali1234if you have a container with all different size things in it, it doesn't align/resize properly08:41
ochosiyeah, no wonder08:41
ochosiand then there are 3 different panel modes (horiz,vert,deskbar)08:41
ali1234but the way this works is that things can be 22px *or more*08:41
ochosimakes things even more complicated08:41
ali1234the panel orientation is actually the simplest part08:41
ochosibut can't at least the vertical 22px be fixed?08:42
ochosijust let it expand horizontally08:42
ali1234the broken code is dutifully cased to be broken in exactly the same way for both :)08:42
ochosiawesome08:42
ochosireporting a bug upstream then maybe?08:42
ali1234yes, you can fix it to 22px, but if you do that with the text indicators, they don't align properly with everything else on the panel08:42
ochosisounds like you could send an email to the ayatana ML08:43
ali1234it doesn't have anything to do with ayatana...08:43
ali1234it's more to do with themes08:43
ali1234you can't hard code the size of indicators, because you don't know what size the icon or font is going to be08:44
ali1234the container needs them all to be the same size, but in order for text to align properly, they all have to be the same height as the natural height of the gtk label, which you can't know without knowing the font08:44
ochosibut what do you expect from the theme?08:45
ali1234nothing08:45
ali1234the point is, it can change08:45
ochosiwhat can change?08:45
ali1234the font and the font size08:46
ochosiyeah, but that could even be fixed by the theme (at least in gtk2 it could)08:46
ali1234and for the other indicators, the icon from the icon theme08:46
ochosigenerally speaking i'd say if it works for our default setup, that's (almost) good enough08:49
ali1234it's easy to make it work correctly with fixed size panel, and specific theme, icons, and font/font sizes08:50
ali1234the problem is if you change even one of those it goes wonky08:50
ali1234can you send me a screenshot of the "wrong" icons?08:51
ochosiwhat do you mean with wrong?08:53
ochosiyou mean because i said they're not centered?08:53
ali1234yeah08:53
ochosithey're just off by 1px08:53
ochositoo close to the bottom08:53
ochosilike you mentioned yesterday08:53
ali1234all of them?08:53
ali1234or just some of them?08:53
ochosihttp://www.zimagez.com/zimage/screenshot-09042013-105358am.php08:54
ochosiit seems like all of them08:54
ochosibut e.g. the synapse indicator looked totally off too08:54
ochosibut i wouldn't bother with single indicators and their particular behavior08:54
ali1234what if you make the panel bigger by exactly 1 pixel?08:54
ochosiit looks better, but it08:54
ochosi's still base-aligned08:55
ochosithis is 26px (+2): http://www.zimagez.com/zimage/screenshot-09042013-105521am.php08:55
ali1234you need a minimum of 28px with the default settings08:55
ochosidoesn't look different to me in terms of centering08:56
ali1234when you mouse over the icons are they all the same size?08:56
ochosiyes08:57
ochosibtw, the soundmenu is awfully broken08:58
ochosihttp://www.zimagez.com/zimage/screenshot-09042013-105816am.php08:58
ali1234lolwat08:59
ochosiyeah, no clue what's up with that08:59
ali1234maybe you're missing libido08:59
ali1234ok, you see how the blue background fills the panel when you mouse over the sound menu?08:59
ochosinope, that's installed08:59
ochosiyeah09:00
ochosii see that09:00
ali1234what happens if you make the panel be say 50px and then mouse over the wifi icon?09:00
ochosiso the widget scales up, but the iconsize is fixed (which is what i was talking about before)09:00
ali1234or the message icon09:00
ochosistill a small blue hover square09:00
ali1234right. but the sound one is the full height, yeah?09:00
ochosino, they're all the same09:01
knomemicahg, nope.09:01
ali1234well, that's different to what i see09:01
knomemicahg, you might've uploaded, i don't know. i'm asking because the bug/blueprint statuses says you didn't09:01
knomemicahg, i'm fine if it lands before final.09:01
ali1234here, the sound icon isn't square, so it fails the is_small test and gets extended to full panel height09:01
ochosii see09:02
ochosii'll recompile the plugin then09:02
ali1234so unless you've overridden the height in the theme...09:02
ochosinot reall09:02
ochosiy09:02
ochosiali1234: http://www.zimagez.com/zimage/screenshot-09042013-110418am.php09:04
ochosi(after having recompiled the plugin)09:04
ochosibefore i just did a make install from the version i built in raring09:04
ochosiso as you can see it's still square09:04
ochosibut the soundmenu is weird09:05
ali1234sound menu looks fine now09:05
ochosiwhat, it's supposed to be like that?09:05
knomeubottu, the OEM iso produces unrecoverable errors when trying to boot into what's supposed to be the end-user config09:05
ubottuknome: I am only a bot, please don't think I'm intelligent :)09:05
ali1234that's how it's supposed to look if you have loads of music players installed, yes09:05
ochosishouldn't the playcontrols be hidden?09:05
ali1234no09:05
ochosiat least in raring they were09:05
knomeUnit193, the OEM iso produces unrecoverable errors when trying to boot into what's supposed to be the end-user config09:05
ochosiaha, the playbutton even works and starts up gmusicbrowser09:06
ochosiso they changed that09:06
knomeUnit193, "The installer encountered an unreoverable error. A desktop session will now be run so that you may investigate the problem or try installing again."09:06
ali1234ochosi: give this a try: https://github.com/ali1234/xfce4-indicator-applet/tree/child-alloc09:06
knomeUnit193, click "OK" -> launches a GUI again, same error -> infinite loop09:06
ali1234it will probably still be broken, but in a different way09:06
ochosiactually the current version doesn't seem broken to me at all09:07
ochosiit's just off by 1px09:07
ali1234try a different theme09:07
ochosithat's not a criterion09:07
ochosithemes have to be fixed09:07
ali1234well, try that version anyway09:07
ochosisure ;)09:07
ochosii just wanted to say, it's not as bad as it sounded09:07
ali1234it's not bad with greybird because of all the special casing you;ve done... but that's just papering over the cracks09:08
knomeUnit193, http://temp.knome.fi/xubuntu/saucy_testing/xubuntu-oem-fail.png09:08
ochosiali1234: no, not really09:08
ochosiit's clear that this *needs* special theming09:08
ali1234it doesn't need special theming09:08
ochosiit does :)09:08
ochosihow shall it pick up the colors from the gtk2 panel in your opinion?09:09
knomeUnit193, http://temp.knome.fi/xubuntu/saucy_testing/xubuntu-oem-fail-tty.png09:09
ali1234by having the gtk2 theme and the gtk3 theme set the same colour for the panel09:09
ochosiyeah, but there is no common class for that09:09
ochosiand themes still would have to be fixed09:10
ochosinot all themes behave that way09:10
ochosimany set a gradient in gtk3, but not in gtk2 because it wasn't possible09:10
ochosiwhoops, you renamed -plugin to -applet?09:10
ali1234background colour doesn't really have anything to do with overriding the button sizes and padding though09:11
ochosidoes that mean i can install both side by side?09:11
ali1234i didn't rename anything afaik09:11
ochositrue, background color is just the basis, if that's broken it looks totally broken :)09:11
ali1234oh, i guess i renamed the repo ... it won't make any different09:12
ochosiyou know, even ambiance themes its indicators other than regular buttons09:12
ochosiso it's expected that indicators don't look like regular buttons09:12
ochosii thought it'd be ideal if the gtk3 indicators in the xfce plugin would pick up that theming09:12
ochosibut i'm not sure it's possible09:12
ali1234hmm... no09:13
ali1234it's possible09:13
ochosii thought it might work by setting the widget-name to unity-panel or something along the lines of that09:13
ali1234all you have to do is set the names of the gtk classes right09:13
ochosior setting the correct widget-class09:13
ochosiwell then let's get on with it! :)09:13
ali1234here's the thing09:14
ochosi:)09:14
ali1234when i set the theme to ambiance, indicators look like normal buttons for me09:14
ochosimhm09:14
ali1234they look the same as the main menu button09:14
ali1234the corners are perhaps a little more round but that really is just gtk2/3 differences09:14
ochosijust to mention that in advance: ambiance and radiance don't have great support for the xfce panel09:15
ali1234right09:15
ali1234they don't apply any special theme to the xfce panel, and they don't apply any special theme to indicators09:15
ochosiin gtk3 they do09:16
ali1234well i can't see it09:16
ali1234i think you mean they do in unity09:16
ochosiwhere's the difference?09:17
ochosithat's what gtk3 is for ubuntu09:17
ochosiat least in the panel09:17
ali1234not at all09:17
ochosiso the unity-panel is qt now?09:17
ali1234just using gtk3 for the panel isn't enough to make the special theming work09:18
ali1234when the indicator registers on the panel it just gives a gtk label and a gtk image09:18
ali1234the applet itself has to make the actual button09:18
ali1234so the ones made by xfce don't get themed09:18
ali1234even though they are really (really) gtk3 buttons09:19
ali1234this is why the indicators look the same as the other panel stuff - none of it has any special theming09:19
ochosiyou're still referring to ambiance and radiance, right?09:20
ali1234anything at all except greybird as far as i can tell09:20
ali1234maybe not even that09:20
ochosigreybird does theme all kinds of plugins differently on the xfce panel09:21
ochosithat's why the panel has its own gtkrc file09:21
ali1234yeah09:21
ochosiand that's how it's supposed to be imho09:21
ochosithat's why all shimmer themes try to do stuff to the panel09:22
ochosimake the indicators look like they're better integrated into the panel than mere buttons09:22
ali1234the point is you can't reliably theme something that doesn't work with no customizations at all09:22
ochosi(as an eample)09:22
ochosiyeah, but we're talking about distro-level here09:22
ochosinot upstream xfce09:23
ochosixubuntu is the only distro that *really* benefits from that plugin09:23
ochosiand if we ship it, we ship themes with it that work with what we have09:23
ochosiand if people want to use other themes, they oughta fix them up09:23
ochosifor me it's as simple as that09:23
knome+109:24
ali1234if you want to patch every theme to fix the problems then that's fine09:24
knomeali1234, we don't, and we won't09:24
ochosiyeah, that was the original plan :)09:24
ali1234but you're going to need different tweaks in each one09:24
ochosii mean shimmer-themes09:24
ochosiyeah, according to each theme09:24
ali1234which has what, 5 themes in it?09:24
ochosiyeah09:24
knome5 themes is doable09:24
ochosibut as i wrote most of them, i know my way around them09:24
ochosiand the fixes are tiny09:24
ochosiin comparison to other ubuntu messes i had to clean up in the past09:25
ali1234hahaha09:25
knomeit's a fair price to pay to get gtk3 indicators back and not having to maintain the gtk2 indicator stack09:25
ali1234you won't be able to fix the theme in a way that works if someone resizes the panel by 1 pixel09:25
ochosisure09:25
ali1234knome: the gtk2 version of this applet was no better09:26
ochosinot sure what you consider broken about a larger panel09:26
ochosihttp://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/light-themes/saucy/view/head:/Ambiance/gtk-3.0/apps/unity.css#L1809:26
ochosithis is the code unity uses ^09:26
ochosieven the border width is changed to something odd09:26
ochosiso don't tell me they don't use special theming for indicators ;)09:26
ali1234they do09:26
ali1234but none of that code will apply under xfce09:26
ochosiunless we set the correct class09:26
ali1234so you get a standard button unless you patch every theme09:27
ochosiwhich is what i suggested before09:27
ochosi(in the plugin, that is)09:27
ali1234it still won't look the same though09:27
ali1234because the widget tree is different and has different properties (gtk properties, not css)09:27
ochosii know i know09:28
ochosiwhich is why i said earlier, that switching to a menubar is the only way to get reliable theming09:28
ochosiwhen wanting to recycle the unity theming09:28
ali1234yes09:28
ochosiotherwise there'll always have to be a fix09:28
ali1234the unity theming will look terrible with the current code09:28
ochosiuntil the gtk3 panel for xfce arrives09:28
ali1234especially if it goes into two rows09:28
ochosiif there's a gradient, then for sure09:28
ochosias long as only bg and fg color are picked up, it might actually help09:29
ochosibut i don't think it's worth fiddling with that09:29
ochosii'll patch the themes we ship, and we'll be done with it09:29
ochosiwe can even write a blogpost about how to fix your theme09:29
ali1234the unity themes don't modify fg and bg explicitly for the indicators09:29
ochosiand in a few weeks, the most-used themes will carry fixes09:29
ochosiyeah, which is why it'd have to inherit the unity-panel class (or UnityPanelWidget)09:30
ali1234no, the unity-panel class does not set explicit fg and bg for the panel09:30
ochosiit does, this is the bg: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/light-themes/saucy/view/head:/Ambiance/gtk-3.0/apps/unity.css#L309:30
ochosiand the fg is in line1009:30
ali1234hmm, ok09:30
ochosibtw, your branch doesn't look any different to upstream here09:31
ochosimaybe i need to recompile the panel too?09:31
ochosi(but i wouldn't think so)09:31
knomeali1234, that's debatable, but for the purposes we are doing this, it's not the poing :)09:31
ali1234no, you need to switch to a theme that hasn't been bodged to hide the problems.. but meh09:31
knome*point09:31
ochosiah :)09:31
ochosiok, will do09:31
ochosiambiance looks nice with it09:32
ochosibut the bg color of the panel is still wrong09:32
ochosibecause ambiance doesnt make it dark for the xfce panel09:32
ali1234yeah but that's the bg colour of the whole panel, not just indicator applet09:32
ochosiyeah, but unthemed = broken (imo)09:32
ochosithe indicator-buttons now look nicer than the appmenu button (which looks like a regular button)09:33
ali1234well i'd rather have the whole panel unthemed than half of it09:33
ochosiso what exactly did you change there?09:33
ali1234i changed the GtkAlign to CENTER instead of FILL09:33
ochosii see09:34
ali1234and i changed the label minimum height to 1px instead of ICON_SIZE09:34
ali1234and i removed a whole load of "+1" when the result gets divided by two09:34
ochosiso the label can be smaller than the icon-size?09:34
ali1234and i fixed the is_small() function so it doesn't fail on non-square pixbufs09:34
ochosidoesn't that get a bit hard to read?09:34
ali1234no, because it's only the minimum09:35
ochosiyeah, but that means it scales down, no?09:35
ali1234it does MAX(ICON_SIZE, gtk_prefered_height(widget))09:35
ali1234expanding doesn't stretch the contents09:36
ali1234it just fills in with empty space09:36
ali1234which isn't necessarily the same size on the top and the bottom09:36
ali1234hence the 1px misalignment (or one source of it anyway)09:36
ochosibut what i notice is that the button-borders are chopped off with your branch on a 24px panel09:38
ali1234probably09:38
ochosisame in ambiance and in greybird09:39
ali1234actually no, the borders are always visible09:39
ali1234the icons however, get cropped09:39
ali1234if you make the panel really small09:39
ochosithe top and bottom border on the button are chopped off too, unless i make the panel 28px tall09:40
ochosiwhich doesn't seem to be the case with the upstream version09:41
ali1234screenshot it?09:41
ochosisure, one sec09:41
ali1234some things to note: the icons *never* get scaled09:43
ali1234only ever cropped or padded09:43
ali1234same goes for the text labels09:43
ali1234but, the icons are not all the same size, they're not even all the same shape09:43
ali1234and some indicators generate "icons" in real time, and can change shape on the fly09:44
ali1234i haven't yet seen on with an icon and a label, but that would cause it's own set of problems09:44
ochosimhm, i see09:47
ali1234wait, is that a deskbar?09:47
ochosia vertical panel that has horizontal items09:47
ali1234no, they're always vertical09:47
ochosi(in short)09:47
ochosihttp://imagebin.org/26983309:49
ochosileft is 26px09:49
ochosiright is 28px09:49
ochosiif you look closely, you'll see the highlight-border on the top right09:49
ochosiok, gotta run (lunch)09:50
ochosibbabl09:50
knomeUnit193, do we know if the OEM mode works for xubuntu generally?10:11
Unit193I don't.10:11
knomei suppose that would be my next step then10:11
ali1234ochosi: try this one: https://github.com/ali1234/xfce4-indicator-applet/commits/child-alloc-2 - with greybird it should have vertical consistency down to 22px10:41
ali1234the cost is that the row stacking is completely disabled10:41
knomedown to 22px? does that mean it'll break with smaller panels?10:43
ali1234yes10:44
ali1234the panel that is in xfce now breaks when smaller than 28px, so this is an improvement10:44
knomewhy? that's far from optimal10:45
knomedepends...10:45
ali1234because when the panel gets smaller than 28px, the vertical alignment explodes10:45
knomeseems to work well for me10:46
ali1234you probably just didn't notice10:46
ali1234it is only out by 1 px10:46
knomei'd notice if it was ugly10:47
knomeUnit193, same error with the regular image10:48
ali1234put an indicator-datetime next to the xfce clock applet, then resize the panel. they only have the same alignment if the panel height is even and >=28px10:48
Unit193Isn't that great...10:49
knomeUnit193, yes!10:49
Unit193Lets hope since I basically have the beta, it works.10:49
knomeUnit193, what works? :)10:49
Unit193Modified OEM. :P10:50
knomeheh10:50
knomewhy would it?10:50
Unit193Magic, and I'm tired.10:50
knomeif you looked at the screenshot, the theme isn't even greybird10:50
knomethere's something fishy in there10:50
knomethere was no guarantee it'd work anyway10:50
knomebrb, phone10:50
Unit193knome: Did you get the stacktrace on bootup too?  I saw it when I removed quiet splash, but not sure what it's related to.11:20
knomenope11:20
knomei would imagine there is simply some bit we need to push for the oem installation to work11:20
Unit193Could ask quality if main works.11:21
knomewell it most probably does11:21
knomei believe that's the thing11:21
knomeit's made to work with main, but not flavors11:21
ochosiali1234: will check it out now11:22
knomewhich is why no flavor had an oem slideshow before either11:22
ochosiali1234: and i just compiled master, not your child-alloc branch before by accident... :/ sorry bout that11:22
Unit193Blame xonx, call it a day. ;)11:23
knomehah11:23
Unit193Not sure what the traceback was for, oh well.11:24
knome:)11:24
ochosiknome: in general the indicators work nicely btw11:25
knomeochosi, good to hear that11:25
ochosii really think it's not too much of a stretch to pull them in11:25
Unit193Considering how many times we've heard about it....11:26
knomein to... ?11:26
Unit193ochosi: General?11:26
ochosiUnit193: general what?11:26
ochosiknome: well at least backports11:26
knomeok11:26
ochosiUnit193: i haven't found anything so far that doesn't work with them11:26
knomeochosi, he means s/in general/generally/ ? :P11:26
ochosii mean in terms of functionality, everything seems nice11:26
ochosisome misalignments of icons in indicators that we don't install by default11:27
ochosibut nothing dramatic11:27
Unit193Cool, ISOs are going away.11:28
knomeUnit193, wha?11:28
ochosiby the way, it seems like shutting down throws me back to the login screen in saucy11:29
ochosidoesn't that sounds familiar?11:29
knomeochosi, aha11:29
knome:<11:29
ochosithat's after upgrading11:30
ochosihave to see whether i can debug it11:30
knomewould like to see the logout/lock problem fixed first :<11:35
ochosiknome: btw, i can reproduce the logout bug12:01
ochosiin general, lightdm seemingly has become very sloooow12:01
knomeaha12:03
ochosii mean trying to log out or shut down the session takes ages12:05
ochosiand yeah, i can confirm both bugs12:05
knomebah12:05
ochosishutdown *and* logout don't work as expected12:05
ochosiwe should get in touch with some lightdm folks asap12:06
ochosinot sure what the best way would be12:06
ochosii could report a bug, and you could send an email to the lightdm ML pointing to the bug and that this is quite a problem for us12:06
ochosi(wearing your XPL hat)12:06
knomei can do that12:07
* ochosi looks at reporting the bug12:07
ochosiknome: ubuntu switched to logind from policykit as far as i know (in 13.10)12:14
ochosiso that might also affect us in some way, maybe lightdm doesn't work properly anymore with polkit or something12:14
ochosisystemd is definitely installed here12:14
ochosii mean logind (which is only a part of systemd)12:14
knomeokay12:14
knomethat's out of my expertise, but good to know the debugging is progressing ;)12:15
ochosii'll ask around a bit more12:15
Unit193Yeah, several systemd packages you can't remove12:15
ochosi(logind is supposed to handle sessions)12:15
ochosiwowza, evince3.8 has two gear menu buttons...12:28
elfydo they have syncromesh?12:29
ochosithe two buttons are distinct though12:29
ochosidifferent functionality12:29
ochosii assume the second gear is the fallback from gnome3's appmenu12:29
knome->12:33
Unit193elfy: Seemed like "everyone pick on balloons" time. :D12:48
smartboyhwUnit193, everybody should pick on balloons:P12:48
=== jhenke_ is now known as jhenke
micahg-workknome, I didn't upload that yet, I'll do it over the weekend14:44
knomeochosi, you around?14:59
ochosiknome: now i am15:16
knomeochosi, have you talked with mterry about lightdm?15:17
ochosino, i haven't15:17
ochosii don't know mterry (yet)15:17
knomejust a pointer, and he seems to be on ir15:17
knomeirc15:17
knomeif you want to catch up with him, i can do the initial poking15:17
knome(i don't know him either, but i don't care)15:18
ochosisounds good15:18
ochosii wanted to ask cavalier about some xfsession input first15:18
ochosipinged him while ago15:18
ochosiso maybe wait a lil longer15:18
knomewell i already did15:18
knome:P15:18
ochosihehe15:19
ochosiok15:19
knomebut he's "busy" too, so...15:19
ochosiyup, we'll see15:19
elfyknome: when you're about I'd like to talk to you about test results 19:25
ochosielfy: any issues shutting down?19:26
elfynope19:26
ochosii end up at the greeter when i do that19:26
elfywhy? have you had those?19:26
ochosiok, then maybe that's my private issue19:26
elfyoh - ok - yea you do :)19:26
elfyI did have those a while back - I created a bug for it 19:26
ochosiah, where?19:26
elfybut that's been fixed19:27
ochosiit has?19:27
elfywell it has for me :)19:27
ochosihm, i see19:27
ochosican you still dig up that bugreport for me19:27
elfyhang on - looking19:27
ochosiplease? 19:27
ochosithanks!19:27
Unit193I don't either, FWIW.19:27
elfygonna be longer - I must have commented or something 19:28
elfyhttps://bugs.launchpad.net/xfce4-session/+bug/117837319:31
ubottuLaunchpad bug 1178373 in xfce4-session (Ubuntu) "Restart spawns a password box" [High,Fix released]19:31
elfyno idea whu I missed that 19:31
elfyochosi: ^^ that's the bug I had 19:31
ochosimeh, i didn't have "proposed" activated by default19:35
ochosithanks elfy°19:36
ochosi!19:36
ochosithe logout > unlock bug prevails?19:36
ochosisounds like it could come from the same source (logind and xfce4-session)19:37
Unit193proposed isn't generally recommended on -devel.19:37
elfyochosi: logout/unlock continues to be a pain19:38
elfylike the sound indicator 19:38
elfyI really shouldn't have said turn on the upgrade tests :|19:39
elfydoing 64 bit in vm, doing 32bit on the lappy19:40
ochosii have working gtk3 indicators here anyway ;)19:40
ochosiand to the worst i always know how to use the cli19:41
elfylol19:41
Unit193CIL?19:41
elfyochosi: I've been watching the gtk3 indicator chats - I've not been ignoring it - I've just had one of those weeks19:41
ochosiwell it's all working dandy19:43
ochosiwe just have to convince micahg by testing it more of us19:43
elfywell I'll be about shortly - happy to lend a hand where I can of course :)19:45
ochosiit entails a bit compiling from git and stuff19:49
elfyI am sure I can more or less manage ... 19:50
elfymight get the odd - what ? 19:51
elfyit's up to you :)19:51
ochosihehe19:54
ochosisure, if you need help, feel free to ping19:54
elfyochosi: I'll look back over the logs tomorrow - see what I can decipher first 19:55
ochosielfy: if you need a set of instructions, i can send them to you via email20:05
ochosior pastebin them20:05
elfyochosi: that would be a good start - you want to mail them me - elfy at ubuntu.com20:06
ochosielfy: sent20:08
elfythanks ochosi - I'll have a look later20:09
ochosiok, great!20:11
ochosigotta take an early one tongiht20:11
ochositonight20:11
ochosiseeya!20:11
elfynight ochosi 20:11
knomeelfy, yes?20:16
knomeelfy, i'll be here when you get back :)20:17
skellatHow are we doing on LP #1219592 so far?  Can we sneak it in still for a last beta re-spin maybe perhaps maybe?20:30
ubottuLaunchpad bug 1219592 in xubuntu-meta (Ubuntu) "[FFe] Adding gtk-theme-config to desktop seed" [Undecided,Confirmed] https://launchpad.net/bugs/121959220:30
knomeskellat, after b120:31
knomeand that reminds me we should double-check the release notes are in shape20:31
skellatknome: Understood.  I don't remember us being in the last release announcement even though we released.20:34
knomewe didn't make much fuss about it20:34
knomebut we should do a news article for b1 as well20:34
skellatknome: May I PM you a link?20:40
knomesure20:40
elfyknome: just a quick one - the 2 beta tests - not upgrade  - are done now - the only fails are the lightdm lang bug - as far as I can see they can be marked released - that ok with you 20:43
elfyand I'm half way through upgrade ones - but might not finish20:43
knomebrb in 520:43
elfyok20:45
knomeyeah, i'm with releasing20:51
elfyokey doke20:55
knomeerr, i meant to say "i'm ok with releasing", but that's just the same message anyway ;)20:56
elfythat's what I read it as :)20:56
knomeyep20:56
knomei was the one filing the fails anyway20:56
knomeand they basically just mean we have a bug to squash, not that one can't use the system20:57
knomebut the locking bug is nasty20:57
elfyyep - saw - was why I checked:)20:57
knomewe really need to have that fixed20:57
elfyyea agreed - not nice it needs fixing 20:57
knomeit's not just "not nice", for me it's release-critical20:57
elfymarked the 2 beta products as ready20:58
knomeor at least really close20:58
elfyyep 20:58
elfywe need to really tie up these 'mmm reallyy' bugs 20:58
knomebah, stop using the numeric numeral, the heart keeps bouncing to my throat because it thinks you're talking about "beta 2" :P20:58
elfyjust starting the 32bit upgrade tests now20:58
elfyha ha ha 20:59
elfyby starting I mean installing 13.04 so I can test it ... 20:59
elfythat's the 2nd test on the Beta page :p20:59
knomeawwh21:00
elfybut seriously - the not being able to logout/lang bug would give me puase for thought when it comes to releasing 21:01
elfyon a postive note now that stgraber has released that fix hopefully we can push for those tests soon21:02
knomeyup21:02
knomemhm21:02
knomeit's not the languages..21:03
knomeit's the "not able to log out"21:03
knomeor you are, but lightdm doesn't acknowledge that21:03
knomeand that sucks21:03
elfyyea 21:03
elfyagreed21:03
elfylanguage might be small - but it appears to be part of the same issue21:03
knomeit definitely is21:04
knomeit's fixed when the originating issue is21:04
elfyyea21:05
elfyI really wish that in 1981when I got the chance to change profession and get into computers I'd not said 'what?'21:07
elfyI might have had half a chance of actually fixing things :)21:07
micahgknome: I"ll be unavailable until Sun morning UTC, so if you need something before then, you'll have to find someone22:46
elfyhave a good time till then micahg :)22:51
micahgthanks22:51
elfyyou're welcome :)22:51
elfyknome: all tests run now - goodnight :)23:38

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