aboutsummaryrefslogtreecommitdiff
path: root/system/sddm/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/sddm/README')
-rw-r--r--system/sddm/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/system/sddm/README b/system/sddm/README
index b16bdbaf0d004..f31e540f47a06 100644
--- a/system/sddm/README
+++ b/system/sddm/README
@@ -4,9 +4,18 @@ which in turn gives the designer the ability to create smooth,
animated user interfaces.
You will need to edit /etc/rc.d/rc.4 to get this work.
-Put the section that refers to sddm before the others:
+Put the section that refers to sddm before the sections for xdm, kdm
+etc:
# Look for SDDM as well:
if [ -x /usr/bin/sddm ]; then
exec /usr/bin/sddm
fi
+
+Note: The home for SDDM is set by default in /etc/passwd as
+/var/empty. This ought to be changed to /var/lib/sddm. To do this,
+run:
+
+usermod -d /var/lib/sddm sddm
+
+when SDDM is *not* running.