3.8 KiB
3.8 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
git checkout ${LATEST_RELEASE_TAG} # eg. git checkout 2.1.4
./autogen.sh --prefix=/usr
make
How To Install
sudo make install
Theme JavaScript API:
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the API Documentation.
Translations
Translations are managed through Transifex.