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 c5220449fc remove shebang lines from files that are not meant to be executed. Change shebang line on executable to use python3 explicitly. 8 years ago
.tx generate translation files 8 years ago
build remove shebang lines from files that are not meant to be executed. Change shebang line on executable to use python3 explicitly. 8 years ago
dist Code Improvements and directory structure changes. 8 years ago
po The master branch now completely belongs to web-greeter 3.0 😤 8 years ago
themes replace $.Deferred() usage in the default theme with ES6 Promise 8 years ago
web-greeter remove shebang lines from files that are not meant to be executed. Change shebang line on executable to use python3 explicitly. 8 years ago
.coafile add .editorconfig file 9 years ago
.doclets.yml The master branch now completely belongs to web-greeter 3.0 😤 8 years ago
.editorconfig The master branch now completely belongs to web-greeter 3.0 😤 8 years ago
.gitattributes update gitattributes 8 years ago
.gitignore cachebuster round 2 8 years ago
COPYING lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
Makefile fix Makefile 8 years ago
NEWS.md bump version. update change log. 8 years ago
README.md Update readme. bump version. 8 years ago
circle.yml update circle.yml 8 years ago
web-greeter.doap The master branch now completely belongs to web-greeter 3.0 😤 8 years ago

README.md

Web Greeter for LightDM

Latest Release  CircleCI  Coverity Scan Build Status  Theme API Docs  AUR Votes

Install It

Distro Packages

Distro Install Command/Links
antergos sudo pacman -S lightdm-webkit2-greeter
arch yaourt -S lightdm-webkit2-greeter
fedora dnf copr enable antergos/lightdm-webkit2-greeter
openSUSE 1 Click Install
ubuntu OBS Repo

From Source

Dependencies

antergos    arch ubuntu fedora openSUSE
whither python-whither python3-whither python3-whither python3-whither
liblightdm-gobject lightdm liblightdm-gobject-dev lightdm-gobject-devel liblightdm-gobject-1-0
pygobject python-gobject python3-gi pygobject3 python3-gobject

NOTE: These instructions are for the master branch. To build the latest release, please see the stable branch.

Download & Install

git clone https://github.com/Antergos/lightdm-webkit2-greeter.git /tmp/greeter
cd /tmp/greeter
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.