This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > sddm (0.18.1)

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.

This requires: qt5, extra-cmake-modules

Maintained by: Dave Woodfall
Keywords: login,display,manager,x11,wayland
ChangeLog: sddm

Homepage:
https://github.com/sddm/sddm

Source Downloads:
sddm-0.18.1.tar.xz (c1ca638a3faf76c526df3049cbc9668a)

Download SlackBuild:
sddm.tar.gz
sddm.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds