summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-xfce.ks
diff options
context:
space:
mode:
authorChristoph Wickert <cwickert@fedoraproject.org>2011-04-08 22:38:41 +0200
committerChristoph Wickert <cwickert@fedoraproject.org>2011-04-08 22:38:41 +0200
commita79a7c6a40e068efc8c187d2588625bebe2d44d8 (patch)
tree5739654afa9c4c5ef72a9d44278d2eb76666ef63 /fedora-livecd-xfce.ks
parent2c5051ad29af8c10905c3d45678c6b8316152e95 (diff)
downloadspin-kickstarts-a79a7c6a40e068efc8c187d2588625bebe2d44d8.tar.gz
spin-kickstarts-a79a7c6a40e068efc8c187d2588625bebe2d44d8.tar.xz
spin-kickstarts-a79a7c6a40e068efc8c187d2588625bebe2d44d8.zip
Xfce: Deactivate xfce4-panel first-run dialog (#693569)
Diffstat (limited to 'fedora-livecd-xfce.ks')
-rw-r--r--fedora-livecd-xfce.ks4
1 files changed, 4 insertions, 0 deletions
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 383542e..de46172 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -220,6 +220,10 @@ FOE
# deactivate xfconf-migration (#683161)
rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
+# deactivate xfce4-panel first-run dialog (#693569)
+mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
+cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
+
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE
[daemon]