dbus service not visible

Asked by shravan kulkarni

hi,
i tried qdbus command , looking for the bus name org.onboard.Onboard as mentioned in the Read me document. but I couldnt locate it. am i doing it totally wrong?

Question information

Language:
English Edit question
Status:
Solved
For:
Onboard Edit question
Assignee:
No assignee Edit question
Solved by:
marmuta
Solved:
Last query:
Last reply:
Revision history for this message
Best marmuta (marmuta) said :
#1

Hi, the dbus interface is only available in Onboard 0.99 or later. Only Ubuntu 13.04 has it currently, but you can get the most recent version for Quantal and Raring from our PPA:
https://launchpad.net/~onboard/+archive/ppa

The dbus-send commands from the README work here, but I couldn't get qdbus to do anything, unfortunately:
qdbus: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qdbus': No such file or directory
If you have any ideas how to fix this, let me know, please.

Revision history for this message
shravan kulkarni (shravan-kulkarni) said :
#2

Thanks marmuta, that solved my question.

Revision history for this message
Andras Muranyi (muranyia) said :
#3

@marmuta:
sudo apt-get install qdbus-qt5

Revision history for this message
marmuta (marmuta) said :
#4

Thanks, Andras.