~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:gnome-3-34

Last commit made on 2020-06-16
Get this branch:
git clone -b gnome-3-34 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

8ff6143... by Matej Urbančič

Updated Slovenian translation

fb689d7... by Matej Urbančič

Updated Slovenian translation

d2e544e... by Matej Urbančič

Updated Slovenian translation

f7ffa3b... by Umarzuki Bin Mochlis Moktar

Update Malay translation

85ca4e2... by Carlos Garnacho

Release 3.34.2

a42158b... by Benjamin Berg <email address hidden>

media-keys: Place spawned processes into a systemd scope

This means we isolate the processes from the media-keys scope itself.

For this to work, we need at least libgnome-desktop 3.34.2.1 as the API
was added in that release.

d477ba5... by Marek Kašík

smartcard: Initialize a pointer before use

Pointer to PK11SlotInfo in watch_one_event_from_driver()
could be used uninitialized after one of my commits.
This commit fixes it.

6e26304... by Bastien Nocera

media-keys: Add guard to map_keybinding()

Just in case g_variant_get_strv() returns NULL when it really shouldn't.

b6e5de7... by Bastien Nocera

media-keys: Fix crash on key bindings migration

The loop would add items to the array in an infinite loop as the
position of the source "pos" never advanced.

Closes: #471

e1fc459... by Carlos Garnacho

media-keys: Use X11 display for clipboard

This daemon does not specify to be X11, and arguably "make it able
to save to clipboard" is hardly a reason. Make it use a X11 display
specifically for saving screenshots to clipboard, as it's got at
least some guarantees of working there.

Related: https://gitlab.gnome.org/GNOME/mutter/issues/789