summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcompiz-decorator2
1 files changed, 1 insertions, 1 deletions
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}"