From 2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Fri, 4 Sep 2015 21:48:05 +0100 Subject: Switch to org.gnome.SessionManager --- plugins/a11y-keyboard/msd-a11y-preferences-dialog.c | 6 +++--- plugins/background/msd-background-manager.c | 4 ++-- plugins/smartcard/msd-smartcard-plugin.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins') diff --git a/plugins/a11y-keyboard/msd-a11y-preferences-dialog.c b/plugins/a11y-keyboard/msd-a11y-preferences-dialog.c index 368638b..fbb0af0 100644 --- a/plugins/a11y-keyboard/msd-a11y-preferences-dialog.c +++ b/plugins/a11y-keyboard/msd-a11y-preferences-dialog.c @@ -36,9 +36,9 @@ #include "msd-a11y-preferences-dialog.h" -#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 MSD_A11Y_PREFERENCES_DIALOG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), MSD_TYPE_A11Y_PREFERENCES_DIALOG, MsdA11yPreferencesDialogPrivate)) diff --git a/plugins/background/msd-background-manager.c b/plugins/background/msd-background-manager.c index 5b6a04b..bafefa8 100644 --- a/plugins/background/msd-background-manager.c +++ b/plugins/background/msd-background-manager.c @@ -54,8 +54,8 @@ #define mate_bg_set_surface_as_root_with_crossfade mate_bg_set_pixmap_as_root_with_crossfade #endif -#define MATE_SESSION_MANAGER_DBUS_NAME "org.mate.SessionManager" -#define MATE_SESSION_MANAGER_DBUS_PATH "/org/mate/SessionManager" +#define MATE_SESSION_MANAGER_DBUS_NAME "org.gnome.SessionManager" +#define MATE_SESSION_MANAGER_DBUS_PATH "/org/gnome/SessionManager" #define MSD_BACKGROUND_MANAGER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), MSD_TYPE_BACKGROUND_MANAGER, MsdBackgroundManagerPrivate)) 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" -- cgit v1.2.1