diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-11-03 22:16:54 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-03 23:18:38 +0000 |
commit | d74bb259a9038cdbdc7f8ccda71275a466c94f66 (patch) | |
tree | 131bd0d72f09b4686f923c2d4b1614ce01b8810e /system/sddm/README | |
parent | 4b65b136483721f396cd8a21fbd806068d7602b4 (diff) | |
download | slackbuilds-d74bb259a9038cdbdc7f8ccda71275a466c94f66.tar.gz |
system/sddm: Patched + important info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/sddm/README')
-rw-r--r-- | system/sddm/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/system/sddm/README b/system/sddm/README index b16bdbaf0d..f31e540f47 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. |