Disable Wayland in GDM

master
Mikhail Novosyolov 3 years ago
parent 7aef6751db
commit 67b74500c2

@ -74,7 +74,8 @@ XSession=xfce
SystemAccount=false" > /var/lib/AccountsService/users/live
echo "[daemon]
AutomaticLoginEnable=True
AutomaticLogin=live" > /etc/gdm/custom.conf
AutomaticLogin=live
WaylandEnable=false" > /etc/gdm/custom.conf
EOF
chmod +x /etc/anaconda-scripts.d/livecd-init/rosa-xfce-gdm-setup.sh