summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 23:38:28 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 23:38:28 +0000
commitee8b709f80199ea546d69f0742f5325ea0c8c915 (patch)
tree39ce02492831ce917424e9d1eb9650356797e4c9
parent03feb89582fc354acaeb1df65a687361a661486d (diff)
downloadtdebase-ee8b709f.tar.gz
tdebase-ee8b709f.zip
Add composition manager detection and support to Trinity
This adds the methods required to make transparent widgets via alpha blending a reality An additional widget class may be coming shortly git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246265 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-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