diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2025-10-25 10:47:06 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2025-10-25 10:58:49 +0300 |
| commit | d2995f41d629e487e8e58233b50676dcb539ccfc (patch) | |
| tree | fc51930ad31f4fef1d5ce465db14144a5ee28161 | |
| parent | 10c6b7cf1ee02de8866f58cd29ad512cbea64ed8 (diff) | |
| download | tdebase-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-x | starttde | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
