summaryrefslogtreecommitdiffstats
path: root/README.md
blob: e77621e41a622471e12624582c80df5bc02f4f4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

slx-greeter

Modified qt-lightdm-greeter to suit the needs of the bwLehrpool project.

Sleep-Icon taken from: https://commons.wikimedia.org/wiki/File:Gnome-face-tired.svg licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.

qt-lightdm-greeter

qt-lightdm-greeter is a simple frontend for the lightdm displaymanager, written in c++ and qt5.

It has it's roots in the razor project, where it was developed under the name razor-lightdm-greeter. When razor was merged into LXQt it was renamed to lxqt-lightdm-greeter.

As of september 2015 I have renamed it to qt-lightdm-greeter and cut it's ties to LXQt. This was primarily because LXQt recommends SDDM as its displaymanager and because the application had very little integration with LXQt.

qt-lightdm-greeter sports a razor-qt logo as a reminder of it's origin.

Installing

Make sure you have cmake, gcc, qt5 and liblightdm-qt5 (and lightdm) installed on your system

Do

git clone https://github.com/surlykke/qt-lightdm-greeter.git
cd qt-lightdm-greeter
mkdir build
cd build
cmake ..
make 
sudo make install

How to enable qt-lightdm greeter

Update or insert in(to) your /etc/lightdm/lightdm.conf, in the SeatDefaults section, this line:

greeter-session=qt-lightdm-greeter

Configure qt-lightdm-greeter

The file /etc/lightdm/qt-lightdm-greeter.conf allows for a few configurations of qt-lightdm-greeter (background-image, positioning of loginform). The configuration options are documented in that file.