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

Last commit made on 2021-04-21
Get this branch:
git clone -b gnome-3-36 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

f9077d4... by Hugo Carvalho

Update Portuguese translation

1625c50... by Мирослав Николић

Update Serbian translation

50438f6... by Matej Urbančič

Updated Slovenian translation

6fe2124... by Baurzhan Muftakhidinov

Update Kazakh translation

e2e7643... by Florentina Mușat

Update Romanian translation

28ce422... by Carlos Garnacho

Release 3.36.1

890fd48... by Benjamin Berg <email address hidden>

common: Only use GNOME_SETUP_DISPLAY if it is not empty

This means that setting it to an empty value will still make g-s-d
ignore it.

523ffa1... by Philip Withnall <email address hidden>

sharing: Don’t warn about starting/stopping services which don’t exist

This squashes the following warning from the journal:
```
Mar 06 12:37:52 endless gsd-sharing[33186]: Failed to StopUnit service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit rygel.service not loaded.
Mar 06 12:37:52 endless gsd-sharing[33186]: Failed to StopUnit service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-remote-desktop.service not loaded.
```

Signed-off-by: Philip Withnall <email address hidden>

3967b95... by Philip Withnall <email address hidden>

print-notifications: Fix a minor warning on shutdown

The source has already been removed due to returning `G_SOURCE_REMOVE`
from its callback, so when `finalize()` calls `g_source_remove()`, a
warning is emitted by GLib.

Fix that by clearing the source ID when returning `G_SOURCE_REMOVE`.

Signed-off-by: Philip Withnall <email address hidden>

602211a... by Ludovico de Nittis <email address hidden>

usb-protection: Fix unused is_locked variable warning