Login and Lock Screen greeter for elementary OS and Pantheon, using LightDM
You’ll need the following dependencies:
Run meson
to configure the build environment and then ninja
to build
meson build --prefix=/usr
cd build
ninja
To install, use ninja install
sudo ninja install
Run LightDM in test mode with Xephyr:
lightdm --test-mode --debug
You can then find the debug log in ~/.cache/lightdm/log