all repos — openbox @ 14f8b4cb544bf50d059b0feb85585e19b77752c7

openbox fork - make it a bit more like ryudo

Fix bug #4492 better, the test in openbox-gnome-session needs to be inverted
Dana Jansens danakj@orodu.net
commit

14f8b4cb544bf50d059b0feb85585e19b77752c7

parent

374888f5e9c3c98204a708ef40afec86d136d836

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M data/xsession/openbox-gnome-session.indata/xsession/openbox-gnome-session.in

@@ -37,7 +37,7 @@ # make sure openbox is going to be run

if test -z "$SESSION"; then # if its empty then just run openbox SESSION="[openbox]" - elif echo "$SESSION" | grep -q openbox; then + elif ! echo "$SESSION" | grep -q openbox; then # if openbox isn't in the session then append it SESSION="${SESSION%]},openbox]" fi