Don't complain when the GNOME screensaver isn't running (or available)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403493
This commit is contained in:
parent
538276cc18
commit
9116448bf3
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue