GNOME Bugzilla – Bug 374335
Does not stop xscreensaver
Last modified: 2006-11-29 22:28:47 UTC
Several users of Totem in Debian have reported that totem fails to stop xscreensaver when playing movies. This seems to happen if only xscreensaver and not gnome-screensaver is installed. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=315926
Please set out a breakpoint in fake_event() to see if fake events are being generated to disable the screensaver. Also double-check the configure logs for whether HAVE_XTEST is set in config.h.
From a quick look in the build log I noticed this, checking for XTestFakeKeyEvent in -lXtst... no Could this be the problem?
Yep, either a missing build-dep, or a broken configure check. Attach the output of config.log and we can check it out.
Turns out it really was a missing build-dep, rebuilding with libxtst-dev makes everything work the way it should. Thanks for helping me sorting this out! :)