From d2995f41d629e487e8e58233b50676dcb539ccfc Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Sat, 25 Oct 2025 10:47:06 +0300
Subject: 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>
---
 starttde | 4 ----
 1 file changed, 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
 
-- 
cgit v1.2.3

