https://bugzilla.xfce.org/show_bug.cgi?id=11764
Eric Koegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Eric Koegel <[email protected]> --- Thanks ToZ! Pushed to master in: commit 495aac78058cd78e2d34505af204e72a1b4f19ac Author: Eric Koegel <[email protected]> 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
