=== brainwash_ is now known as brainwash [07:16] Good morning [07:16] hey pitti [07:21] hey darkxst [07:38] tedg: hi there! quickly wanted to ask what the rationale was behind dropping sync notification on scroll in indicator-sound. http://bazaar.launchpad.net/~indicator-applet-developers/indicator-sound/trunk.15.04/revision/462.4.2 [07:58] good morning desktopers [07:58] hey pitti [08:55] morning [08:56] hey willcooke [08:57] morning willcooke [09:03] hey hey [09:05] Got snow Laney ? [09:05] little dusting, therefore the world's probably ended [09:06] :) [09:09] Laney, my world starts when it snows ;) been cooler this week but summer here is pretty brutal ;( [09:10] darkxst: come up to northern europe, it's the place for you [09:10] Laney, I plan to eventually! [09:16] darkxst, Does melbourne get any snow? [09:21] Noskcaj, no, I have to drive 4-5 hours to get to the mountains where the snow is! [09:21] (Mt Hotham) [09:23] way closer than me [11:15] seb128, hey did you get to look at my gnome-session wayland split? [11:37] 4G \m/ === MacSlow is now known as MacSlow|lunch === alan_g is now known as alan_g|lunch [12:49] darkxst, hey, not yet no, is that blocking things? === MacSlow|lunch is now known as MacSlow === alan_g|lunch is now known as alan_g [13:48] willcooke: Your Twitter name is good. [13:51] qengho, hehe! Thanks [13:51] is it willcooke? [13:52] lol [13:52] for once, it is not [14:02] ochosi, The biggest reason was that we couldn't find any use-case for it. Do you have one? [14:03] tedg, hey [14:03] Good morning seb128 [14:03] tedg, does it mean that mousewheel scrolling over the indicator doesn't displays bubbles anymore? [14:03] seb128, No, it should mean that it always does. There was an option to disable. [14:03] seb128, But no UI for it and set to show by default. [14:03] oh, ok [14:04] k, wfm then [14:06] tedg, btw https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1416233 might be a regression from your recent changes [14:06] Launchpad bug 1416233 in indicator-sound (Ubuntu) "Sound indicator notification shows each time the a sound starts or stops" [Undecided,New] [14:08] Yeah, I agree, it's kinda the design though. [14:08] tedg, can you comment saying that? [14:08] Yup [14:08] thanks [14:08] Looking up the design :-) [14:08] :-) [14:12] seb128, Actually seems I was wrong, there's a little sentence at the end I missed covering this :-/ [14:16] tedg, k, please fix it then :-) [14:16] Heh, yeah. [14:43] tedg: I can't control music playback anymore from the indicator-sound (play/pause/back/forward) on vivid [14:43] is that expected? [14:44] on desktop [14:44] rsalveti, Could you before? [14:44] Oh, on desktop. [14:44] tedg: yup [14:44] rsalveti, Definitely not expected, let me try. [14:45] rsalveti, you mean that the controls are missing in the menu? [14:45] seb128: yup [14:46] rsalveti, want to try the deb from https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-006 and confirm if it fixes it for you? [14:46] tedg, ^ [14:46] sure [14:46] thanks [14:46] Oh, okay. WFM with Rhythmbox. [14:47] Well, I've got Utopic base but the indicator-sound trunk. [14:47] tedg, yeah, the issue is due to the new gtk/theming [14:47] Ah, I see. [14:47] so you wouldn't get it on utopic [14:48] Need to upgrade to Vivid. Used to always upgrade the week before UDS. Still haven't got a new routine. [14:48] seb128: nops [14:48] still broken [14:49] rsalveti, what did you restart? [14:49] seb128: just indicator-sound, do I need to restart the entire unity? [14:49] rsalveti, unity-panel-service [14:49] that's the frontend side [14:49] the indicator is just backend [14:50] seb128: got it [14:50] seb128: awesome, can see them again :-) [14:50] and seems to be working fine as well [14:50] rsalveti, great, thanks for confirming ;-) [14:53] tedg: dunno, we used that setting in xubuntu and it seemed to provide better visual feedback of the scroll-event than just the small icon in the panel changing [14:54] ochosi, I think that the default is to provide the notification, so I think you guys were just setting it again. [14:55] a-ha [14:55] ochosi, It was only used to disable the notification. (non-default) [14:55] so wait, that commit is not dropping the notification then? [14:55] ochosi, No, it is not. In fact I was too aggressive with the notification, got to scale it back a little this morning :-) [14:55] oh ok then :) [14:56] if the notification sticks around, there's nothing to worry about then [14:56] thanks for the heads up! [15:14] Laney: notify-osd itself installs some icons into /usr/share/notify-osd/icons/hicolor/, why not use the same path? [15:14] That will also work for users whose icon theme does not inherit from Humanity === ochosi is now known as ochsoi === ochsoi is now known as ochosi [15:24] mitya57: the same path as whaT? [15:25] mitya57: tedious file conflicts if you do that [15:25] can't quite be bothered to sort it out [15:25] why don't we just add the icons to hicolor? [15:25] or are they very notify-osd specific? [15:26] bah, s/hicolor/Humanity [15:26] /usr/share/notify-osd/icons/* [15:27] they probably only look good in notify-osd [15:28] okay, makes sense then [15:28] hey larsu [15:28] hi [15:29] i recently noticed an oddity/bug in gtk3.14, so i thought i'd quickly ask you whether it was possible that it's a problem in ubuntu only before putting a bugreport upstream... [15:30] the gtkfontchooser's preview-text is generally an empty string by default, as opposed to what it should be: https://developer.gnome.org/gtk3/stable/GtkFontChooser.html#GtkFontChooser--preview-text [15:30] you can see that e.g. in gedit [15:30] i noticed it with a different app i'm maintaining [15:31] explicitely setting some preview-text in the code works though [15:34] ochosi: what does python -c 'from gi.repository import Gtk; print Gtk.FontChooserDialog().get_property("preview-text")' give you? [15:34] seems right here [15:34] ochosi: I see "The quick brown fox..." as preview text in gedit [15:34] weird [15:34] could this be a xubuntu-only issue then? [15:34] Laney: that outputs the expected pangram [15:35] seems correct, then [15:35] not that this is spectacular or anything, but just so you know i'm not messing with you, this is how it looks in xubuntu: http://i.imgur.com/W5U1mDP.png [15:35] and i see the same behavior with different gtk3 apps [15:35] (gedit, parole) [15:36] ochosi: maybe a theme issue? Is the text set on the property? [15:36] ochosi: (check with inspector) [15:36] the text isn't set [15:36] wait, the theme can modify that property? [15:37] lemme check with ambiance then... [15:37] ochosi: no, but the theme can make the text invisible [15:37] just and idea... [15:37] ah sure [15:37] yeah, no, that's not it [15:37] it really is set to "" [15:38] gedit looks like your screenshot for me on unity [15:38] can you debug gedit with a breakpoint on gtk_font_chooser_set_preview_text? [15:38] is it supposed to contain text? [15:38] seb128: yes [15:38] ochosi: hm, gtkfontchooser uses pango_language_get_sample_string() [15:39] maybe that only works in some languages? [15:39] i'm using the default en_US locale [15:43] larsu: what/how exactly should i debug? [15:43] i mean i have parole's code here and i've inspected it quite a bit, it just adds a gtkfontbutton so everything is handled by gtk itself [16:01] ochosi: is gtk_font_chooser_set_preview_text() called? [16:01] and if so, with which string? [16:01] in parole you mean? [16:02] aha [16:02] or gedit [16:02] well in parole it isn't explicitely called, that i know for sure [16:02] doesn't matter if if happens in both apps [16:02] but i presume by debug you meant checking whether it happens implicitely? [16:04] yes [16:04] tbh i've never done that :] [16:05] is gedit supposed to set a preview text? [16:05] ah don't worry about that then [16:06] seb128: gtk sets a default if gedit doesn't override it [16:06] seb128: and it doesn't seem to, because I see it [16:06] larsu: what's your locale btw? [16:06] ochosi: en_US [16:06] ochosi, larsu, https://git.gnome.org/browse/gedit/commit/?id=af6d3204ec4a71efff8521f2df7ffb69960279f4 [16:07] larsu, running your new gtk by chance? [16:07] a-ha [16:07] that is interesting [16:07] seb128: and the new gedit ;) [16:07] larsu, that's what I meant [16:07] new gedit :-) [16:07] sorry [16:07] i'll quickly try that with parole, i presume adding that line gives you the preview text..? [16:07] I figured [16:07] ochosi: no, it removes it [16:08] ochosi: grep for preview.text in your source and ui files [16:08] alright, i'll check whether parole sets that [16:09] darn, there you go... [16:09] i guess that was automatically set by glade-gtk3 or something [16:09] thanks a lot larsu! [16:10] ochosi: probably the same that happened for gedit. Thank seb128 -- he found the issue! [16:10] * larsu hugs seb128 [16:10] too bad you won't nbe here until sunday [16:10] indeed, thanks a bunch seb128! [16:11] * seb128 hugs larsu back [16:11] yw! [16:14] * Laney is continent-side [16:14] larsu: are you going to prepare gedit 3.14 for vivid? [16:15] need to make sure to have turned off data roaming when we get into .be [16:45] willcooke: about email, that bug report probably won't influence to different conclusion, but you should know of it. [16:46] * willcooke reads [16:48] ok, things get a bit baffling towards the end of that report [16:49] qengho, so is that a fix in the works then? [16:53] willcooke: not soon. Hard to say, but not this release. [16:53] qengho, oki [16:54] qengho, so options available to us? Disable HiDPI? [16:55] willcooke, are the shifted menu worth that unreadably small ui elements? [16:56] seb128, yeah, plus AIUI you cant click on the menu items either [16:57] oh [16:57] sorry misread [16:57] I dont think the menu items are clickable - and if that is the case, then yes - I think it probably is [16:57] what do you reckon? [16:58] Has anyone got a HiDPI screen we can test it on? [16:59] do we have a bug report on launchpad with details? [16:59] willcooke, just run "chromium-browser --force-device-scale-factor=2" to test [17:00] you can use the menus [17:00] at least the top right main one [17:00] willcooke: Menu-items are clickable, but hover-to-expand submenus doesn't work very well. Coordiate mis-map on that part. [17:00] But in some weird relative way. [17:01] yeah, it's not really usable [17:01] if you try to open a submenu it pops over the main menu and open/close in turns [17:01] heh [17:02] Stephane is looking up the LP bug... [17:02] but yeah, looks like maybe we should disable hidpi until that it resolved [17:02] I find it strange that upstream aren't all over this bug though [17:02] I would have expected the new shiny to get some love :) [17:05] willcooke: endless refactoring and breaking all my patches has a higher priority. [17:06] ha! [17:12] oooohh [17:12] who was it that liked steak tartare? [17:12] the frenchs [17:13] hehehe [17:21] how do people get from FOSDEM to the hotel? [17:22] looks like quite a long way. taxi it [17:37] shrug, I go by car :p [17:37] though 5 km is fun to walk too [17:37] On a sunny day I would agree [17:38] < 15 degrees - no way :D [17:38] pfft [17:38] I cleaned up some horse feces today in the snow, though it was still 5°c or so :p [17:44] The things you guys do for fun.... [17:53] oh definitely! [17:54] https://www.youtube.com/watch?v=YyvN8eDS3lY [17:55] O_o [17:57] sometimes I do normal things too [17:57] haha [17:57] right - EOW [17:57] See you next week [17:57] o/ [17:58] bb === alan_g is now known as alan_g|EOW === qengho is now known as CardinalFang === CardinalFang is now known as qengho [18:55] kenvandine, could be useful to bump the indicator-power upstream version, more reliable than depending on a daily snapshot date [18:55] especially if you start backporting to rtm [19:00] ok [19:00] charles, ^^ [19:00] can you bump that in your branches and i'll match it in my branches?