Freedesktop Screensaver API is not implemented
Bug #1584161 reported by
Marco Trevisan (Treviño)
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-settings-daemon (Ubuntu) |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
Xenial |
Fix Released
|
Medium
|
Unassigned |
Bug Description
This is what we get in an unity session:
gdbus call --session --dest org.freedesktop
Error: GDBus.Error:
Side effect of this is bug #1415265
Related branches
lp://staging/~3v1n0/unity-settings-daemon/redirect-fdo-screensaver-calls
- Sebastien Bacher: Approve
-
Diff: 199 lines (+89/-28)2 files modifiedgnome-settings-daemon/org.gnome.ScreenSaver.xml (+43/-0)
plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c (+46/-28)
lp://staging/~unity-settings-daemon-team/unity-settings-daemon/x-sru2
- Sebastien Bacher: Approve
-
Diff: 2307 lines (+977/-420)25 files modifieddebian/changelog (+30/-0)
gnome-settings-daemon/Makefile.am (+34/-3)
gnome-settings-daemon/gnome-settings-bus.c (+89/-0)
gnome-settings-daemon/gnome-settings-bus.h (+36/-0)
gnome-settings-daemon/gnome-settings-manager.c (+47/-4)
gnome-settings-daemon/gnome-settings-session.c (+0/-62)
gnome-settings-daemon/gnome-settings-session.h (+0/-34)
gnome-settings-daemon/main.c (+2/-2)
gnome-settings-daemon/org.gnome.ScreenSaver.xml (+43/-0)
gnome-settings-daemon/org.gnome.SessionManager.xml (+451/-0)
plugins/automount/gsd-automount-manager.c (+19/-45)
plugins/background/gsd-background-manager.c (+2/-2)
plugins/color/gsd-color-manager.c (+5/-3)
plugins/common/gsd-input-helper.c (+3/-0)
plugins/keyboard/gsd-keyboard-manager.c (+1/-1)
plugins/media-keys/gsd-media-keys-manager.c (+31/-18)
plugins/power/gsd-power-manager.c (+78/-162)
plugins/remote-display/gsd-remote-display-manager.c (+1/-1)
plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c (+54/-34)
plugins/smartcard/gsd-smartcard-plugin.c (+8/-37)
plugins/updates/gsd-updates-manager.c (+5/-5)
plugins/updates/gsd-updates-refresh.c (+5/-5)
plugins/wacom/gsd-wacom-manager.c (+8/-0)
plugins/xrandr/gsd-xrandr-manager.c (+1/-1)
plugins/xsettings/gsd-xsettings-manager.c (+24/-1)
Changed in unity-settings-daemon (Ubuntu Xenial): | |
importance: | Undecided → Medium |
milestone: | none → ubuntu-16.04.1 |
Changed in unity-settings-daemon (Ubuntu): | |
milestone: | ubuntu-16.04.1 → none |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
This bug was fixed in the package unity-settings- daemon - 15.04.1+ 16.10.20160613- 0ubuntu1
--------------- daemon (15.04. 1+16.10. 20160613- 0ubuntu1) yakkety; urgency=medium
unity-settings-
[ Marco Trevisan (Treviño) ]
* PowerManager: connect to keyboard BrightnessChanged signal to update
the cached current value properly (LP: #1510344)
* GsdPowerManager: don't cache kbd backlight current value (LP:
#1583861)
* common: backport g-s-d commits for having single shared dbus proxies
* ScreensaverProxy: redirect supported calls to gnome screensaver APIs
(LP: #1415265, #1584161)
[ Robert Ancell ] DESKTOP.
* Correctly check value of XDG_CURRENT_
* Remove code for disabling plugin under GNOME Shell - they don't use
u-s-d.
* Drop print notifications - not used under Unity.
[ Sebastien Bacher ]
* power: '0' keyboard backlight is a valid value (LP: #1510344)
* Don't hit an xerror when a device is removed while being configured
(LP: #1503758)
* wacom: don't segfault when a device is removed while being
configured. (LP: #1439427)
* power: fix crasher when the plugin is unloaded (LP: #1567116)
* power: Add sound notification on power plug/unplug
-- Marco Trevisan (Treviño) <mail@3v1n0.net> Mon, 13 Jun 2016 11:31:26 +0000