[Xfce-bugs] [Bug 11764] [Patch] Broken xflock4 functionality
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Mar 28 04:28:39 CET 2015
https://bugzilla.xfce.org/show_bug.cgi?id=11764
Eric Koegel <eric at xfce.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |eric at xfce.org
Resolution|--- |FIXED
--- Comment #2 from Eric Koegel <eric at xfce.org> ---
Thanks ToZ! Pushed to master in:
commit 495aac78058cd78e2d34505af204e72a1b4f19ac
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sat Mar 28 06:16:10 2015 +0300
Xflock: bypass null/blank LockCommand parameter (Bug #11764)
Commit
http://git.xfce.org/xfce/xfce4-session/commit/?id=e940818853582290af21bf38d73ee26143d500ad
breaks xflock4 functionality if the xfconf LockCommand parameter doesn't
exist or
is a blank entry. The
$lock_cmd >/dev/null 2>&1 && exit
will run a blank (empty string) and then exist, never getting to the other
items
in the list.
Bug report and patch provided by ToZ.
http://git.xfce.org/xfce/xfce4-session/commit/?id=495aac78058cd78e2d34505af204e72a1b4f19ac
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list