From b01c41715ddad682c2e0d2a5eac8fa0deb91c5e8 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Fri, 4 Sep 2015 21:01:09 +0100 Subject: Use org.gnome.SessionManager at /org/gnome/SessionManager as the DBUS API. This is necessary for compatibility and it brings support for many apps hardcoding GNOME support but also apps written in GTK (Gtk.Application taps into org.gnome.Session to register applications for a clean shutdown and for inhibition). It doesn't conflict with GNOME or Cinnamon (which both use the same name) since it's on the SessionBus. It makes mate-session aware of programs such as gedit, etc.. which might need to save people's work before logout, it brings support for totem inhibiting the session etc etc.. --- mate-session/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-session/README') diff --git a/mate-session/README b/mate-session/README index 5b4e67b..f030efb 100644 --- a/mate-session/README +++ b/mate-session/README @@ -23,7 +23,7 @@ Startup is divided into 6 phases (GsmSessionPhase): running very early (before any windows are displayed). Apps in this phase can make use of a D-Bus interface - (org.mate.SessionManager.Setenv) to set environment variables + (org.gnome.SessionManager.Setenv) to set environment variables in mate-session's environment. This can be used for things like $GTK_MODULES, $MATE_KEYRING_SOCKET, etc -- cgit v1.2.1