You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# codam-web-greeter
2
-
A greeter theme for [nody-greeter](https://github.com/JezerM/nody-greeter)/web-greeter in LightDM, made specifically for [Codam Coding College](https://codam.nl/en).
2
+
A greeter theme for [nody-greeter](https://github.com/JezerM/nody-greeter)/[web-greeter](https://github.com/JezerM/web-greeter) in LightDM, made specifically for [Codam Coding College](https://codam.nl/en).
3
3
4
4
---
5
5
@@ -33,7 +33,7 @@ A greeter theme for [nody-greeter](https://github.com/JezerM/nody-greeter)/web-g
33
33
sudo apt install lightdm light-locker xprintidle
34
34
```
35
35
36
-
2. Install *nody-greeter* by downloading the deb from the [nody-greeter repository releases page](https://github.com/codam-coding-college/nody-greeter/releases). If you're at a 42 school, it is recommended to add this deb to your Nexus server so you can easily install it using `apt` later. Alternatively, you can install it by compiling from source (don't forget to clone the repository with the `--recursive` flag to include its submodules).
36
+
2. Install [nody-greeter](https://github.com/JezerM/nody-greeter/releases) or [web-greeter](https://github.com/JezerM/web-greeter/releases) by downloading the deb from the corresponding releases page. Alternatively, you can install it by compiling from source (don't forget to clone the repository with the `--recursive` flag to include its submodules).
37
37
38
38
4. Download the latest stable release of the greeter theme from the [releases page](https://github.com/codam-coding-college/codam-web-greeter/releases):
5.Enable the nody-greeter greeter in LightDM by editing */etc/lightdm/lightdm.conf*:
51
+
5.Specify to use nody-greeter in LightDM by editing */etc/lightdm/lightdm.conf*:
52
52
```conf
53
53
# Add the following line to the file under [SeatDefaults]:
54
54
greeter-session=nody-greeter
55
55
```
56
+
or if using web-greeter:
57
+
```conf
58
+
# Add the following line to the file under [SeatDefaults]:
59
+
greeter-session=web-greeter
60
+
```
56
61
57
-
6. Enable the greeter theme in nody-greeter by editing */etc/lightdm/web-greeter.yml*:
62
+
6. Enable the greeter theme by editing */etc/lightdm/web-greeter.yml*:
58
63
```yml
59
64
# Replace the theme name with codam-web-greeter:
60
65
greeter:
@@ -96,7 +101,8 @@ X-LightDM-Allow-Greeter=true
96
101
97
102
This will allow you to run the greeter in debug mode while logged in as a regular user by installing the greeter like normally and running the following command:
98
103
```bash
99
-
nody-greeter --d
104
+
nody-greeter --debug
105
+
# or if using web-greeter: web-greeter --debug
100
106
```
101
107
102
108
You can then open the Developer Tools sidebar from the greeter's menu and view the console output for any warnings and/or errors.
0 commit comments