Desktop Team Updates - Monday 29th June 2020

Hi everyone, below you will find the updates from the Desktop team from the last week.

If you’re interested in discussing a topic please start a thread in the Desktop area of Discourse.
We also have our weekly meeting on IRC. We meet on Tuesday at 13:30 UTC in #ubuntu-desktop on Freenode. There will be an “Any Other Business” section at the end where you are welcome to raise topics. These topics might be discussed during the meeting, or afterwards depending on the time, depth of conversation, topic and so on.

Last week’s notes are here: Desktop Team Updates - Monday 22nd June 2020

:desktop_computer: Gnome Shell and friends:

:chart_with_downwards_trend: Bug tracking:

  • Still plenty of bug mail triage but I think we’re finally back to normal, pre-focal levels. It took 2 months.
  • Backlog tracking

:raising_hand_man: Help wanted with sponsorship:

7 Likes
  • Disk encryption and ZFS:
    • Continued work on key store.
    • Switched build system of kstore from autotools to meson.
  • SRU verification of Zsys, shadow, docker and ubiquity.
1 Like

Short week.

  • Did a lot more ubuntu-cdimage testing.
    • Finished up with a couple of merge proposals to get it all working on Focal.
    • Those got reviewed and merged earlier today, and they’re now running on the existing (Xenial) machine. We will retire that soon.
  • Noticed a problem with arch:all packages on the new proposed-migration, hopefully fixed now.
  • Started looking into the last migration - of autopkgtest. Preparing the ground on this a bit now.
  • Had a few upstream discussions / did some reviews for GNOME session systemd things.
1 Like
  • had one day of vac
  • G-serie
  • SRU
    • debugged autopkgtest issues after the gnutls update, turned out the tests
      started failed after a security upload but those don’t trigger tests :confused:
    • gnome-desktop 3.36.3.1
    • updated glib-networking/bionic to fix autopkgtests with newer gnutls
    • g-c-c 3.36.3 + fixes from Marco to focal
    • did some focal verification (gtk, deja-dup, vte, g-t, evo, shotwell )
  • sponsoring
    • reviewed libfprint-2-tod1-goodix, asked some questions
  • other
    • emailed Debian pkg-gtkpod about building libimobiledevice with openssl
      since it’s better maintained and less buggy than the gnutls backend
    • helped with some update-notifier SRU translations issues
    • reviewed some of the items in the sponsoring queue
    • started some discussion about adding a trailing dot to the connectivity check url to reduce nxdomain log warnings, asked IS about it and uploaded
    • opened a MIR for nacl (optional for libssh and enabled in Debian), then following the feedback there started talking to upstream about using libsodium instead
    • wrote about dropping our usb-modeswitch C rewrite and add the tcl depends back to the default installation since the code is buggy and not really maintained
1 Like

snapcraft:

  • added gnome-platform provided path to __EGL_VENDOR_LIBRARY_DIRS in the gnome-* extensions
  • hacked together the beginnings of a new snapcraft plugin

Assorted snap maintenance

2 Likes
  • Snapcraft/CUPS Snap: @jdstrand has coded the new “cups” and “cups-control” snapd interfaces and submitted a PR to snapd, waiting for review. He has also sent me test packages of snapd and the CUPS Snap with the appropriate modifications for testing. I tested and all CUPS functionality is working, in addition if the client is a Snap, it can do administrative CUPS tasks (create print queue, remove anyone else’s jobs, …) only when using the “cups-control” interface and only print and check jobs when using only the “cups” interface. Also D-Bus notifications of the snapped CUPS to the outside world work.
  • cups-filters: Completed moving over the PPD handling functions of libcups into the new libppd. Now some more private functions need to get moved into the public API and also some functions of CUPS’ ippeveps utility added.
  • cups-filters: Added new pclmtoraster filter to extract raster image data from raster-only PDF files, contributed by Vikrant Malik, one of this year’s GSoC students.
  • cups-filters: Fixed gstopdf filter to support number of copies as embedded command in PostScript input (Issue #255).
  • Google Summer of Code 2020: First evaluation round (after first month of coding) has opened. The 7 students all did great work. Determined who is the mentor for each one responsible for filling in the evaluation and reminded them to do so in time.
  • Linux Foundation Mentorship Program: OpenPrinting got accepted and will have 2 student slots for 3-month projects. We will let one student work on wrapping classic, proprietary printer/scanner drivers into Printer Applications and another implement support for IPP Fax Out.
  • OpenPrinting web site: Worked with former GSoC students on the new Upcoming Technologies section. We also accept user comments on many pages, not only for the Upcoming Technologies section but also for the News posts.
  • Bugs.
2 Likes

:palm_tree: On holidays last week :palm_tree:

firefox24 firefox

  • Updated nodejs{,-mozilla} to 12.18 in preparation for firefox 78.0
  • Investigating a regression which makes firefox 78.0 RC builds hang at startup on xenial, caused by this upstream commit that unfortunately landed between the last beta build and the first RC. It turns out we don’t need to build that code any longer as we’re statically linking against a more recent version of libstdc++ (from the gcc-mozilla package) since version 73, and this fixes the problem.
2 Likes

snapd dbus activation

  • snapd PR #8748 (refuse to install snaps providing user daemons on Ubuntu 14.04) was merged.
  • snapd PR #8860 (D-Bus bus configuration for snaps) and snapd PR #8861 (D-Bus service conflict detection) updated based on review comments. I expect these both to be merged this week.
  • snapd PR #8943 started with the remaining features from the original pull request: actually installing D-Bus service files and adding the spread tests. At present it is built on the top of #8860, so will probably need the others to land before it is easily reviewable.

snapd desktop-launch interface.

  • Reviewed Alan’s snapd PR #8699. I will be providing some help with a spread test for the PR.

font support for snaps

  • Investigated bug #1858636, about problems with snapd’s fc-cache-v7 binary not producing a correct fontconfig cache for some fonts.
  • The underlying problem was that it was a static binary combining bionic’s fontconfig with xenial’s freetype. The older freetype did not support some font formats and font features, in particular those used by colour emoji fonts.
  • One realisation that came from this is that the contents of fontconfig caches are not just dependent on the fontconfig version number. Given all the possible (freetype, fontconfig) version pairs, it’s not clear we should even try to reuse the host system fontconfig cache from inside the sandbox. When it works, we should see it as a lucky coincidence. We should move to a model with a private fontconfig cache for each gnome platform snap.
3 Likes