Xfce: Deactivate xfconf-migration on the livecd (#683161)

This commit is contained in:
Christoph Wickert 2011-04-05 01:29:11 +02:00
parent 7e89f896a6
commit 02d9311192
1 changed files with 5 additions and 1 deletions

View File

@ -210,12 +210,16 @@ MailReader=sylpheed-claws
FileManager=Thunar
FOE
# disable screensaver locking
# disable screensaver locking (#674410)
cat >> /home/liveuser/.xscreensaver << FOE
mode: off
lock: False
dpmsEnabled: False
FOE
# deactivate xfconf-migration (#683161)
rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE
[daemon]