From a1367fd78e9e0069b41740d7e0f9e25dcde9bff9 Mon Sep 17 00:00:00 2001 From: Jigish Gohil Date: Wed, 12 Mar 2008 20:19:24 +0530 Subject: minor fixes --- compiz-decorator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiz-decorator b/compiz-decorator index 84a0c46..bf92c5f 100755 --- a/compiz-decorator +++ b/compiz-decorator @@ -31,7 +31,7 @@ USE_EMERALD="no" DECORATOR="" #Do not leave users without decoration if decorator fails -if [ "$DESKTOP_SESSION" == "kde" ]; then +if [ "x$DESKTOP_SESSION" = "xkde" ]; then FALLBACKWM="${KWIN}" else FALLBACKWM="${METACITY}" -- cgit v1.1