The Following User Says Thank You to LightRain For This Useful Post: | ||
![]() |
2011-11-02
, 13:40
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#162
|
I don't know if you mean a directory or a file.
For directory: filebox /home/user/MyDocs/.documents
For file: leafpad /home/user/MyDocs/.documents/<yourfile>
For a launcher shortcut, create a .desktop file (in usr/share/applications/hildon), change the exec path to the above.
The Following User Says Thank You to nicholes For This Useful Post: | ||
![]() |
2012-01-19
, 17:14
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#163
|
![]() |
2012-05-30
, 15:02
|
Posts: 58 |
Thanked: 10 times |
Joined on Dec 2011
|
#164
|
![]() |
2012-07-25
, 16:57
|
Posts: 43 |
Thanked: 12 times |
Joined on Dec 2010
|
#165
|
![]() |
2012-08-10
, 17:03
|
Posts: 43 |
Thanked: 12 times |
Joined on Dec 2010
|
#166
|
![]() |
2012-09-14
, 23:12
|
Posts: 155 |
Thanked: 82 times |
Joined on Mar 2012
@ Australia
|
#167
|
![]() |
2012-09-15
, 08:39
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#168
|
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
![]() |
2012-09-15
, 10:26
|
Posts: 155 |
Thanked: 82 times |
Joined on Mar 2012
@ Australia
|
#169
|
![]() |
2012-09-15
, 12:16
|
Posts: 155 |
Thanked: 82 times |
Joined on Mar 2012
@ Australia
|
#170
|
Without D-BUS
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.Code:run-standalone.sh /usr/bin/controlpanel
The standard way of opening applcations is with D-BUS using:-
However the above possibly will not work so try:-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"
Code:run-standalone.sh dbus-send --type=method_call --dest=com.nokia.controlpanel /com/nokia/controlpanel com.nokia.controlpanel.LaunchApplication
For directory: filebox /home/user/MyDocs/.documents
For file: leafpad /home/user/MyDocs/.documents/<yourfile>
For a launcher shortcut, create a .desktop file (in usr/share/applications/hildon), change the exec path to the above.
Last edited by LightRain; 2011-11-02 at 13:18.