We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd2b8c commit 3aea7a2Copy full SHA for 3aea7a2
scripts/firstrun.sh
@@ -134,6 +134,7 @@ if [ x"$SHELLS_USERNAME" != x ]; then
134
sed -i "/\[daemon]/a AutomaticLoginEnable=True" /etc/gdm3/custom.conf
135
elif [ -f /etc/gdm3/daemon.conf ]; then
136
# replace "# AutomaticLogin" → " AutomaticLogin = xxx" #Debian has daemon.conf instead of custom.conf
137
+ sed -i "/\[daemon]/a WaylandEnable=false" "/etc/gdm3/daemon.conf"
138
sed -i -r -e "s/#( *)AutomaticLogin/\1AutomaticLogin/;s/AutomaticLogin =.*/AutomaticLogin = $SHELLS_USERNAME/" "/etc/gdm3/daemon.conf"
139
fi
140
if [ -f /etc/gdm/custom.conf ]; then
0 commit comments