From 4c163f087d2c8451fbd8996f89caf51036c41021 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 11 Apr 2021 00:33:03 +0300 Subject: [PATCH] .dmrc was in GNOME 2 and is not used in GNOME 3 --- main.ks | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.ks b/main.ks index 97c2d29..ccb6325 100644 --- a/main.ks +++ b/main.ks @@ -65,9 +65,8 @@ find /boot -name 'initrd-*' -print # https://help.gnome.org/admin/gdm/stable/configuration.html.en#sessionconfig # https://help.gnome.org/admin/system-admin-guide/stable/login-automatic.html.en cat > /etc/anaconda-scripts.d/livecd-init/rosa-xfce-gdm-setup.sh << 'EOF' -echo "[Desktop] -Session=xfce" > /home/live/.dmrc -chown live:live /home/live/.dmrc +echo "[User] +XSession=xfce" > /var/lib/AccountsService/users/live echo "[daemon] AutomaticLoginEnable=True AutomaticLogin=live" > /etc/gdm/custom.conf