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 333142 - use gnome-screensaver-command instead of xscreensaver-command if available
use gnome-screensaver-command instead of xscreensaver-command if available
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-02 15:43 UTC by Sebastien Bacher
Modified: 2006-03-02 19:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch by Oliver Grawert <ogra@ubuntu.com> (680 bytes, patch)
2006-03-02 15:45 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2006-03-02 15:43:52 UTC
That patch has been sent on https://launchpad.net/distros/ubuntu/+source/gnome-screensaver/+bug/5587
Comment 1 Sebastien Bacher 2006-03-02 15:45:12 UTC
Created attachment 60503 [details] [review]
patch by Oliver Grawert <ogra@ubuntu.com>

comment from the distribution bug:
"makes eog use gnome-screensaver-command to handle screensavers in slideshow or fullscreen mode instead of xscreensaver-command if available"
Comment 2 Lucas Rocha 2006-03-02 19:15:46 UTC
This patch is not correct. It looks for gnome-screensaver at a specific path (/usr/bin) only.

I fixed the patch and applied it. Thanks!

2006-03-02  Lucas Rocha  <lucasr@gnome.org>

        * libeog/eog-full-screen.c (disable_screen_saver): make
        EOG gnome-screen-saver if this is present (Fixes
        bug #333142). Patch from Oliver Grawert <ogra@ubuntu.com>
        with some fixes.