diff --git a/startkde.cmake b/startkde.cmake index e2665fa0..1f227560 100644 --- a/startkde.cmake +++ b/startkde.cmake @@ -272,7 +272,7 @@ fi # We set LD_BIND_NOW to increase the efficiency of kdeinit. # kdeinit unsets this variable before loading applications. -LD_BIND_NOW=true @KDE4_LIBEXEC_INSTALL_DIR@/start_kdeinit_wrapper +kcminit_startup +LD_BIND_NOW=true @KDE4_BIN_INSTALL_DIR@/kdeinit4 +kcminit_startup if test $? -ne 0; then # Startup error echo 'startkde: Could not start kdeinit4. Check your installation.' 1>&2