[Bug 34510] there should be no screensaver on the liveCD
Oliver Grawert
hostmaster at grawert.net
Sun Mar 12 13:33:56 UTC 2006
Public bug report changed:
https://launchpad.net/malone/bugs/34510
Comment:
cross assigned to espresso-frontend-gtk, please add a 30 sec gtk timeout
with code similar to the following:
if (access("/usr/bin/gnome-screensaver-command", X_OK) == 0)
{
g_spawn_command_line_async( "gnome-screensaver-command --poke >&- 2>&- &", NULL);
}
that will prevent screensavers to be started.
More information about the desktop-bugs
mailing list