diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 23:38:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 23:38:28 +0000 |
commit | ee8b709f80199ea546d69f0742f5325ea0c8c915 (patch) | |
tree | 39ce02492831ce917424e9d1eb9650356797e4c9 | |
parent | 03feb89582fc354acaeb1df65a687361a661486d (diff) | |
download | tdebase-ee8b709f80199ea546d69f0742f5325ea0c8c915.tar.gz tdebase-ee8b709f80199ea546d69f0742f5325ea0c8c915.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-- | startkde | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |