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
- OBS Repo
- 1 Click Install | OBS Repo
Build It
Dependencies
Name | |||||
---|---|---|---|---|---|
liblightdm-gobject-1 | lightdm | liblightdm-gobject-dev | lightdm-gobject-devel | liblightdm-gobject-1-0 | liblightdm-gobject-dev |
gtk+ 3 | gtk3 | libgtk-3-0 | gtk3 | gtk3 | libgtk-3-0 |
webkit2gtk-4.0 | webkitgtk | libwebkit2gtk-4.0-dev | webkitgtk4 | webkit2gtk3 | libwebkit2gtk-4.0-dev |
dbus-glib-1 | dbus-glib | libdbus-glib-1-dev | dbus-glib | dbus-1-glib | libdbus-glib-1-dev |
exo-csource | exo | exo-utils | exo-devel | exo-tools | exo-utils |
antergos-wallpapers | N/A | N/A | N/A | N/A | N/A |
How To Build
The process is slightly different depending on how you obtain the source.
Use Git To Clone This Repo
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git greeter
cd greeter
git submodule init && git submodule update
./autogen.sh --prefix=/usr
make
sudo make install
Download Repo In Archive Format (tar.gz, zip, etc)
wget https://github.com/Antergos/lightdm-webkit2-greeter/archive/master.zip
unzip master.zip
cd lightdm-web**/themes
rm -rf antergos
wget https://github.com/Antergos/lightdm-webkit-theme-antergos/archive/master.zip
unzip master.zip
mv lightdm** antergos
cd ..
./autogen.sh --prefix=/usr
make
sudo make install
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.