Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-10 22:12:27 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-10 22:12:27 (GMT)
commit5db60ee5c655ef41714b1e1e1f48eb49d3414df2 (patch)
treeb80bcdb1b25282d8b4375b141e08233ae70cfa75
parentd8580a025c7c790d7d2d91d18c8ec8861ebbacfc (diff)
disable xcompmgr
-rw-r--r--soas-xo.ks7
1 files changed, 6 insertions, 1 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index fadb1ff..bdefb8d 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -219,7 +219,12 @@ export SUGAR_LOGGER_LEVEL=debug
# Uncomment the following line to prevent it
#exit 0
-(sleep 5 ; xcompmgr ) &
+
+# xcompmgr is disabled in SoaS Strawberry because it is lightly tested
+# and known to cause undesired visual artifacts; for example, palettes
+# can fail to disappear often enough to be very annoying
+#
+#(sleep 5 ; xcompmgr ) &
EOF