[Xfce4-commits] <xfce-utils:master> Add slock functionality (bug #6253).

Nick Schermer noreply at xfce.org
Thu Feb 25 13:50:01 CET 2010


Updating branch refs/heads/master
         to 306869d18a9bb3e87ca67f1ac825560fd4454e62 (commit)
       from 8fcba7a13e0e8a17721fb1dfa305fbfc6af1f408 (commit)

commit 306869d18a9bb3e87ca67f1ac825560fd4454e62
Author: Evaggelos Balaskas <ebalaskas at ebalaskas.gr>
Date:   Thu Feb 25 13:47:22 2010 +0100

    Add slock functionality (bug #6253).

 scripts/xflock4 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/xflock4 b/scripts/xflock4
index 369ec33..fcf3323 100644
--- a/scripts/xflock4
+++ b/scripts/xflock4
@@ -23,6 +23,8 @@ if test x"`which xscreensaver-command 2>/dev/null`" != x""; then
     xscreensaver-command -lock 
 elif test x"`which gnome-screensaver-command 2>/dev/null`" != x""; then
     gnome-screensaver-command --lock
+elif test x"`which slock 2>/dev/null`" != x""; then
+   slock
 else
     xlock $*
 fi



More information about the Xfce4-commits mailing list