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 e0647b58ae Update README.md 10 years ago
data not going to use compton , might do it later. 10 years ago
po .. 10 years ago
src fix makefile, for real this time 10 years ago
themes update submodule ref 10 years ago
.gitignore found what was causing the problem! 10 years ago
.gitmodules use antergos theme as the default theme for the greeter. 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 lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
INSTALL *sigh* 10 years ago
LICENSE lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
Makefile.am lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
NEWS use antergos theme as the default theme for the greeter. 10 years ago
README fix compiler warnings. 10 years ago
README.md Update README.md 10 years ago
autogen.sh fix compiler errors 10 years ago
configure.ac update submodule ref 10 years ago
lightdm-webkit2-greeter.doap lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago
lightdm.conf lightdm-webkit2-greeter ported from lightdm-webkit-greeter by karasu 11 years ago

README.md

lightdm-webkit2-greeter

Latest Release Coverity Scan Build Status

Dependencies

  • liblightdm-gobject-1
    • lightdm (Arch)
    • liblightdm-gobject-1 (Ubuntu)
  • gtk+-3.0
  • webkit2gtk-4.0
    • webkitgtk (Arch)
    • libwebkit2gtk (Ubuntu)
  • dbus-glib-1
  • antergos-wallpapers
    • Should be installed to /usr/share/antergos/wallpapers

Build Dependencies

  • exo-csource
    • exo (Arch)
    • libexo (Ubuntu)

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