View Single Post
Posts: 669 | Thanked: 433 times | Joined on May 2010
#8
Originally Posted by Tofe View Post
You guys like it the hard way... Why not calling the appropriate dbus method to start a new browser ?

dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.open_new_window string:"about:blank" boolean:false

Et voilą!
The problem is that it opens the default browser - in my case Opera, and i want specifically microb to open with my URL for this case.

to make it open the microb browser with the URL you can use:

dbus-send --session --type=method_call --print-reply --dest="com.nokia.osso_browser" /com/nokia/osso_browser/request com.nokia.osso_browser.switchboard_launch_microb string:http://www.google.com

however - this also opens the bookmarks window which is the main issue.

Last edited by impeham; 2012-11-23 at 12:20.
 

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