summaryrefslogtreecommitdiffstats
path: root/snippets/screensaver-gnome.ks
blob: f13c84a13c8d14dcbac68dd8e0537be01746c52b (plain)
1
2
3
4
5
# %post modifications to disable GNOME screensaver locking

cat >> /etc/rc.d/init.d/fedora-live << EOF
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
EOF