Skip to content

Commit 1e28bad

Browse files
committed
add FAQ question
1 parent 40103ac commit 1e28bad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,15 @@ if [ "$DISPLAY" != ":0" ]; then
168168
fi
169169
```
170170

171+
### Users are sometimes randomly logged out after locking their screen once
172+
Add the following lines to the top of the logout hook defined in */etc/lightdm/lightdm.conf*:
173+
```bash
174+
# Delete any lock_time files in /tmp (used by codam-web-greeter to know when the screen was locked
175+
# and when to automatically log out the user)
176+
/usr/bin/rm -f /tmp/codam_web_greeter_lock_timestamp_*
177+
```
178+
Make sure to add these lines above the lines added in the previous section (the check for the greeter logout event).
179+
171180
### My custom wallpaper or logo doesn't show up
172181
Make sure the folders mentioned for branding in */etc/lightdm/web-greeter.yml* exist and contain the correct files.
173182
```yaml

0 commit comments

Comments
 (0)