=== thumper is now known as thumper-dogwalk === thumper-dogwalk is now known as thumper === JanC_ is now known as JanC [04:56] hello [06:16] Good morning [07:59] morning all [07:59] Morning chaps [08:00] pip pip [08:02] morning willcooke, flexiondotorg [08:02] install [08:02] virtualenv! [08:02] * didrocks tries to autocomplete willcooke's prompt [08:03] * flexiondotorg asks didrocks to imagine I just wrote something welcoming in French ;-) [08:03] hi homies [08:03] o/ [08:03] hey Laney! [08:03] moin [08:03] flexiondotorg: ahah ;) [08:03] hey Laney! [08:04] * Sweet5hark is working from a mobile hotspot right now, so connectivity might be somewhat wobbly. [08:04] Laney: thanks for the LibreOffice upload! [08:05] hi pitti didrocks & Sweet5hark [08:05] Sweet5hark: welcome [08:06] hey hey Sweet5hark [08:20] Laney, I've got a note on my tasks about adding new 16.10 wallpapers. [08:20] I'm familiar with how to do that, because the process is the same in MATE. [08:20] But, where do there wallpapers comes from? [08:22] flexiondotorg: nhaines will deliver them, but I don't think it's happened yet [08:22] OK [08:22] It might get tight so I may JFDI [08:22] Fair enough :-) [08:41] http://www.beerfestival.nottinghamcamra.org/Assets_pdf/NBF2016_Beer_Prog_Notes.pdf [08:47] * duflu is jealous, Laney, alan_g [08:50] good morning [08:50] happyaron: you tested the openvpn update, right? [08:52] pitti: Can I steal you for a couple of minutes? (https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1630090) [08:52] Ubuntu bug 1630090 in im-config (Ubuntu) "$XMODIFIERS not set correctly" [High,New] [08:52] https://paste.ubuntu.com/23274086/ [08:52] Laney: still in "play catch-up from pings over the weekend" mode :/, will look in a bit [08:53] OK [08:53] Don't really understand what's going on there [08:54] Laney: hm, so we do set it in the env? [08:54] It's set using d-u-a-e --systemd [08:55] but then comes out in the session with a slightly different value [08:55] oh, does it need quoting of the '=' perhaps [08:56] in the actual input? [08:56] I mean, '=' is part of the value of that env var [08:57] so we set XMODIFIERS=@im=ibus [08:57] and maybe some parser gets confused and stops at the second = [08:57] Maybe, but it's not at the level of the shell [08:58] because I made it be just d-u-a-e --verbose --systemd XMODIFIERS (without the =...), which grabs the value from the environment [08:59] right [09:00] laney@yakkety-vm:~$ journalctl --user-unit=im-config | grep FOO [09:00] Oct 04 09:59:31 yakkety-vm sh[1917]: + dbus-update-activation-environment --verbose --systemd FOO=bar=baz [09:00] Oct 04 09:59:31 yakkety-vm sh[1917]: dbus-update-activation-environment: setting FOO=bar=baz [09:00] $ dbus-update-activation-environment --verbose --systemd XMODIFIERS [09:00] laney@yakkety-vm:~$ strings /proc/$(pidof compiz)/environ | grep FOO [09:00] dbus-update-activation-environment: setting XMODIFIERS=@im=ibus [09:00] $ systemctl --user show-environment |grep XMODIF [09:00] FOO=bar=baz [09:00] XMODIFIERS=@im=ibus [09:00] so taht seems to work too [09:00] laney@yakkety-vm:~$ systemctl --user show-environment | grep XMODIFIERS [09:00] XMODIFIERS=@im [09:00] * Laney learns show-environment; thanks! [09:01] but in my VM show-environment clearly just shows =@im [09:01] hmmmm [09:01] I wonder if we set it again later which destroys the value set there [09:04] Oct 04 10:03:48 yakkety-vm sh[2205]: dbus-update-activation-environment: setting XMODIFIERS=@im [09:04] Hmm [09:04] so it's gnome-session calling that [09:07] it still doesn't quite make sense [09:07] why would XMODIFIERS have the wrong value there? [09:10] yeah - adding systemctl --user show-environment to the end of im-config.service shows it's wrong there even [09:17] Laney: hm, but if d-u-a-e already shows it wrong, then the var already gets the wrong value assigned; perhaps im-config.service is just running too early and needs to wait on someting else? [09:18] pitti: d-u-a-e shows it *right*, but show-environment shows it wrong [09:19] Laney | Oct 04 10:03:48 yakkety-vm sh[2205]: dbus-update-activation-environment: setting XMODIFIERS=@im [09:19] that doesn't look right to me [09:20] pitti: That one was from a later call in gnome-session [09:20] that's just d-u-a-e --all re-setting it [09:20] pitti: https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1630090/comments/2 <- this is all from im-config itself [09:20] Ubuntu bug 1630090 in im-config (Ubuntu) "$XMODIFIERS not set correctly" [High,New] [09:22] hiya [09:22] are https://code.launchpad.net/~chrisccoulson/unity-settings-daemon/lp1542699/+merge/288952 and https://code.launchpad.net/~laney/unity-settings-daemon/lp1554878/+merge/307407 things we still want to get into yakkety? [09:22] can somebody take a look? [09:31] * willcooke -> train [09:35] wtf [09:36] pitti: It's destroyed after the initctl set-env [09:37] Laney: finished unbreaking autopkgtest stuff; I need to run for a quick errand, will then look at this [09:40] It's something to do with the eval [09:59] I bet it's upstart forwarding the activation environment to dbus [10:05] split_vars = NIH_MUST (nih_str_split (dbus_vars[0], envvar, "=", FALSE)); [10:05] it's totally this [10:07] Laney: how does that influence d-u-a-e? [10:07] or does upstart get to write its value slightly later? [10:07] how did that work in x then.. [10:07] initctl is called second [10:07] and calls UpdateActivationEnvironment [10:07] which overwrites this [10:08] probably got it by the regular environment and not the d-u-a-e'd one then [10:08] or the upstart one (also correct) [10:08] ah [10:08] because we directly started stuff from upstart, not via dbus [10:08] so you can workaround by reversing the calls [10:09] initctl then d-u-a-e [10:09] well spotted [10:09] Laney: thanks for accepting gnome-session, btw; I figured someone would ask me bits about it, but then again we don't actually use this new magic yet (as long as upstart is installed) [10:10] the script is still long, but conceptually a lot simpler now, and no polling loops any more \o/ [10:10] pitti: It wasn't me - I actually wanted to test it but it was already accepted by the time I got there :) [10:11] I think I actually must add the Requires=graphical-desktop-pre.target back (as nothing currently pulls that in), will think about that [10:11] are you going to do the upstart one as well? [10:11] Laney: fewer polling loops there (in particular not the one that runs during the session); I can change it in a similar fashion, yes [10:11] I actually pondered just replacing the whole thing with a call to run-systemd-session [10:12] but upstart is meant to run all kinds of sessions, so we can't rely on gnome-session being installed [10:12] I wondered if you shouldn't stop $1 (ubuntu-session.target) too? [10:12] so I guess I'll just continue to duplicate the code [10:12] or does it have BindsTo? [10:12] as soon as that indicator silo lands (if ever :( ), I'll port the lightdm session and then it's gone anyway [10:12] Laney: no need to -- systemctl start --wait already waits until it stopped [10:13] and if gnome-session stops, so does the target (BindsTo) [10:13] I think it's ubuntu-session.target BindsTo=graphical-session.target -> stopping graphical-session.target is enough [10:13] for the "lingering active" case [10:14] the script stops both before starting again, to clean up after X crashes [10:14] and I don't think we can get rid of that easily, as run-systemd-session itself might be killed too [10:14] it's okay I think [10:15] Laney: so for the upstart one I could replace the "wait until units finished stopping" with the "generate Requires/After=g-s-pre.target and stop pre.target" [10:16] which is conceptually nicer, but harder to do in shell (until we either fix https://github.com/systemd/systemd/issues/3750 or add After=g-s-pre to all units) [10:24] Laney: want me to test/upload the im-config fix, or are you at it? [10:24] pitti: I am, but it doesn't work(!) [10:24] something else must be setting it too [10:28] Laney, I've attached a debdiff to #797485 [10:28] How to I approve the Xenial nomination? [10:36] flexiondotorg: I believe you need to have upload rights to the package to nominate for a series (or there might be other ways to have that LP permission) [10:37] *to approve the nomination [10:37] Yeah, I thought so. There was mention of attaching a patching should approve it. [10:37] But I must have mis-understood. [10:40] it might be nice if at least ~ubuntu-dev could mark a bug in any Ubuntu package as affecting a series === hikiko is now known as hikiko|ln [10:42] ubuntu-dev is in bug control, so that should work [10:43] unless I forgot the perissions [10:45] flexiondotorg: I was saying that you shouldn't need to ping anyone at all, because the person that sponsors can approve the nomination when they do that [10:45] I'm not sure that the thing will show up on the overview if all tasks are Fix Released though (that would be a nice thing to fix) [10:46] if you have upload rights for any pkg in a bug, you can mark the bug (and all its attached pkgs) for a series, so there's a workaround hack there [10:47] I don't want a workflow where someone has to be interrupted to approve a nomination for every SRU [10:47] nominate, attach, subscribe should be enough [10:48] Laney: should I open a bug against Launchpad for bugcontrol being unable to mark pkgs for a series? [10:48] Laney, I understand the process now. I won't ping needlessly from now on. [10:49] jbicha: I probably forgot what the intention is [10:49] flexiondotorg: I think there might have been a hole in this case though [10:49] since all the tasks were Fix Released, it may have been hidden from http://reqorts.qa.ubuntu.com/reports/sponsoring/ [10:50] not sure - and I foolishly approved it, so we won't know this time :) [10:55] pitti: argh! [10:55] gnome-session soes some environment variable propagation too [10:55] s/soes/does/ [10:55] :( [10:55] Laney: and that misparses it too? [10:56] it calls into to upstart [10:56] ah [10:56] so just hits the exact same bug again [10:56] * Laney stabs [10:56] we *really* wanted the environment to be right :) [10:56] is that in gnome-session's binary? I can't see it in /usr/lib/systemd/user/gnome-session.service [10:56] yep [10:56] dbus calls in code [10:57] probably can do the same trick of swapping the order [10:57] any more though and it'll start becoming more profitable to fix upstart [10:57] Laney: btw, I committed your upstart chagne to bzr, and committed a release tag to gnome-session; your local bzr repo might be diverted now [10:58] why do we need to set it multiple times in the first place? shouldn't im-config.{service,conf} suffice for that? [10:58] or did we try to work around a too random startup sequence? [10:59] pitti: Thanks - I had a tag for g-session but evidently didn't push it [10:59] g-session sets a lot of things of which XMODIFIERS is just one [11:00] this is some kind of technical debt [11:00] so it re-computes the value for it, or just takes it from its env and pokes it back into dbus? [11:00] both - it tries to fix up bad values [11:01] and it still acts as the session root too, so poking things around is kind of right for it to do [11:01] *nod* [11:04] * Laney crosses fingers [11:04] nope :| [11:05] wait, did I install it? ¬_¬ [11:05] la la la [11:06] laney@yakkety-vm:~$ strings /proc/$(pidof compiz)/environ | grep XMODIFIERS [11:06] XMODIFIERS=@im=ibus [11:07] WINNER! [11:07] phew! [11:07] * Laney uploads [11:08] Laney: one second [11:09] Laney: I'd like to slip in a change to gnome-session [11:09] haha [11:10] ok, give me a second to push [11:12] Laney: filed bug 1630206 [11:12] bug 1630206 in Launchpad itself "Allow ~ubuntu-dev members to mark bugs for Ubuntu series" [Undecided,New] https://launchpad.net/bugs/1630206 [11:13] Laney: can I remove your tag and push --overwrite? [11:13] Laney: sorry, nevermind, you didn't push your current changes yet [11:14] pitti: Just pushed the environment variable stuff; /me is hands off now [11:15] jbicha: good luck ;-) [11:15] I think it would also be good to fix the sponsor queue to show such bugs [11:16] Laney: pushed my change too [11:16] * pitti uploads [11:16] *this* is the final one, for real guys! [11:16] not until ubuntu42! [11:17] Laney: so I think formally you need to review gnome-session from the queue; you have my review ack for your change [11:17] well, s/you need/someone else than me needs/ [11:17] sure [11:18] I'll swap with you for im-config [11:18] *nod* [11:19] * pitti doing queue review ATM anyway [11:19] $$v=$$(eval "echo \\$$$${v}") is an aesthetically pleasing piece of shell [11:21] * pitti takes the cat off the keyboard [11:22] Laney: of course I just effortlessly typed that in, and it totally worked at the first try [11:22] *smirk* [11:22] lunch o'clock [11:22] * flexiondotorg goes salad hunting... [11:22] pitti: heh [11:22] systemd is definitely not on your side if you want to write complicated logic into units [11:24] systemd is evil ... it made me run out of popcorn this weekend [11:25] ogra_: you have systemd in your popcorn maker? :) [11:26] lol, no, but i made the mistake to read all the flame comments :) [11:27] we should have a referendum about it [11:27] sexit [11:28] haha === hikiko|ln is now known as hikiko [11:30] * willcooke --> office [11:31] what's going on there? [11:31] willcooke: when you get there pick on popey from me ;) [11:31] Laney, meeting [11:31] davmor2, consider it done [11:31] willcooke: good man [11:32] enlightening! [11:41] willcooke: maybe you could chase the non-banded wallpaper while there? ;-) [11:42] Laney, been having some back and forth with them on that, but yeah, I will pop and see them this afternoon [11:42] win [11:42] always fun in the design area [12:14] Trevinho, andyrock hi [12:14] [15:02:09] <hikiko> Trevinho, andyrock if you have some time could you please review the move plugin additions, the expo bug and a grid low gfx optimisation here: https://code.launchpad.net/~hikiko/compiz/compiz.fix-expo-gap-bug/+merge/304076 https://code.launchpad.net/~hikiko/compiz/compiz.move-additions/+merge/305008 https://code.launchpad.net/~hikiko/compiz/compiz.grid-blend-option/+merge/305094 [12:14] [15:13:52] <hikiko> https://code.launchpad.net/~hikiko/unity/unity.opt-when-no-blur/+merge/300864 and this one too if possible [12:14] I accidentally wrote that in ubuntukylin-desktop instead of ubuntu-desktop \m/ [12:15] hikiko: jey [12:15] hikiko: no worries [12:15] then was wondering why nobody replies :p [12:15] hikiko: i'll check that [12:15] thanks Trevinho [12:15] :) [12:25] * flexiondotorg returns [13:05] hi all [13:42] desrt, o/ [14:22] hikiko: as for the compiz expo gap there was a comment requesting you to fix another issue [14:22] did you see it? [14:23] the top gap? [14:24] Trevinho, do you mean the top gap? [14:24] let me see [14:24] hikiko: yes [14:25] doesn't it work now? [14:26] Trevinho, I think you shouldn't see it anymore [14:26] I made a change that seemed to work for me [14:27] it's in the branch [14:27] hikiko: I commented after testsing the branch, there is still an issue [14:27] mmm I didn't see the other comment wait a sec [14:28] wtf I can't find the other comment [14:30] Trevinho, that's the only comment I see: https://code.launchpad.net/~hikiko/compiz/compiz.fix-expo-gap-bug/+merge/304076/comments/785316 [14:30] hikiko: https://code.launchpad.net/~hikiko/compiz/compiz.fix-expo-gap-bug/+merge/304076/comments/785316 [14:30] hikiko: that's the one... I don't see any change pushed after that comment [14:30] thus I think that anything has changed [14:31] hikiko: sorry [14:31] hikiko: my bad... In general new commmits were listed afterwards [14:31] maybe it wasn't refreshed [14:32] btw this bug pre-existed it wasn't caused by the bottom launcher change [14:35] hikiko: might be, yeah.. but it made it visible :-) [14:35] yup [14:35] but you still see it now? [14:35] it should not be seen anymore [15:30] #startmeeting Desktop Team Weekly Meeting - 2016-10-04 [15:30] Meeting started Tue Oct 4 15:30:28 2016 UTC. The chair is willcooke. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [15:30] Available commands: action commands idea info link nick === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: [15:30] Roll call: andyrock, attente, desrt, dgadomski, fjkong (hols), flexiondotorg, happyaron (hols), hikiko (out), laney, qengho, seb128 (hols), sweet5hark, themuso (out), tkamppeter, trevinho, robert_ancell (out) [15:30] Aiee! [15:30] o/ [15:30] o/ [15:30] Hi all, sorry for the urgent start, dashing around a bit here [15:31] aye [15:31] Laney, got a meeting with design in 30 mins [15:31] hi [15:31] nice [15:33] oki, let's run through this then... [15:33] #topic andyrock === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: andyrock [15:33] hey all [15:33] working on unity8 [15:34] some work to finish the tooltips and all related branches [15:34] + some inital work to make unity8 launcher mouse pointer aware [15:34] eof [15:34] thanks andyrock [15:34] #topic attente === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: attente [15:35] fixed some issues with combo boxes not popping up their menus properly in gtk [15:35] working on gtk-mir clipboard support via content-hub [15:35] (eof) [15:35] coolio, thanks attente [15:36] skipping desrt who is out (missed that on the roll call) [15:36] #topic dgadomski === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: dgadomski [15:36] hey [15:36] * updating snaps before offering upstream [15:36] * working on bug #1550983 [15:36] bug 1550983 in virt-manager (Ubuntu) "Fails to start with "Couldn't open libGL.so.1" (missing dependency?)" [Medium,Confirmed] https://launchpad.net/bugs/1550983 [15:36] * debugging an issue similar to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815807 [15:36] Debian bug 815807 in cups-browsed "cups: printing on printers broadcast by old CUPS versions fails" [Normal,Open] [15:36] eof [15:37] thanks dgadomski [15:37] #topic flexiondotorg === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: flexiondotorg [15:37] Hiya! [15:37] • Completed all New Starter tasks. [15:37] • Raised tickets to get @ubuntu.com email aliases (to conform to Ubuntu Engineering Email policy) and updated signing keys. [15:37] • Some time invested in refining my work-flow using 'yadm' and 'direnv'. [15:37] • Completed travel arrangements for UES Sprint. [15:37] • Looked at humanity-icon-theme (adding missing icon symlinks) but it was fixed before I got to it :-) (LP: #1623768) [15:37] Launchpad bug 1623768 in ubuntukylin-theme (Ubuntu) "Adapt to new Totem icon name" [Undecided,Confirmed] https://launchpad.net/bugs/1623768 [15:38] • Created debdiff (add symlink to /usr/bin/browse) for xdg-utils for Yakkety and Xenial SRU and subscribed ubuntu-sponsors (LP: #1624022) [15:38] Launchpad bug 1624022 in xdg-utils (Ubuntu Xenial) "Alias 'browse' to xdg-open" [Wishlist,In progress] https://launchpad.net/bugs/1624022 [15:38] • Created debdiff (fix image rotation) for nautilus-image-converter Xenial SRU and subscribe ubuntu-sponsors (LP: #1581094) [15:38] Launchpad bug 1581094 in nautilus-image-converter (Ubuntu Xenial) "SRU: Rotate option fails to open dialog" [Wishlist,In progress] https://launchpad.net/bugs/1581094 [15:38] • Created debdiff (prevent segfault) for gnome-calculator for a Xenial SRU and subscribed ubuntu-sponsors (LP: #1622379) [15:38] Launchpad bug 1622379 in gnome-calculator (Ubuntu Xenial) "SRU: sin(0)/sin(0) crash the the calculator" [High,In progress] https://launchpad.net/bugs/1622379 [15:38] • Created debdiff (hide floatingbar on hover) for nautilus for a Xenial SRU and subscribed ubuntu-sponsors (LP: #797485) [15:38] Launchpad bug 797485 in nautilus (Ubuntu Xenial) "SRU: Status Bar Covers File Name at Bottom" [Medium,In progress] https://launchpad.net/bugs/797485 [15:38] • Started testing Ubuntu 16.10 daily images on hardware. [15:38] eof [15:38] good stuff! thanks flexiondotorg [15:38] #topic hikiko === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: hikiko [15:38] - I spent most of the time debugging unity, also looked at the rolling [15:38] windows bug but I haven't fix it yet. [15:38] - I also finalized some stuff for the low gfx mode and I am looking for [15:38] further optimisations that could be done in compiz and unity. [15:39] #topic Laney === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: Laney [15:39] hi pals [15:39] • Made Unity 7 have XDG_CURRENT_DESKTOP=Unity:Unity7, so that the new terminal could have NotShowIn=Unity7. This exposed a few bugs where stuff assumed there was one value in the variable. I fixed a lot of these, but not being confident this close to release that I can get them all, reverted it and applied another (hacky) fix. [15:39] • Patch piloted & reviewed stuff for f_lexiondotorg and Kylin [15:39] • Some fixes to gnome-session & upstart for unclean session recovery (systemd) [15:39] • Debugging of bad environment variable propagation affecting im-config (https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1630090) - thanks to pitti for the help / rubber ducking [15:39] Ubuntu bug 1630090 in upstart (Ubuntu) "Upstart sets D-Bus activation environment incorrectly if variable's value contains an "=" (was: $XMODIFIERS not set correctly)" [High,Triaged] [15:39] • Much MUCH queue review [15:39] • Testing of non-stripping of .pyc files on the Ubuntu Desktop ISO & coming up with a plan of implementation (Z-cycle) [15:39] • Theme fixes & landing (hidpi icons branch) [15:39] • Deployment of new armhf-on-arm64 lxd workers for autopkgtest, thanks pitti² [15:39] • Now: investigating overlapping nautilus icons (#1611955, doesn't happen every time) [15:39] 😭 [15:40] thanks Laney [15:40] #topic qengho === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: qengho [15:40] Hello, my pretties. [15:40] * Final switching of Cr build system from GYP to GN. GYP dies with v54. REALLY wants me to use clang. :( [15:40] * Fixed Cr 53.0.2785.143 for Y. Was a libc/kernel incompatibiltiy bug. Gave to #security for upload. [15:40] * New version of browser snap. 2 hours after upstream release. So nice. [15:41] * Sent Google API trouble through side channels. [15:41] EOF [15:41] thanks qengho, keep me posted on $GOOG [15:41] #topic Sweet5hark === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: Sweet5hark [15:41] ack [15:41] - Friday PTO, Monday national holiday [15:41] - bumped LibreOffice on Yakkety to 5.2.2 (thanks Laney for sponsoring) [15:41] -- we needed an upload anyway for libabw transition [15:41] -- also seems to have fixed bug 1619442, yay [15:41] - build LibreOffice 5.2.2 as snap [15:41] -- tried to upload, but store rejected with "oops" lacking any further feedback, couldnt find help about it => punted [15:41] - Currently working again on a CGAified theme using ugly colors to find out what triggers the theming for bug 1527053 [15:41] bug 1619442 in libreoffice (Ubuntu) "An empty bar appeared above the toolbar after upgrade to version 5.2 (Unity7/gtk2)" [Medium,Fix released] https://launchpad.net/bugs/1619442 [15:41] -- (looks e.g. like this: http://people.canonical.com/~bjoern/ambience-cga.png) [15:41] -- good progress, should yield another vendor patch like bug 1562513 did => 0-day SRU candidate? [15:41] - upsteam bug: https://bugs.documentfoundation.org/show_bug.cgi?id=101898 likely also a candidate for a 0-day SRU? [15:41] - finally a heads-up: Xorg guys might want to have a look at bug 1625595, corrupted rendering on Intel drivers [15:41] EOF [15:41] 4 day weekend YEEHAW [15:42] ;) [15:42] thanks Sweet5hark [15:42] #topic TheMuso === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: TheMuso [15:42] bug 1527053 in libreoffice (Ubuntu) "Tab names unreadable in GTK3 in Ubuntu" [Low,Triaged] https://launchpad.net/bugs/1527053 [15:42] * More work on bug 1574324. More info was posted to the bug from another user experiencing the bug, who has also started digging through code, which is helpful. [15:42] * Uploaded more fixes for the ubuntu terminal app. [15:42] * Yakkety iso testing, experiencing a weird bug on a UEFI machine where the UEFI entry for Ubuntu is not added, but can't easily reproduce. Accessibility profile activation works when done from the desktop, but not in installer only mode. Not entirely bothered by this, its not an LTS and probably can't easily be fixed by release. [15:42] bug 1562513 in ubuntu-themes (Ubuntu) "Toolbar has a dark background in GTK3 in Ubuntu" [Undecided,Confirmed] https://launchpad.net/bugs/1562513 [15:43] bugs.documentfoundation.org bug 101898 in framework "Saving a presentation hangs, if username is a substring of "username"" [Critical,Resolved: fixed] [15:43] bug 1625595 in xorg (Ubuntu) "Libre Office Icons unreadability on YY with Intel Drivers" [Low,Incomplete] https://launchpad.net/bugs/1625595 [15:43] bug 1574324 in pulseaudio (Ubuntu) "pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)" [High,In progress] https://launchpad.net/bugs/1574324 [15:43] poor bot [15:43] #topic tkamppeter === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: tkamppeter [15:44] need to move on, we can come back [15:44] #topic Trevinho === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: Trevinho [15:45] · Fixed a bug in ListItemLayout paddings [15:45] · Contiued the work in slots layout based menu items [15:45] · Done a cleanup of unity8 menu item factory to use new capabilities [15:45] · Created Touch and Pointer styles for Ubuntu settings components (menu items) [15:45] · Workin in the new calendar indicator UI [15:45] · A libdbusmenu review, landing and SRU [15:45] /EOF [15:45] thanks Trevinho [15:46] #topic robert_ancell === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: robert_ancell [15:46] Forgot update again ;P [15:46] But he's been landing lots of fixes in to G-S [15:46] snapdlib-glib is pending a security review. It's next in the queue right after the last 2 u8 related ones [15:46] #topic AOB === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Desktop Team Weekly Meeting - 2016-10-04 | Current topic: AOB [15:47] Potentially seeding U8 before the reviews are complete to get a bit more runway for testing. Being discussed with Foundations and others atm [15:47] Please do some ISO testing over the next few weeks [15:47] it is seeded [15:47] just the promotion needs executing to make it come onto the iso [15:47] thanks for the clarification [15:48] just makes it someone else's work than me :P [15:48] :DD [15:48] erm, [15:48] call for topics. Please see my email on that topic [15:48] I think that's all [15:48] anyone got anything to share? [15:49] going once.... [15:49] twice [15:49] thrice [15:50] #endmeeting === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently [15:50] Meeting ended Tue Oct 4 15:50:12 2016 UTC. [15:50] Minutes: http://ubottu.com/meetingology/logs/ubuntu-desktop/2016/ubuntu-desktop.2016-10-04-15.30.moin.txt [15:50] thanks all [15:50] efficient [15:50] * willcooke dashes [15:50] Sweet5hark: 101898 [15:50] hilarious [15:50] Laney: ya :/ [15:53] flexiondotorg: if I had known you wanted to work on the humany icon name bug, I would have left it for you :) [15:53] ;-) [15:54] I don't mind the totem icon anyway :) [16:27] What [16:27] the nautilus bug just randomly disappeared [16:27] * Laney cries [16:27] which nautilus bug? [16:28] haha [16:28] hi jbicha [16:28] overlapping icons thingy [16:29] just disable desktop icons ;) [16:29] good idea [16:29] they encourage bad behaviour anyway [16:32] got it [17:04] meh [17:04] you win for today, nautilus [17:04] * Laney schedules round 2 for 09:00 tomorrow [17:04] o/ [17:14] Right, LP: #1576424 is sorted :-) [17:14] Launchpad bug 1576424 in gtk+2.0 (Ubuntu) "Gimp crashes with text tool & caps lock" [High,In progress] https://launchpad.net/bugs/1576424 [17:14] Good stopping point I think. [17:15] Until tomorrow desktopers...