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 326369 - Screensaver locks entire desktop while EOG is in fullscreen
Screensaver locks entire desktop while EOG is in fullscreen
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
2.12.x
Other All
: Normal minor
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-09 23:53 UTC by Alex Vranas
Modified: 2006-01-10 04:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Alex Vranas 2006-01-09 23:53:53 UTC
Please describe the problem:
When in fullscreen, the entire desktop can become inaccessable if a screensaver
is triggered.  You have to force a logout in order to regain control

Steps to reproduce:
1. Set up a screensaver to start after 1 minute of inactivity
2. Open an image in EOG and fullscreen it
3. Wait one minute
4. Press Ctrl+Alt+Backspace to exit to login screen


Actual results:
The screensaver will start, but it won't show up on the root window.  EOG does
not stop the screensaver from starting, just from showing up.  Once the
screensaver starts, use of the mouse are lost and the screensaver cannot be
disenguaged by keystrokes.  F11 will not exit fullscreen.  The only way I know
how to exit the program is with Ctrl+Alt+Backspace.

Expected results:
The screensaver should not be allowed to start, or at least be started over the
image so that it can be disenguaged.

Does this happen every time?
Yes

Other information:
Comment 1 Lucas Rocha 2006-01-10 04:58:32 UTC
Fixed in HEAD, thanks!

2006-01-10  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-full-screen.c: prevent screensaver on
        fullscreen mode (Fixes bug #326369).