~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:jjardon/remove_gdkx

Last commit made on 2019-11-24
Get this branch:
git clone -b jjardon/remove_gdkx https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

bfde684... by Javier Jardón

Remove unneded gdkx includes

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

4c208aa... by Carlos Garnacho

media-keys: Remove no longer used function

This was missed in 41a84e315d.

41a84e3... by Carlos Garnacho

media-keys: Let the screenshot service save to clipboard itself

This is both broken currently on wayland (since this daemon doesn't
request the x11 backend, and wayland clients need a proper surface/serial
to request clipboard), and conceptually wrong (we wouldn't like to
enable the X11 backend just to let it save to clipboard).

Let gnome-shell handle saving the screenshot to clipboard instead, this
also saves us from saving to /tmp just to copy it to the clipboard
afterwards. We achieve this by passing an empty string as the filename.

Related: https://gitlab.gnome.org/GNOME/mutter/issues/789
         https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/810

2535cde... by Fabio Tomat <email address hidden>

Update Friulian translation

db37493... by Benjamin Otte <email address hidden>

power: Fix rounding of brightness value

We rounded properly for percentage to absolute value, but we always floored the other way around.

The new code achieves this by always rounding. This way the following rule holds (assuming the the min value is 0 for this discussion)
  x = round (round (x * scale) / scale)
with
  scale = (max - min) / 100
and assuming that scale >= 1

If scale < 1, the rule holds for the other direction.

35ae460... by Daniel Mustieles

Updated Spanish translation