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 cba0ea15ca revert change from 1e8190844ac8a55b5eaf74aa167c3567888bc632 involving how we set the default cursor so that there is no ugly cursor shown to the user after the greeter exits. 9 years ago
data revert bugsnag error reporting related changes 9 years ago
man Adds man description for suspend method. 9 years ago
po generate pot file 9 years ago
src revert change from 1e8190844ac8a55b5eaf74aa167c3567888bc632 involving how we set the default cursor so that there is no ugly cursor shown to the user after the greeter exits. 9 years ago
themes revert bugsnag error reporting related changes 9 years ago
.coafile add .editorconfig file 9 years ago
.editorconfig fix submodule url 9 years ago
.gitignore generate pot file 9 years ago
AUTHORS Revert "Delete AUTHORS" 9 years ago
CMakeLists.txt fix compile issues 9 years ago
COPYING lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
ChangeLog update changelog, bump version 9 years ago
INSTALL *sigh* 9 years ago
LICENSE lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
Makefile.am Added man page 9 years ago
NEWS add bugsnag error reporting to the default theme 9 years ago
README fix compiler warnings. 9 years ago
README.md Update README.md 9 years ago
autogen.sh release prep 9 years ago
configure.ac add bugsnag error reporting to the default theme 9 years ago
lightdm-webkit2-greeter.doap release prep 9 years ago
lightdm.conf sync with local 9 years ago

README.md

lightdm-webkit2-greeter

Latest Release  Coverity Scan Build Status  AUR Votes

Install It

Official Distro Packages

  • antergos  sudo pacman -S lightdm-webkit2-greeter

Unofficial Distro Packages

Build It

Dependencies

arch debian    ubuntu fedora openSUSE
liblightdm-gobject-1 lightdm liblightdm-gobject-dev lightdm-gobject-devel liblightdm-gobject-1-0
gtk+ 3 gtk3 libgtk-3-0 gtk3 gtk3
webkit2gtk-4.0 webkit2gtk libwebkit2gtk-4.0-dev webkitgtk4 libwebkit2gtk-4_0-37
dbus-glib-1 dbus-glib libdbus-glib-1-dev dbus-glib dbus-1-glib
exo-csource exo exo-utils exo-devel exo-tools

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.