From 67b74500c2d9731cfeda7ea2937d261e852811ad Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 11 Apr 2021 14:05:40 +0300 Subject: [PATCH] Disable Wayland in GDM --- main.ks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.ks b/main.ks index f563fb3..75418d8 100644 --- a/main.ks +++ b/main.ks @@ -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