View Single Post
Posts: 155 | Thanked: 82 times | Joined on Mar 2012 @ Australia
#170
Originally Posted by sixwheeledbeast View Post
Without D-BUS
Code:
run-standalone.sh /usr/bin/controlpanel
Please note the QBW will "stay active" until the setting panel is closed with this method. So is not advised but I know it works.

The standard way of opening applcations is with D-BUS using:-
Code:
run-standalone.sh dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"your app here"
However the above possibly will not work so try:-
Code:
run-standalone.sh dbus-send --type=method_call --dest=com.nokia.controlpanel /com/nokia/controlpanel com.nokia.controlpanel.LaunchApplication
No luck, I'm modifying an existing QBW by inserting the above info but no luck.

Last edited by n900d-i-y; 2012-09-15 at 12:23.