startkde: adjust to kdeinit wrapper removal

This commit is contained in:
Ivailo Monev 2015-08-19 01:38:55 +03:00
parent 8ba7bc28dd
commit 9877169835

View file

@ -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