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 3be24ee76d first part of the fix for #91 8 years ago
build finishing up with #83 8 years ago
data update bootstrap and bootswatch paper to latest versions. implemented wrapper for dirlist method in javascript. improved some styles for the default theme. 8 years ago
man finish removing autotools files 8 years ago
po generate pot file 9 years ago
src first part of the fix for #91 8 years ago
themes Fix logic bug. Fixes #88 8 years ago
.coafile add .editorconfig file 9 years ago
.doclets.yml dont include vendor libs in documentation 8 years ago
.editorconfig use gresource system to load css file 8 years ago
.gitignore dont build docker image if we already have a cached copy of it. 8 years ago
COPYING lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
NEWS update change log 8 years ago
README.md update url for Transifex 8 years ago
circle.yml fix incorrect build command 8 years ago
lightdm-webkit2-greeter.doap release prep 9 years ago
meson.build load momentjs automatically as it will be used by the greeter even if the theme doesn't use it. 8 years ago
meson_options.txt remove trailing slashes from dirpaths 8 years ago

README.md

lightdm-webkit2-greeter

Latest Release  CircleCI  Coverity Scan Build Status  Theme API Docs  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

Build Deps

antergos    arch    debian    ubuntu    fedora    openSUSE
Meson Build System meson

How To Build

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

git clone https://github.com/Antergos/lightdm-webkit2-greeter.git /tmp/greeter
cd /tmp/greeter/build
meson --prefix=/usr --libdir=lib ..
ninja

How To Install

sudo ninja 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.