/srv/irclogs.ubuntu.com/2017/10/30/#ubuntu-desktop.txt

jbicharobert_ancell: so LP: #1707352 is still frustrating, people say they can now install third-party scanner libs but the libs don't always work now00:13
ubot5Launchpad bug 1707352 in sane-backends (Debian) "the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane" [Unknown,New] https://launchpad.net/bugs/170735200:13
jbichawe added a versioned provides which fixed the installability issue00:13
robert_ancelljbicha: did they change the internals of sane much? It's a fairly simple API, I would have thought it would be fairly hard to break.00:46
jbichaI don't know what's going on00:49
duflujbicha, I have no context other than that one message :)01:20
jbichaso 2 of us don't know what's going on :)01:21
duflu\o/\o/01:21
jbichaI don't know what's going on LP: #1707352, we added the versioned provides which fixed the installability problem but the 3rd party libs seem to still not work01:22
ubot5Launchpad bug 1707352 in sane-backends (Debian) "the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane" [Unknown,New] https://launchpad.net/bugs/170735201:22
jameshrobert_ancell: what do you think of moving gnome-software's macaroon code to log in to snapd directly rather than using snapd-login-service?02:24
robert_ancelljamesh: as in making snapd responsible for storing it?02:25
jameshI know that this code path won't be hit for most new users, but seems necessary to handle the password change bug02:25
jameshrobert_ancell: no.  Just have gnome-software call /v2/login rather than asking snapd-login-service to do so02:25
robert_ancelljamesh: oh, we should definitely kill snapd-login-service if snapd is capable of us talking to it directly (i.e. using Polkit)02:26
robert_ancells-l-s only exists as a workaround02:26
jameshrobert_ancell: at the moment, if you provided U1 credentials to gnome-software and then change your U1 password, things will break some time later when snapd tries to refresh the store macaroon02:27
robert_ancelljamesh: shouldn't snapd just return an appropriate error code for g-s to trigger re-entering the credentials?02:28
jameshI've fixed up things snapd side so it sends a proper Unauthorized response when this happens, but I think on the gnome-software side the correct action is to call /v2/login with the existing snapd macaroon02:29
jameshwhich I don't think we can do through snapd-login-service02:30
robert_ancelloh, I see. Yeah, that would be a pain to try and get through D-Bus.02:30
robert_ancelljamesh: if we just put a Polkit action on /v2/login we can call it directly, right?02:30
jameshif we call login without a macaroon, we end up collecting dead logins inside snapd02:31
robert_ancelljamesh: oh interesting. I think snapd-glib explicitly doesn't send the old macaroon when you do another login anyway02:31
robert_ancellI had assumed it wasn't useful anymore...02:31
jameshrobert_ancell: there's already a polkit action on that endpoint: it was the first one I added02:31
* robert_ancell thinks Macaroons have sure made life easier :)02:31
robert_ancelljamesh: done then - let's just change g-s to stop using s-l-s02:32
robert_ancellI'll deprecate those functions in snapd-glib02:32
jameshrobert_ancell: to be honest I don't know if it is important or not.  If you look in /var/lib/snapd/state.json you can see where it stores info about each login02:33
robert_ancelljamesh: what is the state of polkit support in snapd now? Did we resolve the Polkit config issue? Which Ubuntu releases (if any) does it work on now?02:33
jameshrobert_ancell: one thing I'm concerned about is what happens when snapd does its automatic refresh: if I've got 10 non-functional uids registered, does it try to use them to talk to the store?02:34
robert_ancell¯\_(ツ)_/¯02:34
jameshrobert_ancell: looking at https://launchpad.net/ubuntu/+source/snapd, 2.28.5 is everywhere02:35
jameshwell, proposed for xenial and trusty02:35
robert_ancelland that ships the polkit config?02:35
jameshbut effectively everywhere02:35
jameshyes02:35
jameshit was only necessary to copy the polkit action file when using snapd from the core snap while the deb packaged version was older02:36
robert_ancelljamesh: right. I just wasn't sure if the core snap version was considered "done" and when the .deb version would exist02:37
robert_ancelljamesh: there must be a bug in snapd if it accumulates broken macaroons / uids - even if we make g-s a well behaved client it should handle broken clients02:38
jameshrobert_ancell: using "Depends: snapd (>= 2.28)" should be sufficient02:38
robert_ancellyeah02:38
jameshrobert_ancell: if you run "snap login", snapd has no way to know if you throw away the macaroon.02:39
robert_ancelljamesh: doesn't it use the macaroon stored in the home dir?02:39
jameshrobert_ancell: the "snap" client reads the macaroon from your home directory.  "snapd" doesn't know about it02:42
jameshso if I delete ~/.snap/auth.json and log in again, snapd has no way to know that the previous login uid is inaccessible02:42
jameshthere is no sensible way to garbage collect it02:43
robert_ancelljamesh: by "snap login" you mean the command line client right? Doesn't it read ~/.snap/auth.json?02:44
jameshrobert_ancell: well, it can be pretty much any snapd client02:45
jameshrobert_ancell: if I log in via gnome-software and again via the command line client, there is no linkage between the two issued macaroons02:46
robert_ancellyes02:46
jameshand any login which hasn't been matched with an equivalent call to logout is potentially in use02:46
jbichaby the way, I'm working on getting snapd-glib into Debian https://ftp-master.debian.org/new/snapd-glib_1.24-1.html02:48
jameshjbicha: awesome!02:49
robert_ancellyay!02:50
robert_ancell"Ayatana Packagers" - does that still exist?02:51
jbichasunweaver has repurposed it for packaging his indicator stuff02:51
jameshso it's basically "stuff from ubuntu" now?02:52
jbichaif not for that, the team would have been pretty much gone by now02:52
jbichahttps://qa.debian.org/developer.php?email=pkg-ayatana-devel%40lists.alioth.debian.org02:52
jbichajamesh: I guess, I couldn't think of a better team for the pkg and I really prefer team maintenance02:53
jameshjbicha: fair enough02:54
jbichaalso with alioth being decomissioned soon, it's difficult to start a new team now (hard to get a Debian mailing list)02:54
robert_ancelljbicha: alioth is going to be decomissioned! That's great! :)02:55
jameshif https://tracker.debian.org/pkg/snapd had a team as maintainer, it probably would have fit better there02:55
jameshjbicha: are they going to set up their own instance of Launchpad?02:55
jbichajamesh: no, something like gitlab.gnome.org02:55
jamesh:)02:55
robert_ancelljamesh: https://git.gnome.org/browse/gnome-software/commit/?id=db1eceb912572fe2fe832372148e437632d7973d02:56
robert_ancelljamesh: let me know if that works well and we can backport it02:57
robert_ancellIt will still hit the weirdness if you had 2.28 from core but <2.28 in the .deb, but we really can't detect that :/02:57
jameshrobert_ancell: it should be fine.  For Ubuntu releases, I doubt gnome-software will get out of proposed before snapd (and we could ensure that with a versioned dependency in the control file)02:59
RAOFrobert_ancell: Hey, are you still vaguely interested in backing GTK4 onto Mir?03:11
RAOFrobert_ancell: Because Gerry, Alan, and I will be discussing that sort of thing tomorrow evening, and you're welcome to attend (at the friendly time of 22:30 UTC+13) or I can proxy stuff for you.03:12
robert_ancellRAOF: it would be in the category of vaguely interested but too far down my priority list, so I'm interested to hear what's happening.03:14
robert_ancellWon't be at that meeting though :)03:14
RAOFHave you had any further thoughts on what would be involved?03:14
RAOFOne of us would probably be able to do it, but it'd be nice to be mentored by someone with actual experience :)03:15
robert_ancellRAOF: I think the backend stuff has changed a lot with GTK4, so not sure if I'd be much help there. It was fairly hard to do in GTK3, probably a lot easier now03:15
jbichaby the way, the latest gtk4 is in Debian svn, I didn't upload to Debian's NEW queue yet because the soname numbering is odd03:16
jbichathey are still dropping symbols from gtk4 and I'm unaware of any apps using gtk403:16
jbichaI'm thinking we might remove gtk4 from Ubuntu for the 18.04 LTS release because it will be more confusing than helpful, given how gtk4 development is going03:17
robert_ancellRAOF: looks like the Mir backend has been getting some changes due to the refactoring. Don't know if it still works though.03:18
robert_ancellRAOF: oh hang on, are you referring to making a GTK+/Mir compositor?03:19
RAOFrobert_ancell: Hopefully we won't have to care 😅03:19
RAOFrobert_ancell: Yes!03:19
RAOFThat bit. Not Mir clients; writing Mir shells with GTK+03:20
robert_ancellAh, right! I still have no idea at all, but it sounds like a cool idea.03:20
robert_ancellTotally happy to hack around with you on it.03:20
robert_ancellRAOF: how did the Qt compositor work, did it open a Mir connection to itself and otherwise act like a client?03:22
RAOFNo; it plumbed stuff right into the Qt event loop and stuff.03:23
RAOFAnd the Qt scene graph.03:23
robert_ancellSo that must essentially be a special backend for Qt. I guess for GTK+ we'd have to write a special mir-compositor backend03:24
RAOFQtMir implemented the various policy interfaces exposed by libmirserver.03:24
jameshthere was QtMir and QtUbuntu03:24
RAOFQtMir was the compositor-side one; QtUbuntu was the Qt-as-a-Mir-client one.03:25
robert_ancellyeah03:25
RAOFYeah, you'd need a special compositor backend. Because (for example) you'd want to have the client windows in your scenegraph, and those are only available in-process.03:25
robert_ancellThe backends seem to be hidden from the GTK+ client. So we might need to lobby for some API gtk_get_backend() that would allow us to get the backend object.03:26
RAOFAnd you might want a way to send GTK events to the clients and such.03:26
RAOFHm.03:26
robert_ancellI guess we need a MVP and then work out what does and doesn't work and then work out what needs to be done to make it work.03:26
RAOFYeah. Maybe you'd actually want a gtk_init_with_backend(), because your shell can only sensibly use that backend anyway...03:27
RAOFBut something of that kidney.03:27
* RAOF will need to investigate the GTK4 scenegraph API, and see whether it makes sense for things to appear in it without the application specifically putting them there.03:28
robert_ancellRAOF: There just seems to be a backend filter API. It would be a lot cleaner with what you suggested.03:28
robert_ancellI suspect the short answer is going to be "this is not really do-able", but we could work on some APIs to make it possible.03:29
robert_ancellAnd having them in GTK+4 earlier rather than later is going to be useful.03:29
RAOFAnd now would be the time to do them, while GTK4 is in flux.03:29
RAOFDing!03:29
robert_ancellWorking on some of those APIs and working with upstream sounds right up my alley. I've been keen to find something to work on in GTK+.03:30
RAOFYay!03:34
RAOFSo, I'll tell Alan and Gerry that you're going to come back with a GTK4 compositor backend in a couple of months :)03:35
robert_ancellah......03:35
RAOFOr, at least, that you're going to look into the GTK4 API and see how such a backend would look?03:36
robert_ancellI'm interested, but I wouldn't rely on me to do it unless it was a business priority...03:37
RAOFgdk_display_beep() 🙄03:45
robert_ancellThat still exists? ;)03:45
RAOFNot even deprecated :)03:47
RAOFSo, from a cursory look...03:50
RAOF...we'd need to implement a GdkDisplay and a GskRenderer backed onto the Mir server API.03:50
jbichaduflu: so, I was looking at http://people.canonical.com/~ubuntu-archive/component-mismatches-proposed.svg05:28
jbichaand intel-vaapi-driver used to be in main, I guess briefly though05:29
jbichahttps://launchpad.net/ubuntu/+source/intel-vaapi-driver/+publishinghistory05:29
duflujbicha, interesting but no biggy. We were being cautious rather than acting on specific legal advice (AFAIK)05:30
jbichaoh ok, I don't know anything about all that05:33
oSoMoNgood morning desktoppers07:32
fdfghhjfgfzsdffgHello, When will the dailybuild of Bionic be published ??08:31
willcookemorning all08:53
oSoMoNgood morning willcooke08:57
willcookeHi oSoMoN, good weekend?08:59
seb128hey willcooke oSoMoN09:00
seb128good morning desktopers09:00
willcookehowdy seb12809:00
dufluMorning oSoMoN, willcooke, seb12809:02
willcookeafternoon duflu09:02
seb128hey duflu09:02
oSoMoNwillcooke, yeah, a good one, stayed at home and did some gardening, diy and played lego with my daughter09:03
willcooke\o/09:03
oSoMoNyou?09:03
oSoMoNsalut seb128, hey duflu09:03
willcookePlayed in a golf competition on Saturday (my team won!) and then emptied the garage so that the builders can start converting it in to a new office for me09:04
willcookeScaffolding is going up today09:04
oSoMoNnice09:04
dufluGah, 5:12pm and still getting through email09:12
seb128duflu, launchpad incoming bugreports triaging?09:12
dufluseb128, yeah09:13
duflualso gnome bugzilla09:13
seb128duflu, I would recommend you skip on some/do less, I've been there, on busy time you could spend you full week triaging but that doesn't help much since then you don't have any slot to work on issues09:14
dufluseb128, it's fine. Used to be worse with Compiz (this happened all year round, not just release months). And I have a sufficiently fair scheduling algorithm09:15
seb128ok :)09:15
dufluseb128, one of the tricks is to *close* email around this time of day :)09:16
seb128sounds like a good idea09:19
seb128I don't think how you do it, I got bored of going through reports after half a day usually09:20
dufluNever said it was fun :)09:22
fdfghhjfgfzsdffgHello09:25
fdfghhjfgfzsdffgWhen will I publish Bionic dailybuild iso?09:25
duflufdfghhjfgfzsdffg, great question. I would like to know myself09:26
fdfghhjfgfzsdffghttp://cdimage.ubuntu.com/daily-live/09:27
dufluYeah we know. It's still artful09:27
fdfghhjfgfzsdffgthe most recent is from October 19th09:27
=== maclin1 is now known as maclin
oSoMoNseb128, are you planning on pushing my libreoffice 5.4.2 packages to the artful queue today?10:03
seb128oSoMoN, oh yeah, sorry that I didn't manage to get to it on friday10:04
oSoMoNseb128, no worries, I don't think it would have moved much during the week-end anyway10:05
ricotzchrisccoulson, hi, a simple retry should worked for me -- https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/rust-updates/+build/1362498110:45
oSoMoNchrisccoulson, chromium-browser 62.0.3202.75 is ready for publication in https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage/+packages12:36
jbichaI got into an edit war over https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1721315/+activity13:00
ubot5Ubuntu bug 1723857 in gnome-shell (Ubuntu) "duplicate for #1721315 onscreen keyboard appears whenever i touch touchscreen" [Undecided,Confirmed]13:00
jbichaseb128: could you hint remmina-plugin-spice to universe to see if that's enough for new remmina to migrate to bionic?13:07
jbichaoh I guess duflu gave in and let the other duplicate bug win, probably a good idea13:14
kenvandineThe "welcome 17.10 users" banner is now up on gnome.org13:27
willcookekenvandine, nice one!13:41
willcookekenvandine, would you share that on the socials?13:42
kenvandinesure13:42
jbichaseb128: or anyone: you triaged LP: #1700319 as high, are you able to fill in the test case so the bug number can be mentioned in the gtk 3.22.25 SRU I'm working on?13:47
ubot5Launchpad bug 1700319 in gtk+3.0 (Ubuntu Artful) "GTK3 menus don't work over SSH forwarding " [High,Triaged] https://launchpad.net/bugs/170031913:47
seb128jbicha, k13:50
seb128jbicha, unsure what's the issue with remmina? did somebody new a binary to main wrongly?13:50
jbichathere's a new version of remmina and it adds a new binary: remmina-plugin-spice which depends on the universe spice-gtk libraries13:52
jbichaI guess new binaries for main packages go to main by default?13:52
seb128not in the web ui iirc, but maybe some archive admin just send them in main because that's where they most likely need to be13:53
jbichait shows up on the bionic update_excuses page13:54
kenvandinewillcooke, done13:54
willcookethx kenvandine13:56
jbichaalso, I guess the desktop-bugs team should be subscribed to freerdp2 (someone promoted it to main already)13:57
a1fai got an issue with 17.10 - laptop waking up from suspend w/o prompting for password14:31
a1fait's a rando thing.. most of the time it requires password14:31
a1fai think it has to do something with chrome, and one of the tabs14:31
a1fawith audio14:31
seb128a1fa, what makes you believe that's the case?14:32
a1fai think that's the only time i've seen this issue, if chrome was left running and lid was closed14:34
a1fasuspend action should lock first, then suspend14:35
a1fato prevent this from happening14:36
seb128you should open a bug against gnome-shell with your syslog from just after getting the issue14:37
andyrockseb128, willcooke the fix for that OEM bug has been committed in master too15:51
andyrockseb128: let me know if I need to do something more for the SRU15:51
seb128andyrock, \o/15:58
seb128andyrock, no, it's all good, thanks again for the work on that15:58
jbichajackpot51: good morning, GNOME 3.26.2 updates are this week so I think I'm going to ask that the unapproved mutter SRU for artful be rejeted so we'll just upload mutter 3.26.2 in a few days16:11
jbichaandyrock: similarly, is it ok if I can for our gtk3 unapproved sru to be rejected and we'll do LP: #1728421 instead soon?16:16
ubot5Launchpad bug 1728421 in gtk+3.0 (Ubuntu Artful) "Update gtk+3.0 to 3.22.25" [Medium,Triaged] https://launchpad.net/bugs/172842116:16
jbicha*can ask16:16
andyrockjbicha: ok for me16:17
oSoMoNkenvandine, hey, in a clean artful VM I'm still seeing the theme issue with the LO candidate snap, but on my desktop I'm not, any idea what could make a difference?16:35
oSoMoNin both setups the gsettings interface is connected16:35
kenvandineoSoMoN, no... that's very weird16:36
kenvandineoSoMoN, both on wayland?16:36
kenvandineshouldn't matter16:36
oSoMoNyes, both on wayland16:38
oSoMoNnot seeing any relevant apparmor denials either16:38
kenvandineoSoMoN, how about UID?  are they both UID 1000?16:39
kenvandineas in first user created?16:39
oSoMoNlet me check16:42
kenvandineoSoMoN, i recall seeing a problem like that and i think it was with the second user created on the system16:42
kenvandinemultiple logins16:42
kenvandinebut at the time i thought the problem was unrelated... and i trashed the VM16:43
oSoMoNyes, single user machines anyway, and both have UID 100016:44
kenvandineok16:44
kenvandinegood16:44
kenvandineoSoMoN, i'm installing it on both of my artful systems16:51
oSoMoNreinstalling on my desktop as I realized it was not the version from the candidate channel (although supposedly the same snap)16:52
oSoMoNstill getting the ambiance theming on my desktop with the snap from candidate16:54
kenvandineoSoMoN, failed to install from the candidate channel on my desktop16:56
kenvandineinvalid exec command16:56
kenvandinestill downloading on my laptop16:56
kenvandineoSoMoN, same on my laptop16:58
kenvandinerevision 3716:58
kenvandineoSoMoN, i'm running core from beta16:58
oSoMoNkenvandine, I'm on stable16:58
kenvandineand edge on the other16:58
* kenvandine tries again with stable17:00
oSoMoNaha, if I move ~/.config/dconf/user on my desktop, then the libreoffice snap gets the wrong theme17:00
kenvandineugh17:00
kenvandinethat's not good!17:01
oSoMoNand sure enough if I restore it the theme is good again17:01
kenvandineoSoMoN, what about the other gnome snaps?17:01
kenvandinelike gnome-calculator17:01
oSoMoNsame17:02
oSoMoNi.e. without my old version of ~/.config/dconf/user, they get the adwaita theme17:02
kenvandineLO installed fine with core from stable17:02
jbichaoSoMoN: do you have an explicit theme set in your gsettings, try:17:03
jbichadconf dump / | grep theme17:03
oSoMoNkenvandine, can you try the gnome-calculator snap in a clean artful VM and let me know if you see the same?17:03
oSoMoNjbicha, http://paste.ubuntu.com/25852862/17:04
jbichayeah, the last three lines say to me that you've customized your theme at some point17:05
oSoMoNlooks like it indeed, not sure how/when I did that17:06
jbichagsettings reset org.gnome.desktop.interface gtk-theme (same for icon-theme and cursor-theme) to get back to defaults17:06
jbichamaybe you tried a different theme in Tweaks and then changed it back?17:06
oSoMoNcould very well be17:06
jbichaI think it would be nice if dconf wouldn't bother storing configs if they match the default17:07
oSoMoNyup17:07
oSoMoNkenvandine, so with a default config I'm getting adwaita for both LO and gnome-calculator17:08
kenvandineoSoMoN, yeah, i'm guessing the gsettings interface isn't allowing access?17:08
kenvandinealthough you'd think it would get a denial17:09
kenvandineoh, it's the other way17:09
kenvandineit only works if we've altered?17:09
oSoMoNyes17:09
oSoMoNif I disconnect the gsettings interface I'm seeing a denial on ~/.config/dconf/user17:13
oSoMoNso the snap tries to get the theme config from there17:13
oSoMoNand it doesn't know how to fall back to the system default17:14
kenvandineyeah17:14
jbichawe have per-desktop overrides for theme settings in Ubuntu 17.1017:14
kenvandinei don't think this affects 16.0417:14
jbicha(the per-desktop overrides are new to 17.10)17:16
kenvandineright17:16
oSoMoNchecking in a xenial VM17:16
kenvandine~/.config/dconf/user gets created at login on 16.0417:16
kenvandinei removed it from the console before logging in17:16
kenvandineand it  was recreated17:16
kenvandineso i'm thinking jbicha is right17:16
kenvandineor... something with unity7 that created it17:17
oSoMoNI confirm that xenial and zesty are not affected, only artful17:29
kenvandineyeah, and on those that file is created at login17:30
kenvandineso it only works when that file is created17:30
kenvandinei guess the question is why does that file not get created anymore17:30
a1faseb128: ok i will17:31
kenvandinei'd guess settings daemon is what triggers creating that17:31
amanodidrocks, the proper gnome-shell fix regressed my boot experience again 😤17:36
amanonow upgrading to libmutter  3.26.1-2ubuntu217:37
amanoto see if that fixes it17:37
kenvandineoSoMoN, also of interest... i created a new user on my 17.10 desktop17:37
kenvandinecompletely fresh account with a new homedir17:37
kenvandinelogged with the Ubuntu session17:38
kenvandineit gets the Adwaita theme!17:38
kenvandinejbicha, ^^17:38
amano(I was the nouveau user experiencing the amd symptoms)17:38
kenvandineoh... and it doesn't get the Ubuntu session actually17:39
jbichauh, I would have thought that wouldn't happen after the gnome-session/artful SRU 😕17:41
jbichaugh17:42
kenvandinei logged out and back in and now i got the right session17:42
kenvandinewtf17:42
kenvandinethis isn't a pristine install though :)17:43
kenvandinebut still, very odd17:43
jbicharight, pristine wouldn't have gnome-session installed17:43
amanodidrocks, 3.26.1-2ubuntu2 is fine again17:47
amanoso 3.26.1-2ubuntu1 regressed?17:47
amanoa shaky experience ;)17:47
amano* Cherry-pick gdm crasher from gnome-3-26 branch: (LP: #1725153)17:51
ubot5Launchpad bug 1725153 in GNOME Shell "Reintroduce headless mode in GNOME Shell" [High,Fix released] https://launchpad.net/bugs/172515317:51
amano    - git_12381d57d1c9256bb1f5206a403c1272bf2af34e.patch17:51
amano    - git_4ad8c4b86bab938e20e37f47781025911d5ff419.patch17:51
amanoso one of those two gdm crashes was mine17:52
amano(both were fixed with libmutter 3.26.1-2ubuntu2)17:54
jbichaamano: didrocks isn't here today17:55
=== alan_g is now known as alan_g|EOD
amanooh, tnx, didn't read the logs today (October is a busy month for me). but it is fine now anyways :)18:16
* oSoMoN calls it a day, good night all18:22
jbichaI don't know his schedule, but he's not in the userlist in this channel so he's "not here" for that at least18:23
andyrockjbicha: should we stop answering this tom? :D18:23
andyrockit's kind of trolling us18:23
willcookenight all18:31
seb128jbicha, I would be in favor of not superseeding selected bugfixes SRUs by new versions ones, at least not when the fix is something we want to see landing like the g-c-c segfault one from and_yrock. The new version is more likely to be more difficult to test/have a regression/sit for longer in proposed and it delays the important fix then19:42
jackpot51jbicha: sounds good19:50
jackpot51(mutter 3.26.2, that is)19:50
jbichaseb128: did you see my ping re: Are you able to add a test case for LP: #1700319 ?19:51
ubot5Launchpad bug 1700319 in gtk+3.0 (Ubuntu Artful) "GTK3 menus don't work over SSH forwarding " [High,Triaged] https://launchpad.net/bugs/170031919:51
seb128jbicha, I did add one, see the description update from this afternoon?19:51
jbichaok, will you be able to verify that bug fix in an SRU? I don't have cygwin and such set up19:52
seb128I don't have a setup to reproduce no, it works fine between Ubuntu machines19:54
jbichamy trick in these cases is not to mention a bug # if it's going to be difficult to verify the bug fix ;)19:55
jbichaI can upload gtk 3.22.25 now and you can poke an SRU team member to expedite its acceptance19:55
jbichaI think the list of bug fixes in LP: #1728421 is long enough that it would be nice to get all of them in instead of trying to cherry-pick in this case19:56
ubot5Launchpad bug 1728421 in gtk+3.0 (Ubuntu Artful) "Update gtk+3.0 to 3.22.25" [Medium,Triaged] https://launchpad.net/bugs/172842119:56
jbichathe gtk3/artful SRU I uploaded last week for andyrock was still stuck in unapproved until today19:58
seb128jbicha, do as you want, I think it's wrong for the reason stated before but it's not a LTS so I don't care enough to argue20:00
seb128jbicha, there is more than 100 commits in that update20:02
seb128I wouldn't bet that there isn't a regression or a new issue that is going to block the SRU20:02
seb128but we can play the odds and see how it goes :)20:03
jbichaI'm going to wait on LP: #1728617 at least since that will take some more time to test20:04
ubot5Launchpad bug 1728617 in gtk+3.0 (Ubuntu Artful) "Scrolled window broken when containing an eventbox" [Low,Triaged] https://launchpad.net/bugs/172861720:04
seb128right, I'm not sure I would do that change in artful20:04
seb128it's a behaviour change in the toolkit and can impact apps20:04
seb128it's fine in a new cycle, less so as a SRU20:05
seb128but again it's not a LTS so I don't think it's that important so I'm not going to make a fuss about it20:05
jbichaon the other hand, it's good practice to see how willing the sru team is to accept new gtk3 releases (or other large GNOME updates) under our microrelease exception20:08
seb128why would they discuss that MRE?20:13
seb128I think it's fine20:13
seb128it's just more likely that it fails verification or hit a regression which is going to delay the g-c-c/online account segfaultfix20:13
dobeyhmm, would have been nice to have relevant unity/indicator settings migrated over to gnome on upgrade to 17.10. maybe that can be done for 18.04?20:14
jbichaGNOME offers a way to convert settings from gconf to gsettings but not from one gsettings to another (that's part of why the Super+L/Ctrl+L bug is unfixed)20:15
=== Guest86811 is now known as fredp
jbichabut what settings were you thinking of?20:15
dobeyclock format and some other things.20:16
=== fredp is now known as Guest41123
dobeyi've just seen some questions popping up like this on askubuntu; not sure what all would translate20:16
dobeyi thought we had something so that a script could be run at login to migrate stuff20:17
jbichaI think the top bar clock isn't designed to let users make many changes to it20:18
dobeywell you can certainly move it via extension20:19
jbichawell I mean the time format20:19
dobeyyeah, i don't recall if there's a setting for it or not. but i think there is20:19
jbichathere are toggles for date and seconds in Tweaks > Top Bar (and coming in 3.28: "day of week")20:20
dobeyah, there's an extension you have to install to change the format20:20
jbichathere's AM/PM or 24-hour in Settings > Details > Date & Time20:20
dobeyhttps://askubuntu.com/a/96895520:20
dobeyso i guess migrating stuff is not so easy :-/20:22

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