diff options
author | Timothy Pearson <[email protected]> | 2012-02-04 18:12:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-04 18:12:45 -0600 |
commit | 4546adf40c34f1ad89a8924e81cf94a5af768093 (patch) | |
tree | 897ed37b8aa2d15d68a14b80c590d22f439675fa /starttde | |
parent | b5d92fb45b0796f0140c2917c238fd0b6a192300 (diff) | |
download | tdebase-4546adf40c34f1ad89a8924e81cf94a5af768093.tar.gz tdebase-4546adf40c34f1ad89a8924e81cf94a5af768093.zip |
Initial attempt at adding third part WM support to TDE
Diffstat (limited to 'starttde')
-rw-r--r-- | starttde | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -575,8 +575,7 @@ fi # 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 "$TDEWM" && TDEWM="--windowmanager $TDEWM" -kwrapper ksmserver $TDEWM +tdeinit_phase1 if test $? -eq 255; then # Startup error echo '[starttde] Could not start ksmserver. Check your installation.' 1>&2 |