summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--startkde3
1 files changed, 3 insertions, 0 deletions
diff --git a/startkde b/startkde
index 8001ea271..6ddb95f59 100644
--- a/startkde
+++ b/startkde
@@ -475,6 +475,9 @@ dcopserver_shutdown
echo '[startkde] Starting Trinity...' 1>&2
+# Detect any running Xorg composition managers
+$KDEDIR/bin/kdetcompmgr
+
# Run KPersonalizer before the session if this is the first login.
if test "$kpersonalizerrc_general_firstlogin" = "true"; then
if [ ! -x $KDEDIR/bin/kpersonalizer ]; then