summaryrefslogtreecommitdiff
path: root/tools/mate-session-inhibit.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-04Use org.gnome.SessionManager at /org/gnome/SessionManager as the DBUS API. ↵Clement Lefebvre1-3/+3
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..
2015-06-21inhibit tool: add missing includeMonsta1-0/+1
fixes https://github.com/mate-desktop/mate-session-manager/issues/85
2014-11-07Add a commandline wrapper to inhibit idleinfirit1-0/+242
Based on gnome-commit: fcdbf2b36b184f10239ac7a81cb3c88b4c5ed477 From: Matthias Clasen <[email protected]>