GNOME Bugzilla – Bug 333142
use gnome-screensaver-command instead of xscreensaver-command if available
Last modified: 2006-03-02 19:15:46 UTC
That patch has been sent on https://launchpad.net/distros/ubuntu/+source/gnome-screensaver/+bug/5587
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"
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.