From 03dfbaa0a897022f0d6751a6f1e39d709f3e78d4 Mon Sep 17 00:00:00 2001 From: Fredrik Wendt Date: Sat, 28 Aug 2010 21:19:15 +0100 Subject: [PATCH 1/1] fix for Bug #11210 --- package/debian/wifi-assistant.postinst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/debian/wifi-assistant.postinst b/package/debian/wifi-assistant.postinst index 3fc2134..afd331c 100644 --- a/package/debian/wifi-assistant.postinst +++ b/package/debian/wifi-assistant.postinst @@ -1,8 +1,9 @@ #!/bin/sh set -e -gconftool-2 -s /apps/maemo/wifi-assistant/url_to_open "http://wifi-assistant.garage.maemo.org/" --type string -gconftool-2 -s /apps/maemo/wifi-assistant/popup "true" --type boolean + +# set default settings' values +gconftool-2 -s /apps/maemo/wifi-assistant/daemon "true" --type boolean # Hacky fix for NB#136012 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 -- 1.7.9.5