@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>")
@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>")