summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-10-25 10:47:06 +0300
committerAlexander Golubev <fatzer2@gmail.com>2025-10-25 10:58:49 +0300
commitd2995f41d629e487e8e58233b50676dcb539ccfc (patch)
treefc51930ad31f4fef1d5ce465db14144a5ee28161
parent10c6b7cf1ee02de8866f58cd29ad512cbea64ed8 (diff)
downloadtdebase-d2995f41d629e487e8e58233b50676dcb539ccfc.tar.gz
tdebase-d2995f41d629e487e8e58233b50676dcb539ccfc.zip
starttde: drop support for kde4 session shutdown
As noticed in the patch attached to #322 the code was broken for ages anyway. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rwxr-xr-xstarttde4
1 files changed, 0 insertions, 4 deletions
diff --git a/starttde b/starttde
index 8a21b4d49..69c23611f 100755
--- a/starttde
+++ b/starttde
@@ -839,10 +839,6 @@ echo "[starttde] Shutting down Trinity..." 1>&2
$TDEDIR/bin/tdeinit_shutdown
$TDEDIR/bin/dcopserver_shutdown --wait
$TDEDIR/bin/artsshell -q terminate
-# KDE 4 support.
-if [ -f /usr/bin/kdeinit4_shutdown ]; then
- /usr/bin/kde4 kdeinit4_shutdown 2>/dev/null
-fi
echo "[starttde] Running Trinity shutdown scripts..." 1>&2