summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-10-25 10:45:08 +0300
committerAlexander Golubev <fatzer2@gmail.com>2025-10-25 13:32:10 +0300
commit0dfdbf7e426f127847108434154dec2107bbd078 (patch)
tree386579cedbfb90b727de0cacb364266292247f9c
parentff06d2b2a65756050ab8f651529c430b328a2b3b (diff)
downloadtdebase-0dfdbf7e.tar.gz
tdebase-0dfdbf7e.zip
starttde: remove some obsolete comments
- I believe the PATH order question was resolved by place_before_in_path function. - tdeinit_phase1 is no more experimental after a decade. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 10c6b7cf1ee02de8866f58cd29ad512cbea64ed8)
-rwxr-xr-xstarttde5
1 files changed, 0 insertions, 5 deletions
diff --git a/starttde b/starttde
index 5979c4872..8a21b4d49 100755
--- a/starttde
+++ b/starttde
@@ -206,8 +206,6 @@ if [ -d /usr/games -o -d "$TDEDIR/games" ] || is_in_path PATH "/usr/games"; then
# are adding $TDEDIR/games elsewhere, then they need to ensure the traditional
# search patch is respected.
# This order is consistent with tdelibs/tdesu/stub.cpp.
- # FIXME: Is there a way to check that $TDEDIR/games is always placed only
- # just before /usr/games in the search path?
if is_in_path PATH "/usr/games"; then
place_before_in_path PATH "$TDEDIR/games" "/usr/games"
else
@@ -223,8 +221,6 @@ if ! is_in_path PATH "$TDEDIR/bin" ; then
# $TDEDIR/bin elsewhere, then they need to ensure the traditional search patch
# is respected.
# This order is consistent with tdelibs/tdesu/stub.cpp.
- # FIXME: Is there a way to check that $TDEDIR/bin is always placed only just
- # before /usr/bin in the search path?
if is_in_path PATH "/usr/bin"; then
place_before_in_path PATH "$TDEDIR/bin" "/usr/bin"
else
@@ -820,7 +816,6 @@ echo "[starttde] tdeinit started successfully." 1>&2
# ksmserver. Thus only check for 255, which means ksmserver could not
# start. Any problems thereafter, for example, ksmserver failing to
# initialize, remain undetected.
-# tdeinit_phase1 is still experimental.
$TDEDIR/bin/tdeinit_phase1
EXIT_CODE="$?"
# If tdeinit_phase1 should cause problems, here is the old way: