[vlc-commits] dbus inhibit: gnome >= 3.6 and < 3.10 is not supported
Rafaël Carré
git at videolan.org
Fri Oct 25 18:29:19 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Oct 25 18:26:38 2013 +0200| [7486046ba1a89d52f56086cdef47950e9f828831] | committer: Rafaël Carré
dbus inhibit: gnome >= 3.6 and < 3.10 is not supported
It uses the correct path name "/org/freedesktop/ScreenSaver" for the interface,
not the name that KDE came up with ("/ScreenSaver").
Gnome 3.10 supports the KDE interface now, see
https://mail.gnome.org/archives/commits-list/2013-September/msg00736.html
Support for gnome 3.6 screensaver is probably not worth it, as the daemon
crashes on Uninhibit.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7486046ba1a89d52f56086cdef47950e9f828831
---
modules/misc/inhibit/dbus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/misc/inhibit/dbus.c b/modules/misc/inhibit/dbus.c
index 7106e91..d878bf9 100644
--- a/modules/misc/inhibit/dbus.c
+++ b/modules/misc/inhibit/dbus.c
@@ -38,7 +38,7 @@
enum vlc_inhibit_api
{
- FDO_SS, /**< KDE >= 4 and GNOME >= 3.6 */
+ FDO_SS, /**< KDE >= 4 and GNOME >= 3.10 */
FDO_PM, /**< KDE and GNOME <= 2.26 */
MATE, /**< >= 1.0 */
GNOME, /**< GNOME 2.26..3.4 */
More information about the vlc-commits
mailing list