slackbuilds_ponce/system/sddm
David Woodfall 214800082b system/sddm: Added (QML based X11 and Wayland display manager).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-10-28 07:07:02 +07:00
..
consolekit.patch
doinst.sh
README
sddm.info
sddm.SlackBuild
slack-desc

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 others:

# Look for SDDM as well:
if [ -x /usr/bin/sddm ]; then
  exec /usr/bin/sddm
fi