167a168,170 > #== Livesys == > livesys-xfce > 179,219d181 < cat >> /etc/rc.d/init.d/livesys << EOF < < mkdir -p /home/liveuser/.config/xfce4 < < cat > /home/liveuser/.config/xfce4/helpers.rc << FOE < MailReader=sylpheed-claws < FileManager=Thunar < FOE < < # 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 || : < < # 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 auto-login < cat >> /etc/gdm/custom.conf << FOE < [daemon] < AutomaticLoginEnable=True < AutomaticLogin=liveuser < FOE < < # Show harddisk install on the desktop < sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop < mkdir /home/liveuser/Desktop < cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop < < # this goes at the end after all other changes. < chown -R liveuser:liveuser /home/liveuser < restorecon -R /home/liveuser < < EOF <