View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#284
Looking at /usr/bin/dbus-switchboard-shim
Code:
#!/bin/sh
#ugly hack to allow dbus switchboard to 'sink' to a hildon/dbus app
run-standalone.sh $1&
sleep $2
dbus-send --type=method_call --dest=$3 $4 $5 string:"$6"
the number of parameters does not look compatible with the MediaPlayer entry:
Code:
MediaPlayer,cli,dbus-switchboard-shim com.nokia.osso_media_server /com/nokia/osso_media_server com.nokia.osso_media_server.video.play_media %params%
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-06-20 at 07:26.