Desktop Team Updates - Monday 6th July 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 29th June 2020

2 Likes

:desktop_computer: Gnome Shell and friends:

:chart_with_downwards_trend: Bug tracking:

8 Likes

firefox24 firefox

  • investigated and fixed a startup hang on 16.04 for firefox 78.0 RC builds
  • filed and worked around a bug for a regression in search engines customizations in 78.0 RC builds
    • I initially reverted the default setting for search configuration which was switched to a new value, and it was later also reverted upstream (in 78.0.1) because their testing uncovered other problems
    • I asked upstream how distributions can customize search engines with the new configuration mechanism, and it appears they can’t… but it’s an oversight that they are looking into
  • prepared the update to 78.0.1, which was sponsored to all supported releases by the security team
  • started work on writing new autopkgtests to catch regressions with search engines customizations in an automated manner
    • once this is done, I plan on adding more autopkgtests to reduce the amount of required smoke testing when validating new releases

thunderbird24 thunderbird

  • prepared the update to 68.10.0, and handed over to the security team for validation and sponsoring

chromium22 chromium

  • verified a focal SRU
  • added the system-packages-doc plug to the chromium snap, to allow browsing local documentation in /usr/share/doc (this requires snapd 2.46)
    • I then temporarily reverted the change because this requires an update to review-tools, and I synchronized with Jamie

package24 other

1 Like
  • Snapcraft/CUPS Snap: Everything ready for the inclusion of the new interfaces in snapd and the approval of the CUPS Snap into the Snap Store. Waiting for @jdstrand to come back to it.
  • cups-filters: Completed all adjustments, function renaming against clashes with libcups, integration in cups-filters, … of the new libppd PPD handling library. Also moved all CUPS-private functions and data types into the public API of the library and added a function to generate a get-printer-attributes IPP response to a client from a PPD file, ripped out of CUPS’ ippeveprinter utility. More function transfers to come. See the latest development on GitHub.
  • ipp-usb: Tested newest development of the IPP-over-USB daemon. Found out that my HP OfficeJet Pro 8730 does not need a device-specific quirk rule. Also tried to move forward that Debian will package this project.
  • Google Summer of Code 2020: All the 7 students for OpenPrinting (and all the 15 for the Linux Foundation) have passed their first evaluations and continue their work.
  • Linux Foundation Mentorship Program: More than 10 student applications came in. We have given them assignments to evaluate them, as with GSoC candidates they had first to build and modify the CUPS code and as a second stage to fix a bug in cups-filters. If all works well we clean up the bug list and get two excellent students for our projects.
  • Google Season of Docs 2020: Worked with a candidate on his proposal.
  • Bugs.
1 Like

snapd dbus activation support:

  • snapd PR #8860 (detect conflicts between snaps wanting to activate the same D-Bus service) has been merged.
  • snapd PR #8861 (add dbus-daemon config to find service activation files under /var/lib/snapd/dbus-1) is still waiting for a second review sign off.
  • snapd PR #8943 (install D-Bus service activation files) is still sitting in draft state. At the moment the spread tests are failing on Ubuntu and Debian, but it looks like that should clear up once #8861 is merged and a new core snap containing it is released to edge. I have also updated the PR to ensure service activation packages are correctly purged if snapd itself is removed.

snapd desktop-launch interface:

  • I wrote a spread test for Alan’s snapd PR #8699.
  • I’ve still got some concerns about some things like the environment handling and the subprocess handling (the current code looks like it could result in userd creating an unbounded number of threads). Everything looks solvable though.

font support for snaps:

  • I posted a prototype for a shared private fontconfig cache to the Snapcraft forum. The eventual goal would be for the various GNOME platform snaps to generate a fontconfig cache from fonts in /usr/share/fonts and /usr/local/share/fonts that is guaranteed to be compatible with the platform snap’s fontconfig and freetype.
  • On the application snap side, the best ideal approach would be to mount this cache to /var/cache/fontconfig so that it would automatically be used by the default fontconfig configuration. There’s two main blockers for that:
    • The desktop interface tries to mount the host system /var/cache/fontconfig there, which we no longer consider desirable.
    • The content interface can only mount to locations under $SNAP, $SNAP_DATA, or $SNAP_COMMON. We can’t work around this with layouts, since their mounts are ordered before the interface mounts. Ideally the content interface could mount to any directory a layout could.
  • If we solve the above two snapd issues, we should be able to update the Snapcraft extensions to use the private cache. That would mean for many snaps a simple rebuild would be sufficient.
1 Like
  • had one day of vac
  • G-serie
    • updated udisks tests to work with the new util-linux
    • backported a g-c-c fix for sound profile selection
    • updated n-m to the new upstream serie (merged from Debian)
    • backported a g-s-d patch to filter out notification about cups-browsed automatically added printers
    • updated gnome-initial-setup, eog, epiphany, gnome-boxes
    • merge usb-modeswitch with Debian, backporting an upstream candidate fix for a launchpad report
  • SRU
    • GNOME stable updates, eog, epiphany, gnome-boxes
  • sponsoring
    • new vala stable version from Rico
    • IBUS/focal SRU to fix keybinding changes from Gunnar
    • wslu build fix and SRU from Patrick
  • other
    • fixed the excuse-by-team report for the new britney
    • investigated udisks exfat tests failing with the new udisks
    • some archive admin reviews
    • reject the nacl MIR request, the same feature as available from openssl, file a request in Debian to remove the Build-Depends instead
1 Like

Short week again, had one day off. Last one of those, boo!

  • britney migration: ran on stable series, found a crash bug! in the middle of debugging that now.
  • new autopkgtest deployment: wrote a script to sync data over to the new host, so the old results will come across
  • reviewed some code changes from Séb, Balint and others for ^- related items
  • Did some initial actions related to Eoan’s end of life
  • more stats for OEM
  • Fixes to Ubiquity + ZFS
  • Bug triage following SRU of Zsys
  • Finished the work on kstore PAM module, waiting for a review and an upload to groovy

One week off

  • g-c-c: prepared grovy update to 3.36.3 adding new fingerprint dialog [branch]
  • g-c-c: Fixed one case where we disable the fractional scale and reset to different integer scaling
  • mutter: Some more fixes on screen size computation when using fractional scaling