User:Dlmiles

[edit] Random notes on N900

How to open a browser window from another application by executing DBUS helper script:

browser_dbuscmd.sh load_url "http://foobar.com"

Which is the similar to doing:

dbus-send --session --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url "string:http://foobar.com"