Gilles Filippini wrote:
Hi,

Damien Couroussé a écrit , Le -10/01/-28163 20:59:
Please find attached a patch
The fix was found here:
http://bugs.archlinux.org/task/17802

I could not reproduce the bug on another machine (still using openbox 3.4.10-1). And my laptop is not working currently. I will come back later if I experience the problem again.

AFAIUI the provided patch actually transforms an "always true" test into
an "always false" one. What about simply dropping the '-q' option from
the grep command instead?
Absolutely!
If we do not take into account the patch I proposed previously, this line should be written either like:
elif test $(echo "$SESSION" | grep -q openbox); then
or
 elif test -z $(echo "$SESSION" | grep openbox); then

Up to you to choose the one you prefer ;)


Cheers,
Damien




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to