You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.6 KiB
3.6 KiB
lightdm-webkit2-greeter
Install It
Official Distro Packages
Unofficial Distro Packages
-
yaourt -S lightdm-webkit2-greeter
- copr | OBS Repo
- 1 Click Install | OBS Repo
- OBS Repo
Build It
Dependencies
How To Build
cd /tmp
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git greeter
cd greeter
./autogen.sh --prefix=/usr
make
How To Install
sudo make install --prefix=/usr
Theme JavaScript API:
The greeter exposes a JavaScript API to greeter themes which they must use to interact with the greeter (in order to facilitate the user login process). The API Documentation is a W.I.P.