MB#8369: Tweak dbus command to launch browser. Still doesn't work, according to hrw :-(
authorAndrew Flegg <andrew@bleb.org>
Thu, 10 Jun 2010 13:58:30 +0000 (14:58 +0100)
committerAndrew Flegg <andrew@bleb.org>
Thu, 10 Jun 2010 13:58:30 +0000 (14:58 +0100)
package/debian/changelog
package/debian/hermes.postinst

index ae1b2d0..91736b4 100644 (file)
@@ -1,3 +1,10 @@
+hermes (0.8.2) unstable; urgency=low
+
+  * Tweak dbus command to launch browser in attempt to fix MB#8369.
+  * ...
+
+ -- Andrew Flegg <andrew@bleb.org>  Thu, 10 Jun 2010 14:57:35 +0100
+
 hermes (0.8.1) unstable; urgency=low
 
   * Make LinkedIn verification box numbers only.
index 78940cc..03d2312 100644 (file)
@@ -13,6 +13,6 @@ OLD_UID=`gconftool-2 -g /apps/maemo/hermes/uid`
 [ -z "$OLD_UID" ] || gconftool-2 -s /apps/maemo/hermes/uid "$OLD_UID" --type string
 
 # Hacky fix for NB#136012
-gconftool-2 -s /desktop/gnome/url-handlers/http/command 'dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"%s"' --type string 
+gconftool-2 -s /desktop/gnome/url-handlers/http/command 'dbus-send --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser com.nokia.osso_browser.load_url string:"%s"' --type string 
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor