[Xfce4-commits] [xfce/xfce4-session] 01/01: Fix xfce4-screensaver command in xflock4

noreply at xfce.org noreply at xfce.org
Wed Nov 28 14:38:17 CET 2018


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-session.

commit b863b3befc2734c277a22060af8bc3d891974f53
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Nov 28 14:38:01 2018 +0100

    Fix xfce4-screensaver command in xflock4
---
 scripts/xflock4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/xflock4 b/scripts/xflock4
index fcca730..525e6e2 100644
--- a/scripts/xflock4
+++ b/scripts/xflock4
@@ -30,7 +30,7 @@ LOCK_CMD=$(xfconf-query -c xfce4-session -p /general/LockCommand)
 # Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
 for lock_cmd in \
     "$LOCK_CMD" \
-    "xfce4-screensaver-command -lock" \
+    "xfce4-screensaver-command --lock" \
     "xscreensaver-command -lock" \
     "gnome-screensaver-command --lock"
 do

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list