Commit 7486046b authored by Rafaël Carré's avatar 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.
parent 77cb25d1
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
enum vlc_inhibit_api 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 */ FDO_PM, /**< KDE and GNOME <= 2.26 */
MATE, /**< >= 1.0 */ MATE, /**< >= 1.0 */
GNOME, /**< GNOME 2.26..3.4 */ GNOME, /**< GNOME 2.26..3.4 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment