Skip to content

paysonwallach/portico

 
 

Repository files navigation

Portico



A LightDM Greeter for Pantheon.

Version 5.0.4 Licensed under the GNU General Public License v3.0

Portico is a fork of Pantheon Greeter.

Installation

Portico requires the following dependencies:

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

Clone this repository or download the latest release.

git clone https://github.com/paysonwallach/portico

Configure the build directory at the root of the project.

meson --prefix=/usr build

Install with ninja.

ninja -C build install

Set the greeter-session in /etc/lightdm/lightdm.conf to com.paysonwallach.portico:

[Seat:*]
...
greeter-session=com.paysonwallach.portico

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

Portico is licensed under the GNU General Public License v3.0.

Releases

No releases published

Packages

No packages published

Languages

  • Vala 98.3%
  • Meson 1.6%
  • Other 0.1%