Hi again :)

<snip>


> Try
>
> dbus-send --session --print-reply ----type=method_call
> --dest=com.nokia.mediaplayer /com/nokia/mediaplayer
> com.nokia.mediaplayler.mime.open string:"file:///path/to/your/file.mp3"
>
>
The above has too many dashes in front of type and a typo in the method
name. the correct version is:

dbus-send --session --print-reply --type=method_call
--dest=com.nokia.mediaplayer /com/nokia/mediaplayer
com.nokia.mediaplayer.mime_open string:"file:///path/to/your/file.mp3"

<snip>

BR

-Timo
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to