Comment 33 for bug 1574120

Revision history for this message
Sebastien Bacher (seb128) wrote :

@Sam,

your log states that gnome-session inhibits suspends, it's usually because some code asked it to do so

what if you try to

$ dbus-send --print-reply --dest=org.gnome.SessionManager /org/gnome/SessionManager org.gnome.SessionManager.GetInhibitors

then

$ dbus-send --print-reply --dest=org.gnome.SessionManager <object path> org.gnome.SessionManager.Inhibitor.GetAppId

where "object path" is the string returned by the previous call (e.g "/org/gnome/SessionManager/Inhibitor<n>")