[Fedora-spins] [spin-kickstarts] Xfce: Deactivate xfconf-migration on the livecd (#683161)

Christoph Wickert cwickert at fedoraproject.org
Mon Apr 4 23:29:22 UTC 2011


commit 02d9311192fa1339d807fbbc82729be1ef4323ff
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Apr 5 01:29:11 2011 +0200

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

 fedora-livecd-xfce.ks |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 0533f07..383542e 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -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]


More information about the spins mailing list