Hide Forgot
Description of problem: older releases of Gnome used gnome-screensaver and had gnome-screensaver-command for locking from the command line (or scripts). Now with F20, I cannot see any equivalent command? Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
gnome-screensaver is no longer a required component, but the gnome-screensaver-command it provides can still be used to request screen locking. Alternatively you can use something like "loginctl -P lock-sessions" to talk directly to systemd.
OK thanks. However, you have to re-enter your password to trigger the screen lock. If you use '--no-ask-password' then you get access denied - not really scriptable You are correct about gnome-screensaver-command - that works perfectly. Thanks!
whoops - closing