SlackBuilds Repository

15.0 > System > lightdm (1.32.0)

LightDM is a lightweight, cross-desktop display manager.

A "lightdm" user and group must be set up prior to running this script.
That is - please run the following commands:
groupadd -g 380 lightdm
useradd -d /var/lib/lightdm -s /bin/false -u 380 -g 380 lightdm


To load lightdm upon boot:

Edit /etc/inittab. Change the default runlevel from 3 to 4.
Then, edit /etc/rc.d/rc.4 and add the following section:

if [ -x /usr/bin/lightdm ]; then
exec /usr/bin/lightdm
fi


To enable automatic unlocking of password-protected directories upon
login, pass FSCRYPT=yes to the SlackBuild.
This is useful (ex. when encrypting the /home directory with fscrypt).

Maintained by: Isaac Yu
Keywords: lightdm,login,display manager,x11,wayland
ChangeLog: lightdm

Homepage:
https://github.com/canonical/lightdm

Source Downloads:
lightdm-1.32.0.tar.xz (e62a5da6c35f612e4d9575eda5c8d467)

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

(the SlackBuild does not include the source)

Validated for Slackware 15.0

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-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds