From 48dfb73095d71edae702283555787d60a11957f1 Mon Sep 17 00:00:00 2001 From: Tian Yunhao Date: Mon, 7 Aug 2017 06:03:54 -0500 Subject: [PATCH] Fix incorrect section name for sddm See this post: https://forum.manjaro.org/t/sddm-configuration-bug/28856 --- manjaro/kde/desktop-overlay/etc/sddm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manjaro/kde/desktop-overlay/etc/sddm.conf b/manjaro/kde/desktop-overlay/etc/sddm.conf index 67f4b49..9e8c594 100755 --- a/manjaro/kde/desktop-overlay/etc/sddm.conf +++ b/manjaro/kde/desktop-overlay/etc/sddm.conf @@ -60,7 +60,7 @@ RememberLastSession=true # Remember the last successfully logged in user RememberLastUser=true -[WaylandDisplay] +[Wayland] # Wayland session script path # A script to execute when starting the desktop session SessionCommand=/usr/share/sddm/scripts/wayland-session @@ -68,7 +68,7 @@ SessionCommand=/usr/share/sddm/scripts/wayland-session # Session description directory SessionDir=/usr/share/wayland-sessions -[XDisplay] +[X11] # Xsetup script path # A script to execute when starting the display server DisplayCommand=/usr/share/sddm/scripts/Xsetup