Monday 27th May 2019

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 the Community Hub (this site).
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: Monday 20th May 2019

Since I’m off on Monday, I’ll update now.

  • Was a short week, was off on Monday.
  • Helped with the fix for a software-properties error that made it to bionic users.
  • Reviewed and uploaded gnome-shell and mutter to 3.28.4 to the bionic queue (thanks @3v1n0)
  • Reviewed and uploaded gnome-shell and mutter 3.32.2 to experimental and eoan (thanks @3v1n0)
  • Uploaded glib2.0 2.60.3 to experimental and eoan, will push this to disco too once it’s validated on eoan
  • Tested GStreamer 1.14.4 SRUs and then pushed those to the bionic queue
  • @jibel found a problem with the theme with the disco proposed updates to GNOME Shell. Fixed that in the theme and then helped shepherd an upload to disco-proposed / eoan (thanks @c-lobrano / Feichtmeier / sil2100)
  • autopkgtest: One of the cloud regions went bad on arm64 last week, so I spent some time testing that out. It ended up randomly fixing itself… so I switched it back on. :confused:
4 Likes

libreoffice24-margin libreoffice

snapcraft24 GNOME build-snap

  • Got gnome-calculator building and running from GNOME sources without errors.
  • Moved GNOME source parts out of gnome-calculator back into the build-snap.
  • Began work on getting gnome-calculator building against the build-snap.
1 Like

:computer_mouse: Gnome Shell performance (stutter | latency | CPU):

  • :mag: Investigated the poor window movement performance on Nvidia-418 and discovered I had a fix already (now updated).
  • :flight_arrival: Landed upstream in mutter 3.33.2: clutter/stage-cogl: Reschedule update on present (thanks Marco). Probably the most exciting performance fix that was brewing. This means Xorg sessions will now maintain the same low output latency as Wayland sessions. That’s one frame lower latency than they had before. This does not depend on the power of the machine, but on the behaviour of the driver - both Intel and Nvidia Xorg drivers are known to require this fix.
  • :flight_arrival: Landed upstream in mutter 3.33.2: renderer-native: Reference count front buffers. A very large prerequisite cleanup for the future high performance multi-monitor Wayland work. But by itself won’t change anything the user can see.
  • :recycle: Continued discussing: Honour CLUTTER_ACTOR_NO_LAYOUT more efficiently
  • :mag: Profiled Nvidia EGLStreams (Wayland support) because I thought its high CPU usage would be easy to fix. But maybe not. It’s all buried in the closed source Nvidia driver.

:beetle: Release bugs:

:pick: Backlogs progress:

  • :chart_with_downwards_trend: Good news (falling backlogs): xorg, chromium-browser, totem
  • :chart_with_upwards_trend: Bad news (consistently growing backlogs): ubiquity
1 Like

firefox24 firefox

  • reviewed foundations’ documentation for rust updates and made a minor edit
  • confirmed bug #1830096
    • temporary work-around for firefox 67.0+build2: rebuilt packages for bionic, cosmic, disco and eoan sequentially to ensure the BuildIDs are in ascending order − waiting on the security team to validate and publish
    • suggested a patch upstream to allow overriding the build ID in downstream builds
  • looked into porting chromium-browser autopkgtests to firefox, and found that the geckodriver executable (required for selenium to drive firefox) is not installed by any binary package, despite being built by the firefox source package − looking into adding the firefox-geckodriver package

thunderbird24 thunderbird

  • investigated enigmail autopkgtests failures blocking the thunderbird migration, the latest upload to eoan resolved them
  • 60.7.0 was released, waiting on the security team to validate and publish the builds to all supported Ubuntu releases

chromium22 chromium

  • updated stable to 74.0.3729.169
  • updated beta to 75.0.3770.51, investigating build failures on arm64
  • updated dev to 76.0.3800.0, investigating build failures on armhf

libreoffice24-margin libreoffice

  • sponsored Marcus’s upload of 6.2.4 to eoan
