After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 380675 - screensaver not disabled when playing video
screensaver not disabled when playing video
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-11-29 22:04 UTC by Baptiste Mille-Mathias
Modified: 2006-12-06 14:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Baptiste Mille-Mathias 2006-11-29 22:04:50 UTC
Hi,

Totem should disable screensaver when a video is player, unfortunately it is not the case for me.
I use totem 2.17.3 and gnome-screensaver 2.16.1-0ubuntu1

I did a gnome-screensaver --debug --no-daemon 1&2>~/gscreensaver.log, run totem in fullscreen mode and looked for inhibitor and found nothing.
Comment 1 Bastien Nocera 2006-11-29 22:28:46 UTC
Please verify that your Totem is built with D-Bus support.
Comment 2 Baptiste Mille-Mathias 2006-11-29 22:42:21 UTC
Yes it seems so

(((baptiste@babel)))-> ldd `which totem`|grep dbus
        libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb7318000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb72e6000)
Comment 3 Bastien Nocera 2006-11-29 23:15:36 UTC
Huh, you are in fullscreen, right? Totem only disable the screensaver when in fullscreen.
Comment 4 Sebastien Bacher 2006-11-30 07:28:11 UTC
it does the same on my feisty desktop. The configure doesn't print a summary of options but dbus is found and totem is linked with it so I think it's build with d-bus support. Using dbus-monitor there is no activity from totem. Switching to fullscreen (with the 'F' key) doesn't do anything on the dbus level. It does the same with totem-gstreamer and totem-xine
Comment 5 Bastien Nocera 2006-12-06 14:14:42 UTC
2006-12-06  Bastien Nocera  <hadess@hadess.net>

        * configure.in: print out all the options enabled/disabled after the
        configure checks, re-add the "unused" D-Bus checks, they were
        used by the gnome-screensaver code, and broken since 2.17.2
        (Closes: #380675)