View Single Post
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#345
I think the browser is called with dbus; if I click a link in the RSS Reader with dbus-monitor running, I get this:

Code:
method call sender=:1.29 -> dest=com.nokia.osso_browser path=/com/nokia/osso_browser; interface=com.nokia.osso_browser; member=load_url
   string "http://www.internettablettalk.com/forums/showthread.php?t=27377&goto=newpost"
method call sender=:1.29 -> dest=com.nokia.hildon-desktop path=/com/nokia/hildon/hdwm; interface=com.nokia.hildon.hdwm.startupnotification; member=starting
   string "com.nokia.osso_browser"
method call sender=:1.8 -> dest=com.nokia.osso_rss_feed_reader_refresh path=/com/nokia/osso/rss_feed_reader_refresh; interface=com.nokia.osso_rss_feed_reader_refresh; member=autorefresh
I have a *feeling* the call is: /usr/bin/dbus-send --print-reply --dest=com.nokia.osso_browser /com/nokia/osso_browser com.nokia.osso_browser.mime_open string:"%s"

Where %s is the url. That is the call I use in my programs to load the browser to a specific page, and the behavior is exactly the same as with the built-in programs.