Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3
plasma5-workspace
0001-Rename-qdbus-in-startkde.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Rename-qdbus-in-startkde.patch of Package plasma5-workspace
diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake index 91c8a3c..0c658bd 100644 --- a/startkde/startkde.cmake +++ b/startkde/startkde.cmake @@ -20,14 +20,14 @@ 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` - qdbus=$qbindir/qdbus + qbindir=`/usr/bin/qtpaths --binaries-dir` + 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 @@ -291,9 +291,9 @@ export XDG_DATA_DIRS if $qdbus >/dev/null 2>/dev/null; then : # ok else - echo 'startkde: Could not start D-Bus. Can you call qdbus?' 1>&2 + echo 'startkde: Could not start D-Bus. Can you call qdbus-qt5?' 1>&2 test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null - xmessage -geometry 500x100 "Could not start D-Bus. Can you call qdbus?" + xmessage -geometry 500x100 "Could not start D-Bus. Can you call qdbus-qt5?" exit 1 fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor