From de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:02:02 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- starttde | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'starttde') diff --git a/starttde b/starttde index bf127f239..7106efa4b 100644 --- a/starttde +++ b/starttde @@ -98,7 +98,7 @@ fi # tdeinit is used to fork off processes which improves memory usage # and startup time. # -# * tdeinit starts the dcopserver and klauncher first. +# * tdeinit starts the dcopserver and tdelauncher first. # * Then kded is started. kded is responsible for keeping the sycoca # database up to date. When an up to date database is present it goes # into the background and the startup continues. @@ -274,7 +274,7 @@ if [ -d "$tdehome" ]; then else echo "[starttde] Creating $tdehome" 1>&2 fi -# Please see kstartupconfig source for usage. +# Please see tdestartupconfig source for usage. mkdir -m 700 -p "$tdehome" mkdir -m 700 -p "$tdehome/share" mkdir -m 700 -p "$tdehome/share/config" @@ -290,9 +290,9 @@ kcmrandrrc [Screen2] kcmrandrrc [Screen3] kcmfonts General forceFontDPI 0 EOF -$TDEDIR/bin/kstartupconfig +$TDEDIR/bin/tdestartupconfig if test $? -ne 0; then - xmessage -center -geometry 500x100 "Could not start kstartupconfig. Check your installation." + xmessage -center -geometry 500x100 "Could not start tdestartupconfig. Check your installation." fi # $tdehome/share/config/startupconfig should exist but avoid script failure if not. if [ -r "$tdehome/share/config/startupconfig" ]; then -- cgit v1.2.3