GNOME Bugzilla – Bug 649240
properly use gnome-session presence status
Last modified: 2011-06-05 07:39:09 UTC
GDBusProxy relies on PropertiesChanges signals to update its property cache. gnome-session is using dbus-glib which doesn't support that signal. Therefore, we have to manually update the status property when receiving a StatusChanged.
Created attachment 187090 [details] [review] patch
Does this fix the problem of the system not automatically suspending after idle timeout? I see that it still hasn't made it into the 3.0.2 release, will a new bugfix release of gnome-power-manager come out?
Yup, I failed to commit this before the release. They'll be a new release soon, I promise.
Hi, I've just applied this patch to the 3.0.2 release and it didn't fix the issue any more. I noticed this behavior again since the update to gnome 3.0.2 using the gnome overlay (I'm a gentoo user). Before the trunk version worked fine. I guess we need a new patch.
i've been trying this patch in the past couples of days and i found that it doesn't come up from suspend. Without this patch, i can suspend from the menu and always come back. here is my xsession-errors log
Created attachment 189256 [details] log