View Single Post
Posts: 27 | Thanked: 10 times | Joined on Jun 2011
#198
Originally Posted by fareed_xtreme View Post
Guys I need some help...I don't seem to know how to launch the following from Xterm... Want to make invisible widgets to launch them actually...

I need to know the command to launch the followin from xterm...
1. Phone App: dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"
2. Browser
3. Contacts
4. Conversation
5. File Manager: ossofilemanager
6. Menu (If it is possible)

Thanks in advance ...
Hi.

The command to launch apps is all ways the same:

Check in /usr/share/applications/hildon

Example:

If you want to lauch conky there's a conky.desktop in /usr/share/applications/hildon

Just have to change:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"rtcom-call-ui"

TO:
dbus-send --type=method_call --dest=com.nokia.HildonDesktop.AppMgr /com/nokia/HildonDesktop/AppMgr com.nokia.HildonDesktop.AppMgr.LaunchApplication string:"coky"

Without the ".desktop".
 

The Following User Says Thank You to voodooo For This Useful Post: