summaryrefslogtreecommitdiffstats
path: root/redhat/kdebase/plasma-desktop
diff options
context:
space:
mode:
authoralbator <albator@aria.vtf>2011-09-04 19:47:42 +0200
committeralbator <albator@aria.vtf>2011-09-04 19:47:42 +0200
commitadfc29286dee5690521f2cd177bc0e9f97cab2d4 (patch)
tree81eb356e4997844a54871335722f179fcecf62bf /redhat/kdebase/plasma-desktop
parent21debd86d012442ee121ce271d56967290343975 (diff)
downloadtde-packaging-adfc29286dee5690521f2cd177bc0e9f97cab2d4.tar.gz
tde-packaging-adfc29286dee5690521f2cd177bc0e9f97cab2d4.zip
Initial KDEBASE build for RHEL 6
Versions 3.5.12 and 3.5.13 Including some RHEL/Fedora specific patches.
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