guest-account
simple display manager
Install
- All systems
-
curl cmd.cat/guest-account.sh
- Debian
-
apt-get install lightdm
- Ubuntu
-
apt-get install lightdm
- Arch Linux
-
pacman -S lightdm
- Kali Linux
-
apt-get install lightdm
- Fedora
-
dnf install lightdm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lightdm
- Raspbian
-
apt-get install lightdm
- Dockerfile
- dockerfile.run/guest-account
lightdm
simple display manager
An X display manager that: * Has a lightweight codebase * Is standards compliant (PAM, ConsoleKit, etc) * Has a well defined interface between the server and user interface * Fully themeable * Cross-desktop (greeters can be written in any toolkit) Additional software can be useful along with LightDM: * xserver-xephyr can be used to add a nested X display by calling 'dm-tool add-nested-seat` * upower can be used to suspend the computer from the display manager * accountsservice is used to populate a user list with addition information.