~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:benzea/use-f31-for-image

Last commit made on 2019-12-05
Get this branch:
git clone -b benzea/use-f31-for-image https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Name:
benzea/use-f31-for-image
Repository:
lp:~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Recent commits

3181c4e... by Benjamin Berg <email address hidden>

ci: Use F31 for new gnome-desktop3 API

gnome-desktop3 has added new API that we need in gnome-settings-daemon.
This API is not yet in an unstable release though, which means that we
can safely build against F31 while building against rawhide will not
work as of now.

Switch to F31, this should not cause any further issues.

404d453... by Benjamin Berg <email address hidden>

ci: Build gsettings-desktop-schemas from master

We sometimes need new keys from gsettings-desktop-schemas. It is a bit
painful to wait for the RPM packages to be updated in fedora rawhide. So
instead, just pull in a recent master snapshot into the CI.

baa6cb0... by =?utf-8?q?Bart=C5=82omiej_Piotrowski?= <email address hidden>

ci: Separate shared variables to *docker_common_variables

065b35e... by =?utf-8?q?Bart=C5=82omiej_Piotrowski?= <email address hidden>

ci: Switch to docker:stable-dind to avoid breaking changes

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

ci: Disable TLS to allow building with new docker

The images have not been updated for a while due to a docker TLS issue.
Disabling it fixes this, see
  https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/

5b1fb87... by Anders Jonsson

Update Swedish translation

7d74327... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

media-keys: Skip volume-change feedback while playing

The audio feedback for volume changes is useful when nothing is outputting
sound, but only then. Skip the sound notification in that case.

cb2b77d... by Bastien Nocera

media-keys: Add guard to map_keybinding()

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

0e56f94... 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

cd051e6... by Carlos Garnacho

power: Use logind helper to change backlight brightness

This is the favored method, over our own polkit helper, and over RandR.
Since this helper does its own smart queueing of events, just forward them
as fast as possible, and mark all tasks as completed ASAP on our side.

However, as this is a recent logind feature (New in systemd 243), make this
a soft runtime dependency, by checking first that the required DBus method
exists. We forget about logind and go through the other methods if this one
is not available.

Closes: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/issues/429