From adfc29286dee5690521f2cd177bc0e9f97cab2d4 Mon Sep 17 00:00:00 2001 From: albator Date: Sun, 4 Sep 2011 19:47:42 +0200 Subject: Initial KDEBASE build for RHEL 6 Versions 3.5.12 and 3.5.13 Including some RHEL/Fedora specific patches. --- redhat/kdebase/plasma-desktop | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 redhat/kdebase/plasma-desktop (limited to 'redhat/kdebase/plasma-desktop') 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 -- cgit v1.2.1