File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,15 @@ if [ "$DISPLAY" != ":0" ]; then
168168fi
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
172181Make sure the folders mentioned for branding in * /etc/lightdm/web-greeter.yml* exist and contain the correct files.
173182``` yaml
You can’t perform that action at this time.
0 commit comments