Valid HTML 4.01 Transitional
Prev: Dovecot Mail/IMAP Server Refuses GSSAPI (Kerberos)
(Index)
Jim Carter's Bugfixes

Screen Saver Lock Button Does Nothing

James F. Carter
2026-09-11
Symptom:

Your desktop panel or menu has a button or entry for locking the screen. Press it. Nothing happens, screen does not lock.

What's happening:

A lot of things might cause this:

Try in your terminal: xscreensaver-command --lock
This should reveal useful information. In my case the screen locked as it should, letting out the first two possibilities. This is on OpenSuSE Tumbleweed; other distros tweak the names differently, e.g. Manjaro calls it "xfce4-screensaver-command".

How to fix:

xfconf-query --create -c xfce4-session -p /general/LockCommand -t string -s "xscreensaver-command --lock"

Now, when you click the lock button the screen locks.


Prev: Dovecot Mail/IMAP Server Refuses GSSAPI (Kerberos)
(Index)