Really prevent screen locking

This commit is contained in:
Matthias Clasen 2009-11-05 14:09:41 -05:00
parent a3db5deb1f
commit bca01ed335
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ abrt-desktop
cat >> /etc/rc.d/init.d/livesys << EOF
# disable screensaver locking
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /desktop/gnome/lockdown/disable_lock_screen true >/dev/null
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE