Xfce: Use auto-login instead of timed-login (#702749)

This commit is contained in:
Christoph Wickert 2011-05-07 00:20:10 +02:00
parent fe7fed09fa
commit c3d4faa52f
2 changed files with 4 additions and 5 deletions

View File

@ -79,7 +79,7 @@ fi
# rebuild schema cache with any overrides we installed # rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas glib-compile-schemas /usr/share/glib-2.0/schemas
# set up timed auto-login for after 60 seconds # set up auto-login
cat >> /etc/gdm/custom.conf << FOE cat >> /etc/gdm/custom.conf << FOE
[daemon] [daemon]
AutomaticLoginEnable=True AutomaticLoginEnable=True

View File

@ -203,12 +203,11 @@ rm -f /etc/xdg/autostart/xfconf-migration-4.6.desktop || :
mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml 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 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 # set up auto-login
cat >> /etc/gdm/custom.conf << FOE cat >> /etc/gdm/custom.conf << FOE
[daemon] [daemon]
TimedLoginEnable=true AutomaticLoginEnable=True
TimedLogin=liveuser AutomaticLogin=liveuser
TimedLoginDelay=60
FOE FOE
# Show harddisk install on the desktop # Show harddisk install on the desktop