diff options
Diffstat (limited to 'plugins/smartcard/msd-smartcard-plugin.c')
-rw-r--r-- | plugins/smartcard/msd-smartcard-plugin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/smartcard/msd-smartcard-plugin.c b/plugins/smartcard/msd-smartcard-plugin.c index ae1b264..f4eb129 100644 --- a/plugins/smartcard/msd-smartcard-plugin.c +++ b/plugins/smartcard/msd-smartcard-plugin.c @@ -52,9 +52,9 @@ typedef enum #define SCREENSAVER_DBUS_PATH "/" #define SCREENSAVER_DBUS_INTERFACE "org.mate.ScreenSaver" -#define SM_DBUS_NAME "org.mate.SessionManager" -#define SM_DBUS_PATH "/org/mate/SessionManager" -#define SM_DBUS_INTERFACE "org.mate.SessionManager" +#define SM_DBUS_NAME "org.gnome.SessionManager" +#define SM_DBUS_PATH "/org/gnome/SessionManager" +#define SM_DBUS_INTERFACE "org.gnome.SessionManager" #define SM_LOGOUT_MODE_FORCE 2 #define MSD_SMARTCARD_SCHEMA "org.mate.peripherals-smartcard" |