summaryrefslogtreecommitdiffstats
path: root/starttde
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:45:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:45:08 -0600
commitb5d92fb45b0796f0140c2917c238fd0b6a192300 (patch)
treeccdf45008bb8bd6e2368c0d33faeb74ae570b2a2 /starttde
parent246fcef5554b4020191ba1f228deb545d22e5206 (diff)
downloadtdebase-b5d92fb45b0796f0140c2917c238fd0b6a192300.tar.gz
tdebase-b5d92fb45b0796f0140c2917c238fd0b6a192300.zip
Rename KDETMP KDEVARTMP and KDEWM
Diffstat (limited to 'starttde')
-rw-r--r--starttde10
1 files changed, 5 insertions, 5 deletions
diff --git a/starttde b/starttde
index 7fbfa1d2d..38b621a87 100644
--- a/starttde
+++ b/starttde
@@ -460,7 +460,7 @@ fi
# - a directory /tmp/kde-$USER and links $TDEHOME/tmp-$HOSTNAME to it.
# - a directory /tmp/tdesocket-$USER and links $TDEHOME/socket-$HOSTNAME to it.
# - a directory /var/tmp/kdecache-$USER and links $TDEHOME/cache-$HOSTNAME to it.
-# Note: temporary locations can be overriden through the KDETMP and KDEVARTMP
+# Note: temporary locations can be overriden through the TDETMP and TDEVARTMP
# environment variables.
for resource in tmp cache socket; do
if ! lnusertemp $resource >/dev/null; then
@@ -567,16 +567,16 @@ fi
# Finally, give the session control to the session manager.
# See tdebase/ksmserver for the description of the rest of the startup sequence.
-# If the KDEWM environment variable has been set, then it will be used as Trinity's
+# If the TDEWM environment variable has been set, then it will be used as Trinity's
# window manager instead of twin.
-# If KDEWM is not set, ksmserver will ensure twin is started.
+# If TDEWM is not set, ksmserver will ensure twin is started.
# kwrapper is used to reduce startup time and memory usage
# kwrapper does not return usefull error codes such as the exit code of ksmserver.
# We only check for 255 which means that the ksmserver process could not be
# started, any problems thereafter, e.g. ksmserver failing to initialize,
# will remain undetected.
-test -n "$KDEWM" && KDEWM="--windowmanager $KDEWM"
-kwrapper ksmserver $KDEWM
+test -n "$TDEWM" && TDEWM="--windowmanager $TDEWM"
+kwrapper ksmserver $TDEWM
if test $? -eq 255; then
# Startup error
echo '[starttde] Could not start ksmserver. Check your installation.' 1>&2