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

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

Branch merges

Branch information

Recent commits

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

Update Occitan translation

01c812d... by Cédric VALMARY (Tot en òc)

Updated Occitan translation

272fae4... by Bastien Nocera

remote-display: Initialise ->cancellable

At least once, right?

https://bugzilla.redhat.com/show_bug.cgi?id=1145144

9765a98... by Bastien Nocera

remote-display: Stop plugin when exiting

Make sure that the plugin is stopped when it's disposed of.

https://bugzilla.redhat.com/show_bug.cgi?id=1145144

ede9c19... by Bastien Nocera

remote-display: Stop watching the D-Bus name on stop

So that we don't get called out when the plugin is stopped.

https://bugzilla.redhat.com/show_bug.cgi?id=1145144

43794c9... 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

d2928fd... by Cosimo Cecchi <email address hidden>

housekeeping: fix deletion of files in the trash

Fixes a regression from dd2477bf74510237310d41974ba3e342e6c95da1 where
regular files would never get deleted from the trash.

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

54eff06... by Bastien Nocera

updates: Avoid warning when on AC

When on AC, we wouldn't be resetting the timeout ID, and throwing
a warning later on, when the network state changed.

9612db9... by Bastien Nocera

housekeeping: Add missing debug for g_file_delete() call

To match the other g_file_delete() calls.

138134e... by Bastien Nocera

housekeeping: Don't follow symlinks to subdirectories

Check whether a leaf node is a symlink before processing it, and if it
is, check whether we should delete the link itself.

This works around a possible bug in GIO where GFileEnumerators will get
the filetype of the linked-to item, instead of detecting that it is a
symlink.

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