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
a089e0e6f1
|
8 years ago | |
---|---|---|
build | 8 years ago | |
data | 8 years ago | |
man | 8 years ago | |
po | 9 years ago | |
src | 8 years ago | |
themes | 8 years ago | |
.coafile | 9 years ago | |
.doclets.yml | 9 years ago | |
.editorconfig | 8 years ago | |
.gitignore | 8 years ago | |
CMakeLists.txt | 9 years ago | |
COPYING | 11 years ago | |
NEWS | 9 years ago | |
README.md | 8 years ago | |
circle.yml | 8 years ago | |
lightdm-webkit2-greeter.doap | 9 years ago | |
meson.build | 8 years ago | |
meson_options.txt | 8 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
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.