GNOME Bugzilla – Bug 397723
Autoaway plugins support for DBus/GSS broken
Last modified: 2010-03-24 13:03:01 UTC
The autoway plugin doesn't doesn't detect that dbus is present, even though it is compiled w/dbus support. Loading the plugin, gets this message: Auto-away plugin 0.4 loaded (using X11 screensaver) I'll attach my build log for you, and if I get some free time I'll fire up the debugger to see if I can track down what the problem is.
Created attachment 80533 [details] Build log for xchat-gnome This is the build log, which shows that it was compiled w/dbus support. Software Versions: gnome-screensaver-2.16.1-2.fc6 dbus-1.0.1-9.fc6
Created attachment 134324 [details] [review] patch we need to enable ENABLE_DBUS flag, to allow dbus support to be built. The attached patch should do the trick.
Committed as aa667de