Xfce: Deactivate xfce4-panel first-run dialog (#693569)

This commit is contained in:
Christoph Wickert 2011-04-08 22:38:41 +02:00
parent 2c5051ad29
commit a79a7c6a40
1 changed files with 4 additions and 0 deletions

View File

@ -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]