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 75d70de9c8 code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref. 9 years ago
data Remove blank lines 9 years ago
man code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref. 9 years ago
po .. 9 years ago
src code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref. 9 years ago
themes code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref. 9 years ago
.gitignore found what was causing the problem! 9 years ago
.gitmodules cleanup code formatting 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 code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref. 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 code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref. 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

Dependencies

Name Arch Pkg Ubuntu Pkg
liblightdm-gobject-1 lightdm liblightdm-gobject-1
gtk+ 3 gtk3 libgtk-3-0
webkit2gtk-4.0 webkitgtk libwebkit2gtk
dbus-glib-1 dbus-glib dbus-glib
antergos-wallpapers antergos-wallpapers N/A
  • Notes:
    • antergos-wallpapers should be installed to /usr/share/antergos/wallpapers

Build Dependencies

Name Arch Pkg Ubuntu Pkg
exo-csource exo libexo

How To Build

The process is slightly different depending on how you obtain the source.

Use Git To Clone This Repo

git clone https://github.com/Antergos/lightdm-webkit2-greeter.git greeter
cd greeter
git submodule init && git submodule update
./autogen.sh --prefix=/usr
make
sudo make install

Download Repo In Archive Format (tar.gz, zip, etc)

wget https://github.com/Antergos/lightdm-webkit2-greeter/archive/master.zip
unzip master.zip
cd lightdm-web**/themes
rm -rf antergos
wget https://github.com/Antergos/lightdm-webkit-theme-antergos/archive/master.zip
unzip master.zip
mv lightdm** antergos
cd ..
./autogen.sh --prefix=/usr
make
sudo make install

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.