An open API service indexing awesome lists of open source software.

https://github.com/fascodenet/lightdm-qtquick-greeter

New Greeter for LightDM written in Qt
https://github.com/fascodenet/lightdm-qtquick-greeter

Last synced: 11 months ago
JSON representation

New Greeter for LightDM written in Qt

Awesome Lists containing this project

README

          

# lightdm-qtquick-greeter
A Greeter for LightDM with switchable themes written in QtQuick for Alter Linux and Serene Linux

# Usage

## Build from source

### Arch Linux
Install package `lightdm-qtquick-greeter-git` from AUR

```bash
yay -S lightdm-qtquick-greeter-git
```

### Fedora
#### Make dependencies

- lightdm-qt5-devel
- cmake
- ninja-build
- qt5-qtquickcontrols2-devel
Build lightdm-qtquick-greeter from this repository.

```bash
git clone https://github.com/FascodeNet/lightdm-qtquick-greeter.git
cd lightdm-qtquick-greeter
if [[ -d build ]] ; then
rm -rf build
fi
mkdir build
cd build
cmake -GNinja ..
ninja -j8
cpack -G RPM CPackConfig.cmake
sudo dnf install *.rpm

```

## other distro

### Make dependencies

Install folllowing packages

- liblightdm-qt
- cmake
- ninja

## Build and Install

```bash
git clone https://github.com/FascodeNet/lightdm-qtquick-greeter.git
cd lightdm-qtquick-greeter
mkdir build
cd build
cmake -GNinja ..
ninja -j4
sudo ninja install
```
## Set up Lightdm
Follow [the instructions on ArchWiki](https://wiki.archlinux.org/index.php/LightDM#Greeter) to specify Greeter.