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.
Dustin Falgout
9532d2395e
|
9 years ago | |
---|---|---|
data | 9 years ago | |
man | 9 years ago | |
po | 9 years ago | |
src | 9 years ago | |
themes | 9 years ago | |
.coafile | 9 years ago | |
.editorconfig | 9 years ago | |
.gitignore | 9 years ago | |
AUTHORS | 9 years ago | |
CMakeLists.txt | 9 years ago | |
COPYING | 11 years ago | |
ChangeLog | 9 years ago | |
INSTALL | 9 years ago | |
LICENSE | 11 years ago | |
Makefile.am | 9 years ago | |
NEWS | 9 years ago | |
README | 9 years ago | |
README.md | 9 years ago | |
autogen.sh | 9 years ago | |
configure.ac | 9 years ago | |
lightdm-webkit2-greeter.doap | 9 years ago | |
lightdm.conf | 9 years ago |
README.md
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.