summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: