Package: gnome-settings-daemon / 3.14.2-3

Metadata

Package Version Patches format
gnome-settings-daemon 3.14.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_reinstate_updates_plugin.patch | (download)

configure.ac | 30 30 + 0 - 0 !
data/Makefile.am | 1 1 + 0 - 0 !
data/org.gnome.settings-daemon.plugins.gschema.xml.in.in | 1 1 + 0 - 0 !
data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in | 79 79 + 0 - 0 !
plugins/Makefile.am | 6 6 + 0 - 0 !
plugins/updates/Makefile.am | 93 93 + 0 - 0 !
plugins/updates/gsd-updates-common.h | 44 44 + 0 - 0 !
plugins/updates/gsd-updates-firmware.c | 1040 1040 + 0 - 0 !
plugins/updates/gsd-updates-firmware.h | 52 52 + 0 - 0 !
plugins/updates/gsd-updates-manager.c | 1519 1519 + 0 - 0 !
plugins/updates/gsd-updates-manager.h | 56 56 + 0 - 0 !
plugins/updates/gsd-updates-plugin.c | 28 28 + 0 - 0 !
plugins/updates/gsd-updates-refresh.c | 575 575 + 0 - 0 !
plugins/updates/gsd-updates-refresh.h | 52 52 + 0 - 0 !
plugins/updates/test-updates.c | 7 7 + 0 - 0 !
plugins/updates/updates-design.svg | 765 765 + 0 - 0 !
plugins/updates/updates.gnome-settings-plugin.in | 9 9 + 0 - 0 !
po/POTFILES.in | 4 4 + 0 - 0 !
po/POTFILES.skip | 1 1 + 0 - 0 !
19 files changed, 4362 insertions(+)

---
04_superP.patch | (download)

data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in | 5 5 + 0 - 0 !
plugins/media-keys/shortcuts-list.h | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

---
30_xrandr_dbus_init.patch | (download)

plugins/xrandr/gsd-xrandr-manager.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 xrandr: register our dbus api only after all other initialization

Otherwise we risk being called and not have all out internal state
ready (e.g. priv->rw_screen being NULL) leading to crashes.

We also need to disown our well known name on stop() since we'll
reaquire it if start() gets called again.

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

power make sure to set an error when GDBus set_prope.patch | (download)

plugins/power/gsd-power-manager.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 power: make sure to set an error when gdbus set_property fails

If we return FALSE, the API is that the error must be set, and
GDBus asserts this.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=745920
Bug-Debian: https://bugs.debian.org/775877