View Single Post
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#168
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
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.