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

Last commit made on 2016-10-10
Get this branch:
git clone -b gnome-3-12 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

88aaa79... by Cédric VALMARY (Tot en òc)

Update Occitan translation

5726cd1... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

20d32d6... by Bastien Nocera

xsettings: Initialise GCancellable before using it

Otherwise, it just won't work...

c3cfcf2... by Bastien Nocera

xsettings: Remove unnecessary linefeeds

e649105... by Bastien Nocera

xsettings: Disable bus name watch on destruction

2b001e2... by Rui Matos

3.12.3

6d91b77... by Bastien Nocera

power: '0' keyboard backlight is a valid value

It's not the screen where you can't see anything if the backlight isn't
on, it's a keyboard.

Make sure to only reset the keyboard backlight to the maximum when
there's an error reading that value.

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

9bcbd8d... by Benjamin Tissoires <email address hidden>

wacom: add missing config.h include

Without this, HAVE_GUDEV is not defined, and set_oled terminates
abruptely, leaving out the possibility to set the OLEDs on the Intuos 4.

As Bastien said "Not sure how we all missed that".

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

d146ef6... by Bastien Nocera

media-keys: Don't show Orientation lock popup if not supported

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

1bd84fb... by Bastien Nocera

orientation: Fix plugin on MS Surface devices

When plugging in the type/touch cover on a Microsoft Surface, the
IIO sensor is unplugged, and plugged in again with a different
sysfs path. As the accelerometer comes and goes, we need to handle this
in the orientation plugin, and not bail out if we can't find the
accelerometer on startup, and handle devices coming and going.