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
65196d0d1c
|
8 years ago | |
---|---|---|
.tx | 8 years ago | |
build | 8 years ago | |
data | 8 years ago | |
man | 8 years ago | |
po | 8 years ago | |
src | 8 years ago | |
themes | 8 years ago | |
.coafile | 9 years ago | |
.doclets.yml | 8 years ago | |
.editorconfig | 8 years ago | |
.gitignore | 8 years ago | |
COPYING | 11 years ago | |
NEWS | 8 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
Distro | Install Command/Links |
---|---|
sudo pacman -S lightdm-webkit2-greeter |
Unofficial Distro Packages
Distro | Install Command/Links |
---|---|
yaourt -S lightdm-webkit2-greeter |
|
copr | OBS Repo | |
1 Click Install | OBS Repo | |
OBS Repo |
Build It
Dependencies
Build Deps
Meson Build System | meson v0.37+ |
How To Build
Note: These instructions are for the
master
branch. To build the latest release, please see thestable
branch.
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git /tmp/greeter
cd /tmp/greeter/build
meson --prefix=/usr --libdir=lib ..
ninja
How To Install
sudo ninja 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.