=== fredp is now known as Guest51297 [07:22] anyone know how to enable IPForward using netplan and networkd as the renderer === Guest51297 is now known as Guest21847 [08:05] good morning desktoppers [08:37] salut oSoMoN [08:38] salut jibel, ça va? [08:41] oSoMoN, ça va bien, et toi? [08:47] on fait aller :) [08:47] good morning desktopers [08:47] lut oSoMoN [08:47] salut seb128 [08:48] lut jibel [08:54] morning all [08:55] hey willcooke, how are you today? [08:56] hey seb128. Long story ;) [08:57] hey willcooke, seb128 [09:02] morning! [09:05] hi Laney [09:08] hey willcooke [09:09] hey Laney [09:18] hey Laney, how are you? [09:27] hey oSoMoN, hey seb128! [09:28] seb128: good, getting back into it! [09:28] being spammed on lots of gnome irc channels [09:28] good week / good day off? [09:29] not a week, just a longer w.e :) and yes, spent some days in France that was nice and relaxing [09:29] what about you, good week off? [09:31] yeah, lots of pub / walk / hanging out [09:31] opened email 0 times which was fun yesterday ;-) [09:31] cold though [09:33] :) [09:33] snow? [09:34] we had a bit over the w.e, that was nice [09:35] little bit on the hilltops [09:35] but not much :( [09:35] it was icy on some days though and the place is very hilly [09:35] so sliding around [09:35] funscary [11:06] jbicha, hi, I am going to pick up your proposed firefox packaging changes for the next trunk build, and forward-port from there [11:29] kenvandine, you had a machine with nvidia hw, iirc? [11:36] oSoMoN: he does. but he uses nouveau AIUI [11:38] right, I remember now [11:38] kenvandine, any chance you can switch temporarily to the proprietary driver to help me debug the chromium snap issue? [11:38] * Laney is using nvidia [11:39] but if you need any actual snap help I might not be the best person :-) [11:40] Laney, you’re using the proprietary drivers? [11:41] yeah [11:41] don't tell rms [11:43] Laney, I won't, if you can confirm that the chromium snap doesn't work ;) [11:44] oSoMoN: stable? [11:45] yes, stable [11:46] as a bonus if you can try beta and edge that'd be nice, but I expect the result will be identical [11:47] yeah it's just a black window [11:48] and apparmor isn't happy [11:48] ok, that's consistent with what popey and others are seeing [11:48] Laney, what are the denials? [11:49] https://paste.ubuntu.com/26118048/ [11:52] Laney, any seccomp denial? [11:53] https://paste.ubuntu.com/26118073/ saw those on beta/edge [11:53] all black too [11:54] hmm, seccomp, where's that? [11:56] on my machine I get them in /var/log/audit/audit.log [11:56] they should be in syslog/journal [11:56] * Laney doesn't have that [11:56] what does it look like? [11:57] I mean I have entries from audit in journal but they look the same as those denials to me [11:57] just with AVC at the start [11:58] that syscall=133 entry is mknod, looks like the same issue that mvo looked into [11:59] Laney, would you mind stracing it to confirm the node it fails to create? see https://forum.snapcraft.io/t/stracing-snap-commands/1433 [12:02] oSoMoN: yeah, the only mknod it shows is for /dev/nvidiactl [12:05] oSoMoN: I still see this syscall=133 issue, iirc when we talked last you looked into the chromium source to see if its needed, we should have that in the core snap but I guess chromium is building its own sandbox or something(?) [12:07] yeah, I *think* the relevant code is here: https://cs.chromium.org/chromium/src/content/gpu/gpu_sandbox_hook_linux.cc?sq=package:chromium&l=195 [12:09] oSoMoN: did you talk to jdstrand about the mknod issue on nvidia with chromium yet? maybe we can just add it [12:11] mvo, I did a while ago, but I don't remember the outcome of the conversation [12:13] oSoMoN: thanks, I wonder if we could simply allow mknod in the confinement with argument filtering on nvidiactl [12:14] oSoMoN: but something for jdstrand to decide :) [12:15] yeah [12:15] I don't recall otoh what you are referring to [12:16] jdstrand, see https://forum.snapcraft.io/t/call-for-testing-chromium-62-0-3202-62/2569/42 [12:16] (but we can't arg filter in the manner described because we can't arg filter on the path) [12:16] the chromium snap fails to render when run on nvidia hardware with the proprietary drivers [12:17] and this appears to be down to something chromium tries to do with /dev/nvidiactl [12:21] oSoMoN: this seems related to chromium's own seccomp sandbox [12:22] I mean, based on the incompleete strace [12:23] there is something very wrong there. it successfully stats, later gets ENOENT from seccomp, it tries to stat, gets eperm, then tries to mknod [12:23] I mean, none of that seems like it should go together [12:24] why would you stat a file that you got ENOENT on? why would you mknod a file you got EPERM on? [12:25] yeah, that doesn't look right [12:26] the seccomp denial is for open. we allow that so that should be chromium's seccomp sandbox [12:26] in fact I think the relevant code is https://cs.chromium.org/chromium/src/gpu/ipc/service/gpu_init.cc?type=cs&q=nvidiactl&sq=package:chromium&l=83 [12:26] I suspect there may be an interaction between chromium's namespace setup and the per-snap mount namespace [12:28] * oSoMoN is lost in (sandbox) translation [12:28] I don't have nvidia hardware [12:29] I wonder if you passed --no-sandbox (is that the right option) to chromium if it would make it work [12:29] that might give a clue if it is sandbox interactions [12:30] yes, if you pass --no-sandbox, you get a window [12:31] https://usercontent.irccloud-cdn.com/file/Zs63UnQq/chromium_snap_on_nvidia_with_no_sandbox [12:35] oSoMoN: that may be a clue ^ [12:36] ah, that's a good clue indeed [12:36] popey, do you get hw-accelerated rendering? see the output of chrome://gpu [12:37] https://usercontent.irccloud-cdn.com/file/3lhImbzG/I%20think%20so [12:37] https://usercontent.irccloud-cdn.com/file/HDGGxDgW/unsnapped%20chrome%20on%20same%20machine [12:38] so not quite the same, no [12:39] oSoMoN: CanAccessNvidiaDeviceFile() should return true with just apparmor (access() isn't mediated by apparmor). if the chromium sandbox sets up a mount namespace, its possible it isn't accounting for snap-confine's mount namespace [12:43] oSoMoN: also the fact that it is trying to mknod should indicate that this is happening in the privileged code since the process would need CAP_MKNOD to have any chance of success with that call [12:45] the forum post is a bit light on details. I don't see any reference to logged denial (or lack thereof) [12:46] oSoMoN: it might also be interesting to add 'capability mknod,' to the chromium apparmor profile and running without --no-sandbox. capability denials are rate limited and may not always show up [12:47] jdstrand, see https://forum.snapcraft.io/t/call-for-testing-chromium-62-0-3202-62/2569/25 [12:48] oSoMoN: that's with an old snapd though. the udev_enumerate error should be fixed [12:49] oSoMoN: what was happening there is that nvidiactl wasn't udev tagged since nvidia is a proprietary driver and not allowed to use sysfs [12:49] oSoMoN: because eit wasn't udev tagged, it wasn't added to the per-snap device cgroup [12:51] ok [12:53] oSoMoN: you could try this: add 'capability mknod,' to the apparmor profile, then add 'mknod' to /var/lib/snapd/seccomp/bpf/snap.chromium...src, then do 'sudo /snap/core/current/usr/lib/snapd/snap-seccomp compile /var/lib/snapd/seccomp/bpf/snap.chromium....src /var/lib/snapd/seccomp/bpf/snap.chromium....bin [12:53] (also reload the apparmor profile) [12:54] jdstrand, I don't have nvidia hw myself, Laney/popey can you try that? [12:54] oSoMoN: if that works, then do an strace of the working version [12:55] to reload the apparmor profile, do 'sudo apparmor_parser -r /var/lib/snapd/apparmor/profiles/snap.chromium.chromium [12:55] so those ...src and ...bin files would by snap.chromium.chromium.src and snap.chromium.chromium.bin, respectively [12:55] be* [12:56] and the strace should use https://forum.snapcraft.io/t/stracing-snap-commands/1433 [12:57] oSoMoN: ok [12:58] jbicha: stuck at first step - "add 'capability mknod,' to the apparmor profile... wat? [12:59] sorry jbicha , i meant jdstrand :) [12:59] popey: add 'capability mknod,' to /var/lib/snapd/apparmor/profiles/snap.chromium.chromium, then run 'sudo apparmor_parser -r /var/lib/snapd/apparmor/profiles/snap.chromium.chromium [12:59] ' [13:00] popey: you have r3604 of the core snap? [13:00] (ie, 16-2.29.4.2) [13:00] yes [13:00] k [13:02] popey: after you load the apparmor profile, then modify /var/lib/snapd/seccomp/bpf/snap.chromium.chromium to have mknod. then do: sudo /snap/core/current/usr/lib/snapd/snap-seccomp compile /var/lib/snapd/seccomp/bpf/snap.chromium.chromium.src /var/lib/snapd/seccomp/bpf/snap.chromium.chromium.bin [13:02] done that [13:02] now need to reload apparmor profile..? [13:03] popey: then do: sudo strace -u -e '!select,pselect6,_newselect,clock_gettime' -f -D -vv -o ./chromium.trace /snap/bin/chromium [13:03] popey: yes, see above [13:03] ok [13:03] all done, now to trace [13:04] ok, chromium launched [13:04] and giant trace file made [13:04] popey: did it not launch before? [13:05] previously it launched but blank window [13:05] it only launched successfully with --no-sandbox [13:05] popey: and you launched without using --no-sandbox? [13:05] on this trace session, yes [13:05] ok, can you make that trace available somewhere? [13:05] on it [13:06] jdstrand: http://people.canonical.com/~alan/chromium.trace.gz [13:06] popey: also, can you paste the output of cat /sys/fs/cgroup/devices/snap.chromium.chromium/devices.list? [13:07] jdstrand: http://paste.ubuntu.com/26118453/ [13:08] popey: when ready, can you undo your apparmor and seccomp changes (reloading the apparmor profile and recompiling the seccomp profile) and run the strace again, reporting if it broke again? [13:08] is removing / reinstalling the snap sufficient to undo that? [13:09] yes [13:09] and then again after a reboot [13:10] (to make sure the cgroup is cleared) [13:10] ugh [13:10] I _really_ don't want to reboot [13:10] the reboot is less important at this moment [13:11] popey: I need to run an errand, but will checkc back [13:12] jdstrand: http://people.canonical.com/~alan/chromium.trace2.gz [13:12] kk [13:13] popey: did the second trace fail again? [13:13] yes [13:14] popey: let me rephrase. after reinstalling, did it fail in the same way as before you made the apparmor/seccomp changes? [13:14] yes [13:14] blank window [13:14] ok [13:14] first trace is what I would call a "successful" launch of chromium - a browser window appeared. Second trace is what I'd call a "fail" - an empty window containing a grab of what was under the window when launched [13:16] I think the first stat is snap-confine [13:21] so the successful trace.gz shows it is trying to mknod /dev/nvidiactl for no good reason, it is getting EPERM, ignoring it and moving on and trying to open() it [13:21] this doesn't seemed to be coded correctly [13:22] oSoMoN: ^ (feel free to look at trace.gz (the successful run with apparmor/seccomp changes) and trace2.gz (the unsuccessful one without) [13:22] ) [13:22] jdstrand, popey : ack, thanks [13:22] going for a quick lunch and I'll take a close look [13:23] oSoMoN: if you could figure out where it is mknod()ing that, comment it out, I suspect it would work. an upstream patch for the needless mknod() would obviously do more than that [13:24] oSoMoN: soon, with tyhicks' seccomp won't kill PR, this would also go away [13:24] oSoMoN: (I suspect) [13:24] ok, I really need to go [13:24] bbl [13:31] oSoMoN: jdstrand looks like this is where they do it? https://cs.chromium.org/chromium/src/content/gpu/gpu_sandbox_hook_linux.cc?q=kNvidiaCtlPath&l=195 [13:31] oSoMoN: actually, you technically wouldn't need to send up an upstream patch. you distro patch to remove the mknod until tyhicks PR lands, then can remove. granted, upstream is wrong and burning syscalls [13:31] ok, really leaving === mpt_ is now known as mpt [14:09] ricotz: thanks! 😀 [14:30] ok, it's meeting time [14:31] #startmeeting Desktop Team Weekly Meeting - 2017-12-05 [14:31] Meeting started Tue Dec 5 14:31:15 2017 UTC. The chair is seb128. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [14:31] 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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: [14:31] o/ [14:31] o/ [14:31] Roll call: andyrock, dgadomski, didrocks (out), duflu (out), jbicha, jamesh (out), jibel/heber, kenvandine, laney, oSoMoN, seb128, tkamppeter, trevinho, robert_ancell (out) [14:31] hi [14:31] o/ [14:32] ok, let's get started [14:32] #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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: andyrock [14:32] o/ [14:32] andyrock, hey [14:33] hum, he just waved 3 minutes ago? [14:33] 1. Updated merge request for udisks2 after review (this is required to hide snap squashfs in gnome-disks) [14:33] 2. Opened bug https://bugs.launchpad.net/xenial-backports/+bug/1735160 to backport python3-macaroonbakery in xenial [14:33] 3. Proposed debdiff for protobuf 2.6.1 to build python3 deb too [14:33] 4. Proposed debdiff for https://bugs.launchpad.net/ubuntu/+source/google-apputils-python/+bug/1735162 [14:33] 5. Proposed debdiff to backport python3-macaroonbakery in xenial with some workarounds (like using proto2 instead of proto3) [14:33] 6. Built a ppa to test the backport https://launchpad.net/~azzar1/+archive/ubuntu/bug-1735160 [14:33] 7. eow [14:33] Launchpad bug 1735160 in Xenial Backports "Please backport python3-macaroonbakery 0.0.6-1 [universe] from bionic" [Undecided,New] [14:33] Launchpad bug 1735162 in google-apputils-python (Ubuntu) "Cannot import basetest in python3" [Medium,In progress] [14:33] sorry I didn't get the ping [14:33] :D [14:33] no worry [14:33] thanks andyrock [14:33] #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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: dgadomski [14:34] dgadomski, hey [14:34] hey [14:34] * refreshing debdiffs for bug #1699179 [14:34] * testing -proposed fix for bug #1638695 [14:34] bug 1699179 in landscape-client (Ubuntu Bionic) "PackageReporter kicks in during do-release-upgrade" [Undecided,New] https://launchpad.net/bugs/1699179 [14:34] bug 1638695 in python2.7 (Ubuntu Xenial) "Python 2.7.12 performance regression" [High,Fix committed] https://launchpad.net/bugs/1638695 [14:34] eof [14:34] thanks dgadomski [14:34] #topic jbicha === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: jbicha [14:34] jbicha, hey [14:34] • A fresh Ubuntu 18.04 install now only installs 3 gtk2 rdepends: Firefox, Thunderbird and libgtk2-perl (for debconf). (Some input methods still require gtk2 or Qt). LP: #1585903 [14:34] Launchpad bug 1585903 in ubuntu-meta (Ubuntu) "Make it possible to remove gtk2" [Wishlist,Triaged] https://launchpad.net/bugs/1585903 [14:34] • Filed MIR for mod-dnssd (needed for gnome-user-share) LP: #1731065 [14:34] Launchpad bug 1731065 in mod-dnssd (Ubuntu) "[MIR] mod-dnssd" [Undecided,New] https://launchpad.net/bugs/1731065 [14:35] • Demoted mono and cvs to universe [14:35] • Cherry-picked gtk3 commit to enable the Insert Emoji right-click menu item in places like gedit [14:35] • spice-vdagent MIR was approved but someone needs to package a security fix before it can be promoted to main LP: #1200296 [14:35] Launchpad bug 1200296 in ubuntu-meta (Ubuntu) "[MIR] spice-vdagent" [Wishlist,Confirmed] https://launchpad.net/bugs/1200296 [14:35] I'll probably drop the usb seed after this meeting since there hasn't been any objections so far [14:36] eof [14:36] yeah, good idea [14:36] sounds good indeed [14:36] thanks jbicha [14:36] #topic jamesh === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: jamesh [14:36] snapcraft-desktop-helpers: [14:36] * my two PRs got merged, improving performance for snaps using the [14:36] GNOME platform snap. [14:36] * unfortunately there were reports of problems from people not using [14:36] the platform snap. This was down to the older GLib in 16.04 not [14:36] looking for scheams in $XDG_DATA_HOME. A fix for this has been pushed [14:37] out, and no further problems have been reported. [14:37] * I'd like to bring the speed ups to the non-platform versions of the [14:37] part, but it doesn't look like snapcraft currently has the required [14:37] hooks at the moment. I started a thread on the forum to see if there [14:37] is interest in adding them. [14:37] snapd: [14:37] * user-mounts branch is still waiting to land. I need to follow up on [14:37] what else needs doing. [14:37] * gnome-online-accounts-service branch works [14:37] #topic jibel/heber === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: jibel/heber [14:37] jibel, heber, hey [14:37] - Finished SRU verification of gnome-software in artful, waiting for publication to -updates. [14:37] - Investigated how to run gtk apps with dtrace enabled for glib to measure application performance. [14:37] - Defined a basic set of tests to smoke test releases of Firefox. [14:37] - Ported selenium autopkgtest of Chromium to Firefox. [14:37] - Investigated specific cases of upgrade failures for customers. [14:37] - Submitted merge proposal for snapd tests. [14:37] - Testing of Bluez 5.47 snap on desktop. [14:37] - Snap autopilot-gtk in progress but the introspection of GTK apps is still not working… [14:37] ... [14:37] thanks jibel [14:38] #topic kenvandine === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: kenvandine [14:38] kenvandine, hey [14:38] * Reviewed, tested and merged the desktop helpers PRs from jamesh. [14:38] * Debugged issues found with the desktop helpers improvements related to gsettings schemas and the gtk3 launcher [14:38] * Rebuilt all of the GNOME snaps with the improved desktop helpers [14:38] * Two more GNOME projects accepted the snap packaging upstream [14:38] * Working on test snaps for desktop helper testing [14:38] EOF [14:39] thanks kenvandine [14: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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: Laney [14:39] Laney, hey [14:39] sup [14:39] • short week due to hols [14:39] • autopkgtest: [14:39] ∘ kernel bug that takes down the machines is still happening, whinged at apw about that and now sforshee is assigned [14:39] ‣ trained him on how to get into the environment and operate nova enough to work on a fix [14:39] ∘ some more skill sharing with Steve [14:39] • systemd-session [14:39] ∘ started working on this, kicked some upstream bugs a bit [14:39] ∘ been working on some units to push upstream [14:40] ∘ trying to understand what upstream changes are going to be needed (gnome-session stuff) [14:40] ∘ now I can log in to a black screen! [14:40] ∘ going to be an ongoing project [14:40] • snap seeding [14:40] ∘ got review from Colin, fixed based on that feedback [14:40] ∘ he raised the issue of classic snaps, apparently they need to be seeded differently so we'll have to be able to specify that in the seed I think [14:40] 🎄 [14:40] thanks Laney, quite some work for a post-week-off couple of days :) [14:41] #topic oSoMoN === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: oSoMoN [14:41] oSoMoN, hey [14:41] hey [14:41] • chromium [14:41] ∘ updated chromium dev to 64.0.3278.0, and updated snap in edge channel [14:41] ∘ updated chromium beta to 63.0.3239.70, and update snap in beta channel [14:41] ∘ rebased hardware-accelerated video decoding PPA on latest dev branch: https://launchpad.net/~osomon/+archive/ubuntu/cr-vaapi-test/+packages, need to test again and find out what upstream is up to [14:41] ∘ tested a11y in latest dev branch, good improvements to exposing the accessibility tree but OSK still not functional, with a simple (and incomplete) patch I enabled it and submitted to upstream authors interested in a11y, they are working on it already [14:41] ∘ expecting beta branch to be promoted to stable this week [14:41] ∘ currently investigating snap issues with nvidia proprietary drivers with jd_strand and po_pey's invaluable help [14:41] • libreoffice [14:41] ∘ 5.4.3 migrated from bionic-proposed to the release pocket (i386 autopkgtest failures were ignored) [14:41] ∘ 5.4.2 SRU migrated to artful-updates after a possible regression (bug #1733849) was discarded [14:41] bug 1699772 in linux (Ubuntu) "duplicate for #1733849 linux-image-4.13.0-12-generic, linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-image-4.4.0-81-generic, linux-image-3.13.0-121-generic | Regression: many user-space apps crashing" [Critical,Confirmed] https://launchpad.net/bugs/1699772 [14:41] ∘ 5.4.3 snap has been in candidate channel for a few days (rebuilt against updated desktop helpers, now with logic for mime, icon and schema cache generation at build time rather than at run time) and no negative feedback so far, will promote to stable channel today [14:41] that's it from me [14:41] quite a busy week it seems :) [14:42] thanks oSoMoN [14:42] #topic seb128 === meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: seb128 [14:42] • had two day off work [14:42] • some sponsoring (pulseaudio, totem-pl-parser) [14:42] • usual rounds of bugs triaging [14:42] • continued reviewing the plans for the cycle and discussed details of some of the work with people [14:42] [14:42] #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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: tkamppeter [14:42] tkamppeter, hey [14:42] - cpdb-libs: Released version 1.1.0 upstream, to solve problems with Debian packaging. [14:42] - avahi: Received the patch for advertising services on localhost. It is actually a one-liner! One of the GSoC 2017 students did it for me. I have reviewed it and now I am preparing for testing it. Now 18.04 will ship the complete driverless printing fun, including USB. [14:42] - Google Summer of Code 2018: Sahil (who did the PCLm support in cups-filters, for Mopria and WiFi Direct) got his first job starting in July 2018 (congrats), but wants to do (and we want, too) the GSoC 2018, too. He has the next two months free, so he will do his GSoC 2018 in Dec 2017, Jan 2018, and May 2018. Similar will probably happen with Nilanjana. I will probably mentor these students. If all works out 18.04 will already have some GSoC 201 [14:42] 8 code, shipping one month before start of official GSoC 2018 coding. [14:43] - Google Summer of Code 2018: Continued planning. [14:43] - CUPS snap: Some exchange of ideas. [14:43] - Bugs. [14:43] thanks tkamppeter [14:43] #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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: Trevinho [14:44] Trevinho, hey, around or should I copy your summary from the email you sent? [14:44] copy it is [14:44] · Various fixes at the gjs PR to avoid acccess to deleted objects [14:44] methods / properties, added tests and got merged: [14:44] https://gitlab.gnome.org/GNOME/gjs/merge_requests/22 [14:44] · Fixed some gnome-shell issues (potential crashes) caused [14:44] by access to deleted objects: [14:44] https://bugzilla.gnome.org/show_bug.cgi?id=791233 [14:44] Gnome bug 791233 in general "Various Javascript errors in accessing deleted object properties" [Normal,New] [14:44] · Finished the SRU for the unity stack in xenial, did some fixes [14:44] to it, and wrote a call-for testing post to get people verify [14:44] the fixed bugs [14:44] https://community.ubuntu.com/t/unity-stack-sru-for-ubuntu-16-04-help-verify/2420/5 [14:44] · Got in touch with Ambiance-RW author and did some triaging [14:45] to get him propose upstream his changes. [14:45] · Fractional scaling work: [14:45] - Fixed some issues with the a11y zoom [14:45] - Some refactoring to fix some blurry effects that were [14:45] happening when using fractional scale. [14:45] - Fixed loading of some kinds of textures using TextureCache [14:45] when having resource-scale. [14:45] - A refactoring of TextureCache to fix potential crashes [14:45] on loading sliced images. [14:45] #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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: robert_ancell [14:45] - Got first iteration of guest support branch for AccountsService [14:45] - Working on guest support in GDM [14:45] - Code clean-ups in GDM [14:45] - Analysing gnome-software crashers in errors.ubuntu.com [14:45] #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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help | Desktop Team Weekly Meeting - 2017-12-05 | Current topic: aob [14:45] did I forget anyone? any other topic? [14:46] k, seems not [14:46] efficient meeting today, let's wrap then [14:47] thanks everyone [14:47] #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 | Work (read-only for non-developers): https://trello.com/b/lsBmkzPY/ubuntu-desktop-1804-cycle | Amaterasu watches over you benevolently | pink killer → lots of help [14:47] Meeting ended Tue Dec 5 14:47:02 2017 UTC. [14:47] Minutes: http://ubottu.com/meetingology/logs/ubuntu-desktop/2017/ubuntu-desktop.2017-12-05-14.31.moin.txt [14:47] sweet and short, thanks seb128 [14:47] thanks seb128! [14:47] seb128: btw, I filed the MIR needed for latest udisks LP: #1735499 but it needs libblockdev to get autopkgtests and 2 more MIRs [14:47] Launchpad bug 1735499 in udisks2 (Ubuntu) "[MIR] libblockdev" [Undecided,New] https://launchpad.net/bugs/1735499 [14:49] jbicha, thanks, those are for the recommends? what features are missing without those extra plugins? [14:49] seb128: sorry I arrived few minutes later, thanks for pasting :) [14:50] Trevinho, no worry, good morning, how are you today? [14:50] seb128: libblockdev-crypto2 is for LUKS so I think we really want that, but I haven't looked very closely at all of it [14:52] seb128: I'm good, thanks... what about you? [14:54] Trevinho, I'm good thanks [14:54] great to hear :) [14:59] What component in 17.10 creates the .local and .config directories? [15:03] mdeslaur: I guess the first app that is launched and that might need them? :o [15:04] hrm, I'm looking at bug 1735929 and trying to figure out what that might be [15:04] bug 1735929 in Ubuntu "security problems with incorrect permissions for ubuntu 17.10" [Undecided,Confirmed] https://launchpad.net/bugs/1735929 [15:06] mdeslaur, I would guess gnome-settings-daemon but it might be that other components who need those dirs create them if they don't exist as well [15:08] mdeslaur, https://git.gnome.org/browse/gnome-settings-daemon/tree/plugins/housekeeping/gsd-housekeeping-manager.c#n391 [15:08] mdeslaur: so I think, one thing we can do is having a component creating them earlier with proper rights... [15:08] popey: mind doing another test for me? [15:08] might be even a migration script, no? [15:08] Trevinho, ^ that code is supposed to be that no [15:08] seb128: yeah, but it might run after other things in session I guess [15:09] hmm, I don't see mkdirsnoop in https://github.com/iovisor/bcc [15:09] but it would be the perfect tool to discover who creates the directory, if it existed [15:10] maybe fatrace [15:11] mdeslaur: not sure if adding just an inotify monitor would help in saying the process who creates things [15:11] I mean the package called fatrace [15:12] Isn't it xdg-user-dirs-update? [15:12] hey tedg [15:12] hey tedg [15:12] oh hey tedg [15:12] mdeslaur: what about having something ship those directories in /etc/skel/ ? [15:12] hi tedg [15:13] tedg, that handles images/videos/templates/etc not the private dirs [15:13] Howdy folks, ah, I thought it did all of them. [15:13] jbicha, what about stack unreliable workarounds rather than fixing the bug? :) [15:13] stacking* [15:13] it does make ~/.config but only because that's where user-dirs own config lives [15:13] IIRC [15:14] that component didn't change for years though, so if we are looking at a bug it's not likely there [15:14] Perhaps it should make .local and that would fix mdeslaur's bug ;-) [15:15] popey: when you have a moment: http://paste.ubuntu.com/26119147/ [15:15] hey tedg! :) [15:16] * tedg blushes from all the hellos :-) [15:18] popey: actually, make that http://paste.ubuntu.com/26119164/ (the first should be enough so if you started with that, that's fine) [15:20] mdeslaur, well, I guess another way would be to look at the binaries active and do remove the dirs/restart the binaries one by one and see if they create it and with which mode [15:20] jdstrand: i will have time to look at that in an hour or so [15:20] seb128: let me see how far back this issue goes, and then I'll install fatrace and will figure it out [15:21] mdeslaur, I can find it tomorrow if you want [15:21] seb128: I'll let you know how far I get, thanks [15:21] popey: ok, I think I can come up with workaround policy for browser-support. just need you to confirm it works [15:21] ok [15:22] mdeslaur, k, thanks [15:45] popey: please report back here either way so I can help troubleshoot if needed. if it succeeds, then please respond to https://forum.snapcraft.io/t/call-for-testing-chromium-62-0-3202-62/2569/46 [15:49] jdstrand, that'd be awesome! [15:52] oSoMoN: it would certainly save you some time :) [15:53] it's really weird that chromium is doing that [15:53] "I'm not root, the file exists, but I'm going to mknod it anyway" [16:07] yeah, that really doesn't sound right [16:09] jdstrand: http://people.canonical.com/~alan/chromium.trace3.gz [16:09] jdstrand: chromium launched fine with those changes [16:12] popey: great, thanks. can you comment in the forum? [16:13] done [16:24] kenvandine, that's a very similar issue you were seeing with chromium, isn't it? https://forum.snapcraft.io/t/call-for-testing-libreoffice-5-4-3/2935/6?u=osomon [16:25] oSoMoN, yes, same issue [16:25] Trevinho, ^^ do you have any ideas about that? [16:25] Trevinho, apps that register as a gapplication doesn't have the issue [16:26] * Trevinho reads [16:26] it happens when the snap refreshes while the app is running [16:26] chromium and libreoffice snaps [16:27] kenvandine: mh, it looks like it happens when the .desktop file is deleted [16:27] I'm not much familiar with all that but i can give a look [16:28] Trevinho, thx [16:28] kenvandine: is this happening also when a .deb is updated? [16:28] not that i'm aware of [16:28] it would be nice to test [16:28] so the running process might be like /snap/chromium/54/bin/chromium [16:28] as it might be the way the .desktop file sobstitution is done [16:28] and after updating it might be /snap/chromium/62/bin/chromium [16:28] something like that [16:29] doesn't happen for the gnome snaps [16:29] I remember we had an issue when they were just replaced, while it was fine when removed first then replaced or the other way around... :o [16:29] mh, yeah, they are tracked using the desktop id too, so I guess it's simpler [16:29] right [16:29] anything smaller I can try with? :) [16:29] lol [16:29] no... sorry :) [16:30] those are the only two i know of [16:30] kenvandine, do we have a bug report to track the issue? or should I file one? (if so, against which project Trevinho?) [16:31] oSoMoN, no bug report i know of [16:58] using the gnome platform snap, checkout the time it takes to run the first time [16:58] real 0m0.289s [16:59] using the gtk3 launcher though... much worse still [16:59] real 0m31.995s [17:10] kenvandine, Trevinho: bug #1736525 [17:10] bug 1736525 in libreoffice (Ubuntu) "[snap] shell looses track of currently running app when snapd updates it to a newer revision" [Undecided,New] https://launchpad.net/bugs/1736525 [17:11] oSoMoN, Trevinho: thx [18:03] night night === alan_g is now known as alan_g|EOD [19:06] night all === fossfreedom_ is now known as fossfreedom === simonizor is now known as Guest659 [22:02] robert_ancell: howdy, I poked at LP: #1271358 today, maybe we'll be able to close that 4-year old bug this cycle :) [22:02] Launchpad bug 1271358 in vino (Ubuntu) "Update to 3.18 (remove controls needed for Unity and other desktops)" [Wishlist,Triaged] https://launchpad.net/bugs/1271358 [22:02] jbicha, that would be nice :) [22:12] robert_ancell: forgive my misunderstanding but does this affect 2D or 3D in bionic beaver ? [22:30] robert_ancell: is that a canonical issue ? [22:47] kennyloggins, 2D or 3D what? [22:48] kennyloggins, the vino package had just been held back forever, so it would be nice to run the latest upstream. [22:49] There's not a major improvement for users, but it means we'd be able to get any future enhancements more easily [22:49] what is the sub-user for this - is it a debian issue aswell ? [22:50] kennyloggins, debian is already running a newer version [22:51] kennyloggins: see https://community.ubuntu.com/t/update-vino-to-current-version-affects-unity/2537 [22:51] but buster is not completed in terms of compatability, is that right - unsure kinda of getting the whole vino-issue. What is vino ? [22:52] kennyloggins, vino is the GNOME VNC server [22:54] jbicha: I have just realised this is a hyacinth-issue then. Does it affect zinc aswell ? [22:54] Upstream is 3.22 (https://download.gnome.org/sources/vino), Debian has this version (https://packages.debian.org/search?keywords=vino), Ubuntu has 3.8 (https://launchpad.net/ubuntu/+source/vino) [22:54] kennyloggins: I have no idea what you're talking about [22:57] jbicha: sorry, Its my blueberry tea, apologies. shall not ping you anymore. [22:58] robert_ancell: I just think that someone in packaging that uses something like yakkety yak zinc would help, well maybe if I knew someone there ? [23:01] robet_ancell : would this guy help ? https://launchpad.net/~pitti [23:05] robert_ancell: anytime soon, pal - or am I distracting you ?