Don't complain when the GNOME screensaver isn't running (or available)

This commit is contained in:
Sam Lantinga 2009-01-12 08:28:17 +00:00
parent 081e30b877
commit b9aa239ff3

View File

@ -419,9 +419,9 @@ static void gnome_screensaver_disable()
{
screensaver_inhibit_pid = fork();
if (screensaver_inhibit_pid == 0) {
//close(0);
//close(1);
//close(2);
close(0);
close(1);
close(2);
execl("/usr/bin/gnome-screensaver-command",
"gnome-screensaver-command",
"--inhibit",