summaryrefslogtreecommitdiffstats
path: root/redhat/kdebase/plasma-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/kdebase/plasma-desktop')
-rwxr-xr-xredhat/kdebase/plasma-desktop9
1 files changed, 9 insertions, 0 deletions
diff --git a/redhat/kdebase/plasma-desktop b/redhat/kdebase/plasma-desktop
new file mode 100755
index 000000000..9e14070d8
--- /dev/null
+++ b/redhat/kdebase/plasma-desktop
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# This stupid scripts prevent the launch of 'plasma-desktop'
+# (from KDE4) alongside with TDE.
+
+case "${DESKTOP_SESSION}" in
+ "kde3"|"trinity"|"TDE") ;;
+ *) exec /usr/bin/plasma-desktop;;
+esac