From 1b6efb141bcf333e5c73a520e701d1de8cafcf4e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 4 Nov 2011 12:06:08 -0500 Subject: Rename kde packages to tde --- ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect (limited to 'ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect') diff --git a/ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect b/ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect new file mode 100755 index 000000000..b083cb277 --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/plasma-desktop.autodetect @@ -0,0 +1,14 @@ +#!/bin/bash + +DESKTOP_SESSION="$DESKTOP_SESSION" +echo "You are running $DESKTOP_SESSION" + +if [[ "$DESKTOP_SESSION" == "trinity" ]] +then + # Do nothing, this is Trinity + echo "I detected Trinity" +else + # This is KDE4, start plasma-desktop + echo "I detected KDE4" + /usr/bin/plasma-desktop.kde4 +fi -- cgit v1.2.1