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
run-standalone.sh /usr/bin/controlpanel
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"
run-standalone.sh dbus-send --type=method_call --dest=com.nokia.controlpanel /com/nokia/controlpanel com.nokia.controlpanel.LaunchApplication