~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:atk-dep

Last commit made on 2018-08-08
Get this branch:
git clone -b atk-dep https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

e897afb... by Display Name

build: Add ATK dependency

Building with JHBuild results in some plugins failing due to an
undefined reference to atk_component_scroll_to_point().

fa36fdc... by Jan Tojnar

build: fix undeclared dependency on gio-unix-2.0

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

54395ff... by Benjamin Berg <email address hidden>

rfkill: Create nested cancellable for rfkill setting

The rfkill code will cancel any running task when a new task comes in.
This makes sense in most cases, but the code would cancel the
cancellable from the outside scope which may be reused. This effectively
resulted in all changes to be cancelled immediately when this
compression happened once.

Fix the issue by creating a new cancellable and propagating the
cancelled state rather then setting it on the passed in cancellable.

3651ab0... by =?utf-8?q?Emin_Tufan_=C3=87etin?= <email address hidden>

Update Turkish translation

bf19fc8... by Piotr Drąg

Update Polish translation

333b89e... by Benjamin Berg <email address hidden>

media-keys: Escape custom command for execution

g_app_info_create_from_commandline interprets the % character of
commands that are entered by the user. So escape all % characters by
doubling them so that they are not stripped from the resulting command
line.

Fixes: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/issues/34

eeebd06... by Matej Urbančič

Updated Slovenian translation

0a0b6d2... by Carlos Garnacho

Release 3.29.90.1

b09d21e... by Carlos Garnacho

Merge branch 'didrocks/gnome-settings-daemon-volume-overdrive'

a3f0d15... by Didier Roche-Tolomelli

media-keys: Use similar logic to the Shell to show volume above 100% icon

Shows a volume above 100% icon for output only in case we have a current
level above 100.
This new icon will be sent to any Shell version, including older version
which will show up 100 for level and this volume above 100% icon.

See https://bugzilla.gnome.org/show_bug.cgi?id=790280