qdbus does not autostart a service via /usr/share/dbus-1/services/org.kde.amarok.service

Bug #458663 reported by Daniel Hahler
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
qt4-x11 (Ubuntu)
New
Undecided
Unassigned

Bug Description

I've created the following service file, to automatically start amarok, if org.kde.amarok gets accessed:

$ cat /usr/share/dbus-1/services/org.kde.amarok.service
[D-BUS Service]
Name=org.kde.amarok
Exec=/usr/bin/amarok

This works when using dbus-send, e.g.:
dbus-send --type=method_call --dest=org.kde.amarok /Tracklist org.freedesktop.MediaPlayer.AddTrack string:'/path/to/file.mp3' boolean:true

But it does not work when using qdbus:
$ qdbus org.kde.amarok /TrackList AddTrack foo 0
Service 'org.kde.amarok' does not exist.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.