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.

42 lines
3.6 KiB

9 years ago
# lightdm-webkit2-greeter
9 years ago
[![Latest Release](https://img.shields.io/github/release/Antergos/lightdm-webkit2-greeter.svg?style=flat-square)](https://github.com/Antergos/lightdm-webkit2-greeter/releases)  [![Coverity Scan Build Status](https://img.shields.io/coverity/scan/6871.svg?style=flat-square)](https://scan.coverity.com/projects/antergos-lightdm-webkit2-greeter)  [![AUR Votes](https://img.shields.io/aur/votes/lightdm-webkit2-greeter.svg?maxAge=2592000&style=flat-square)](https://aur.archlinux.org/packages/lightdm-webkit2-greeter)
9 years ago
## Install It
9 years ago
#### Official Distro Packages
9 years ago
* ![antergos](https://dl.dropboxusercontent.com/u/60521097/logo-square26x26.png)  `sudo pacman -S lightdm-webkit2-greeter`
9 years ago
9 years ago
#### Unofficial Distro Packages
9 years ago
* ![arch](https://dl.dropboxusercontent.com/u/60521097/archlogo26x26.png)  `yaourt -S lightdm-webkit2-greeter`
9 years ago
* ![fedora](https://dl.dropboxusercontent.com/u/60521097/fedora-logo.png)  [copr](https://copr.fedorainfracloud.org/coprs/antergos/lightdm-webkit2-greeter/)  |  [OBS Repo](https://software.opensuse.org/download.html?project=home:antergos&package=lightdm-webkit2-greeter)
9 years ago
* ![openSUSE](https://dl.dropboxusercontent.com/u/60521097/Geeko-button-bling7.png)  [1 Click Install](https://software.opensuse.org/ymp/home:antergos/openSUSE_Leap_42.1/lightdm-webkit2-greeter.ymp?base=openSUSE%3ALeap%3A42.1&query=lightdm-webkit2-greeter)  |  [OBS Repo](https://software.opensuse.org/download.html?project=home:antergos&package=lightdm-webkit2-greeter)
9 years ago
* ![ubuntu](https://dl.dropboxusercontent.com/u/60521097/ubuntu_orange_hex.png)  [OBS Repo](https://software.opensuse.org/download.html?project=home:antergos&package=lightdm-webkit2-greeter)
9 years ago
## Build It
9 years ago
#### Dependencies
9 years ago
| | ![arch](https://dl.dropboxusercontent.com/u/60521097/archlogo26x26.png) | ![debian](https://dl.dropboxusercontent.com/u/60521097/openlogo-nd-25.png)    ![ubuntu](https://dl.dropboxusercontent.com/u/60521097/ubuntu_orange_hex.png) | ![fedora](https://dl.dropboxusercontent.com/u/60521097/fedora-logo.png) | ![openSUSE](https://dl.dropboxusercontent.com/u/60521097/Geeko-button-bling7.png) |
9 years ago
|-----------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------|-------------------------------------------------------------------------|-----------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
9 years ago
|**liblightdm-gobject-1** |lightdm |liblightdm-gobject-dev | lightdm-gobject-devel | liblightdm-gobject-1-0 |
|**gtk+ 3** |gtk3 |libgtk-3-0 | gtk3 | gtk3 |
9 years ago
|**webkit2gtk-4.0** |webkit2gtk|libwebkit2gtk-4.0-dev | webkitgtk4 | libwebkit2gtk-4_0-37 |
9 years ago
|**dbus-glib-1** |dbus-glib|libdbus-glib-1-dev | dbus-glib | dbus-1-glib |
|**exo-csource** |exo |exo-utils | exo-devel | exo-tools |
9 years ago
#### How To Build
9 years ago
```sh
9 years ago
cd /tmp
9 years ago
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git greeter
cd greeter
./autogen.sh --prefix=/usr
make
9 years ago
```
9 years ago
#### How To Install
```sh
sudo make install --prefix=/usr
```
9 years ago
## Theme JavaScript API:
9 years ago
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](https://antergos.com/wiki/development/lightdm-webkit2-greeter-theme-javascript-api/) is a W.I.P.