Skip to content

Catty2014/greeter

 
 

Repository files navigation

Pantheon Greeter

l10n

Building and Installation

You'll need the following dependencies:

  • gnome-settings-daemon >= 3.27
  • libaccountsservice-dev
  • libgdk-pixbuf2.0-dev
  • libgranite-dev
  • libgtk-3-dev
  • liblightdm-gobject-1-dev
  • libmutter
  • libwingpanel-2.0-dev
  • libx11-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install

Testing & Debugging

Run LightDM in test mode with Xephyr:

lightdm --test-mode --debug

You can then find the debug log in ~/.cache/lightdm/log

About

LightDM Greeter for Pantheon

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 98.4%
  • Meson 1.4%
  • Other 0.2%