diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake index e845603..e49dd5f 100644 --- a/startkde/startkde.cmake +++ b/startkde/startkde.cmake @@ -1,6 +1,6 @@ #!/bin/sh # -# DEFAULT KDE STARTUP SCRIPT ( @KDE4WORKSPACE_VERSION@ ) +# DEFAULT KDE STARTUP SCRIPT ( @PLASMAWORKSPACE_VERSION@ ) # if test "x$1" = x--failsafe; then @@ -19,7 +19,7 @@ unset DYLD_FORCE_FLAT_NAMESPACE # in case we have been started with full pathname spec without being in PATH bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'` if [ -n "$bindir" ]; then - qbindir=`qtpaths --binaries-dir` + qbindir=`kf5-config --qt-binaries` qdbus=$qbindir/qdbus case $PATH in $bindir|$bindir:*|*:$bindir|*:$bindir:*) ;; @@ -64,7 +64,7 @@ fi mkdir -p $configDir -#This is basically setting defaults so we can use them with kstartupconfig4 +#This is basically setting defaults so we can use them with kstartupconfig5 cat >$configDir/startupconfigkeys <