2 Likes
  • E-archive-work
    • desktop updates (evolution-ews, gtksourceview, epiphany-browser)
    • dropped libnm-gtk from nm-applet and review patches, upstreamed some, removed one
    • removed the deprecated libnm-glib/vpn/util libraries from n-m, cleaned out a patch that was commented by error and which turns out to be not be needed anymore
    • sponsored a ibus-libpinyin fix for Gunnar (to DIsco as well)
    • tweaked the software-properties .desktop to list the “Additional Drivers” under GNOME, it’s not obvious that feature exists under “software sources” otherwise
  • SRUs
    • Tried to help gettings things moved on the n-m/bionic SRU
    • SRUed a poppler fix for a regression in unicode search
    • did a follow up SRU for update-notifier/livepatch/bionic, not showing the indicator if the service is disabled rather than showing an error
    • looked at the reported regression in the software-properties/bionic SRU, updated the snapd-glib requirement (some users updated s-p on an outdated system which was leading to errors)
    • uploaded a new software-properties/bionic SRU with the change and a fix from @Laney to fix a bug in error handling
    • SRU verifications (ubuntu-report/disco, gnome-software/disco, poppler/disco, gedit/coscmic, grilo-plugins/cosmic, nautilus/cosmic)
    • updated epiphany-browser to 3.32.2 in disco
  • Others
    • worked on the cycle planning
    • helped triaging/poking at a samba/xenial/security upload regression
  • Zfs (with jibel):
    • continue working on tests, got ext4 mocking done and so added relevant “separate etc, boot…” tests.
    • added more and more other part of test for grub menu generation, supports now:
    • Fixed 15_linux_zfs as we saw issues/races/new corner cases coming up.
    • Tests changes are available at https://github.com/ubuntu/grubmenugen-zfs-tests/commits/master and 15_linux_zfs changes at https://github.com/ubuntu/zfs/commits/master.
      We still need to stabilize some tests for corner cases.
      We also noticed some issues in zfs 0.7 after creating and removing a lot of datasets for our tests (zpool list blocking and all zfs related commands blocked), with a kernel systrace. As this is quite a special use case (hundreds of datasets created in minutes), we will retest against 0.8 (also see if we can get unique dataset names) and report it upstream with all details if we still get it
  • Misc:
    • upgraded main system to eaon, looking good so far!
1 Like

GNOME World

  • Biggest gnome-shell refactory proposed (this.actor-removal) [MR]
  • GLib use g_clear_signal_handler [MR, merged]
  • Mutter meson cleanups [MR, merged]
  • Use GObject.NotImplementedError in gnome-shell [MR, merged]
  • Refactory to make ModalDialog's proper clutter actors [MR, merged]
  • Some fixes on the review for mutter !564
  • Fixed signal emission on grab-end in mutter [MR]
  • Ensure menu items actions happens in gnome-shell window menu [MR]
  • Cleanup and fixes on memory-error-fixes for CI in mutter [MR, merged]
  • Avoid a double-disposition of shell Meta.Background [MR]
  • Added System.addressOfGObject to gjs [MR]
  • Various upstream reviews (including Daniel’s !281) and cherry-picks

Packaging

  • Prepared new upstream version package for libical3 in debian (needed for next e-d-s) [MRs]
1 Like
  • network-manager: Tried to find out more about the Bionic regressions(bug 1754671, bug 1829913, bug 1829566, bug 1829838), put up systemd SRU on PPA for the reporters to try it but did not help for them, asked on #nm IRC channel and they need debug logs, asked the users for the logs but no answer so far.
  • foomatic-db: Received first manufacturer PPDs (85 printers from Ricoh) after switchover to GitHub and all worked perfectly. Ricoh guy posted pull request, I merged and ran site update script on server.
  • cups-filters: Posted 1.23.0 for Cosmic on PPA to ask reporter of bug 1731417 whether fix actually helped. No answer yet.
  • cups-filters: Worked out some fixes still needed on the cups-browsed changes for the 1.24.0 release with the GSoC 2018 student.
  • Google Summer of Code 2019: Official coding period has started, but due to end-of-semester exams in India students will really start coding somewhat later.
  • Eoan Ermine: Updated my Lenovo X1 Yoga and all working nicely so far.
  • Bugs.
1 Like

snapd:

  • Worked on the first stages of the snap user session agent. I’ve got things set up so the existing “snap userd” process will launch via systemd, and activatable by either the existing D-Bus interface or the new unix socket interface.
  • Still working on getting the HTTP/REST code hooked up. The plan is to have a simple “version” API call, and a spread test verifying that root can activate the user’s userd and get a reasonable response back. That would be the minimal reviewable change.

other snaps:

  • Investigating viability of building a custom base snap to support an application.
  • Worked on snapd-glib markdown API.
  • Booked sprint travel