Skip to main content
  1. Blog
  2. Article

Will Cooke
on 28 July 2017

Ubuntu Desktop Weekly Update: July 28, 2017


Here’s the latest in the world of Desktop:

GNOME

We’ve been looking at ways to port the feature of allowing the sound to go above 100%. This is needed because some computers (e.g. Thinkpad X220) have a fairly low volume at 100% and so adding some software amplification is a useful addition. While this does already work in GNOME Shell, using the keyboard volume buttons is still limited to 100% – if you have the volume set to more than 100% and press the volume up key – the volume would max out at 100%, and so effectively turn the volume down.

Snaps

Promoted gnome-dictionary, gnome-calculator, quadrapassel, gnome-clocks, and gnome-sudoku to the stable channel. You can get these fresh GNOME apps on Xenial with a simple snap install.

We explored adding more themes to the default desktop launcher for Snaps. However, this substantially increases both the size of the snaps and the build time. There is work going on to make theme support “just work” for Snaps, so we will focus our efforts on getting that implemented soon.

Video, Audio & Network

It seems that our work on getting video acceleration working across the whole graphics stack is starting to inspire others to work on this complex problem as well, or perhaps it’s a happy accident. An engineer at Intel has proposed some patches to Chromium to get video acceleration working on Linux:
https://chromium-review.googlesource.com/c/532294/

Work continues on captive portal work in Network Manager. This week we’ve added support for enabling/disabling captive portal support via a d-bus API. These patches are pending a review upstream: https://bugzilla.gnome.org/show_bug.cgi?id=785117
Once that’s done we can add a toggle switch to the Control Center.

BlueZ 5.46 is being tested in a PPA before we decide if we’ll upload it to Artful.

Updates

Gtk+3.0 is updated to 3.22.17 in Artful

LivePatch

We’ve added code to the root daemon to send events and a user daemon to listen to those events and display notifications for when Live Patch events occur. The architecture and design of this is under review however, and this is likely to change again in the coming weeks, specifically with a view to not require another daemon running in the user session.

In The News

Linux Action News covers the July bug shakedown and the application survey.
And so does the Ubuntu Podcast.

OMG Ubuntu also covers the application survey.

That’s it for this week. We’re at GUADEC, and if you are too please come and say hi.

Related posts


Johann Wolf
27 April 2026

Why Web Engineering is great

Ubuntu Article

Like many software engineers, one of my first software development experiences started with creating my own web page. Since that time 20+ years ago, a lot has changed in the web landscape. Having worked a lot in web since then, I’d like to take a moment to reflect on what I think makes web great! ...


Ishani Ghoshal
27 April 2026

Ubuntu 16.04 LTS has reached the end of standard Expanded Security Maintenance with Ubuntu Pro. Here are your options.

Ubuntu Article

Ubuntu 16.04 LTS (Xenial Xerus) reached the end of its five-year Expanded Security Maintenance (ESM) window in April 2026. If you are still running 16.04, it is critical to address your support status to ensure continued security and compliance. Your support options Now that 16.04 is in its Legacy phase, you have two primary paths: ...


Rob Gibbon
27 April 2026

Understanding disaggregated GenAI model serving with llm-d

AI Article

What is llm-d? llm-d is an open source solution for managing high-scale, high-performance Large Language Model (LLM) deployments. LLMs are at the heart of generative AI – so when you chat with ChatGPT or Gemini, you’re talking to an LLM. Simple LLM deployments – where an LLM is deployed to a single server – can ...