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 0326bc91ad 😒 8 years ago
data revert bugsnag error reporting related changes 9 years ago
man Adds man description for suspend method. 9 years ago
po
src 😒 8 years ago
themes Complete revert bugsnag error reporting 8 years ago
.coafile
.doclets.yml working on #56 9 years ago
.editorconfig use gresource system to load css file 8 years ago
.gitignore
AUTHORS
CMakeLists.txt
COPYING
ChangeLog
INSTALL
LICENSE
Makefile.am
NEWS
README
README.md Update README.md 8 years ago
autogen.sh
circle.yml test: remove "cd" and split over multiple lines 8 years ago
configure.ac code cleanup 8 years ago
lightdm-webkit2-greeter.doap
lightdm.conf
meson.build start work on replacing autotools with meson 8 years ago
meson_options.txt start work on replacing autotools with meson 8 years ago

README.md

lightdm-webkit2-greeter

Latest Release  CircleCI  Coverity Scan Build Status  AUR Votes

Install It

Official Distro Packages

  • antergos  sudo pacman -S lightdm-webkit2-greeter

Unofficial Distro Packages

Build It

Dependencies

antergos    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
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.