diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-10 20:05:42 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:58:01 -0500 |
commit | aff08d2b6dd83b6fa2cd498de5fb6328bd0b6b7e (patch) | |
tree | 216505d2b16b7f8e06012859fb10a7d6a6aa797a /system/sddm/README | |
parent | d3ce31e0215d7d6fdf7bdecac1bad499a0e0167d (diff) |
system/sddm: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/sddm/README')
-rw-r--r-- | system/sddm/README | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/system/sddm/README b/system/sddm/README deleted file mode 100644 index 48efe82f7581c..0000000000000 --- a/system/sddm/README +++ /dev/null @@ -1,24 +0,0 @@ -SDDM is a modern display manager for X11 and Wayland aiming to be -fast, simple and beautiful. It uses modern technologies like QtQuick, -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 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. Do this before installing or upgrading the -package. - -Note that this is fixed in -current. |