You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
627 B
21 lines
627 B
diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
|
|
index 91c8a3c..4ecbff2 100644
|
|
--- a/startkde/startkde.cmake
|
|
+++ b/startkde/startkde.cmake
|
|
@@ -20,13 +20,13 @@ unset DYLD_FORCE_FLAT_NAMESPACE
|
|
bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'`
|
|
if [ -n "$bindir" ]; then
|
|
qbindir=`qtpaths --binaries-dir`
|
|
- qdbus=$qbindir/qdbus
|
|
+ qdbus=$qbindir/qdbus-qt5
|
|
case $PATH in
|
|
$bindir|$bindir:*|*:$bindir|*:$bindir:*) ;;
|
|
*) PATH=$bindir:$PATH; export PATH;;
|
|
esac
|
|
else
|
|
- qdbus=qdbus
|
|
+ qdbus=qdbus-qt5
|
|
fi
|
|
|
|
# Check if a KDE session already is running and whether it's possible to connect to X
|