fix autologin in live session for GDM

This commit is contained in:
Rob McCathie 2015-07-19 20:59:51 +10:00
parent 7967978171
commit 0a169cb744

View file

@ -411,6 +411,6 @@ configure_displaymanager_autologin(){
elif [[ -f /usr/bin/lxdm ]];then
sed -i -e "s/^.*autologin=.*/autologin=${username}/" /etc/lxdm/lxdm.conf
elif [[ -f /usr/bin/gdm ]];then
sed -i -e "s/^.*AutomaticLogin=.*/AutomaticLogin=${username}/" /etc/gdm/custom.conf
sed -i -e "s/\[daemon\]/\[daemon\]\nAutomaticLogin=${username}\nAutomaticLoginEnable=True/" /etc/gdm/custom.conf
fi
}