[Bug 1305110] [NEW] startkde fails to start qdbus
Matteo Croce
rootkit85 at yahoo.it
Wed Apr 9 14:42:14 UTC 2014
Public bug reported:
In the last startkde update all calls to "qdbus" were replaced to "$qdbus" and was defined like this: qdbus="QT_SELECT=qt4 qdbus"
But in dash, the default system shell, running $program would spawn $program literally, without parsing the variebles:
$ dash
$ qdbus="QT_SELECT=qt4 qdbus"
$ if $qdbus >/dev/null 2>/dev/null; then echo TRUE ; else echo FALSE ; fi
FALSE
$ $qdbus
dash: 4: QT_SELECT=qt4: not found
$
this patch exports QT_SELECT and starts qdbus in the right way
** Affects: kde-workspace (Ubuntu)
Importance: Undecided
Status: New
** Patch added: "qdbus.patch"
https://bugs.launchpad.net/bugs/1305110/+attachment/4077416/+files/qdbus.patch
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1305110
Title:
startkde fails to start qdbus
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1305110/+subscriptions
More information about the kubuntu-bugs
mailing list