Portico is a fork of Pantheon Greeter.
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
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
Portico is licensed under the GNU General Public License v3.0.