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 e7f787ac05 update greeter config file. update theme submodule ref. 9 years ago
data update greeter config file. update theme submodule ref. 9 years ago
man Add greeterutil object, and dirlist method. Intended use is to allow theme authors to obtain a list of background images from which they can select a random one to load into their theme. 9 years ago
po generate pot file 10 years ago
src fix typo (for real this time) 9 years ago
themes update greeter config file. update theme submodule ref. 9 years ago
.coafile add .editorconfig file 10 years ago
.editorconfig add .editorconfig file 10 years ago
.gitignore generate pot file 10 years ago
.gitmodules cleanup code formatting 10 years ago
AUTHORS Revert "Delete AUTHORS" 10 years ago
CMakeLists.txt fix compile issues 10 years ago
COPYING lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
ChangeLog update changelog, bump version 10 years ago
INSTALL *sigh* 10 years ago
LICENSE lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
Makefile.am Added man page 10 years ago
NEWS code formatting cleanup. bump version to 2.0.0. update NEWS file. update theme submodule ref. 10 years ago
README fix compiler warnings. 10 years ago
README.md Update README.md 10 years ago
autogen.sh release prep 10 years ago
configure.ac Remove now unneeded autoconf var 10 years ago
lightdm-webkit2-greeter.doap release prep 10 years ago
lightdm.conf sync with local 10 years ago

README.md

lightdm-webkit2-greeter

Latest Release Coverity Scan Build Status

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 webkitgtk libwebkit2gtk-4.0-dev webkitgtk4 webkit2gtk3
dbus-glib-1 dbus-glib libdbus-glib-1-dev dbus-glib dbus-1-glib
exo-csource exo exo-utils exo-devel exo-tools
antergos-wallpapers N/A N/A N/A N/A N/A

How To Build

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

Use Git To Clone This Repo
cd /tmp
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git greeter
cd greeter
git submodule init && git submodule update
./autogen.sh --prefix=/usr
make
Download Repo In Archive Format (tar.gz, zip, etc)
cd /tmp
wget https://github.com/Antergos/lightdm-webkit2-greeter/archive/release/latest.zip
unzip latest.zip
cd lightdm**/themes
rm -rf antergos
wget https://github.com/Antergos/lightdm-webkit-theme-antergos/archive/latest.zip
unzip latest.zip
mv lightdm** antergos
cd ..
./autogen.sh --prefix=/usr
make

How To Install

cd themes/antergos
sed -i 's|/usr/share/|/usr/share/lightdm-webkit/themes/|g' index.html
wget http://antergos.com/antergos-wallpapers-0.6.zip
unzip antergos**.zip
sudo make install --prefix=/usr
sudo cp -R antergos-wa** /usr/share/lightdm-webkit/themes/antergos/wallpapers

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.