From 291d4ae9da7393b3aa0b98fed33ee09c942d4198 Mon Sep 17 00:00:00 2001 From: Fredrik Wendt Date: Thu, 6 Jan 2011 22:39:09 +0100 Subject: [PATCH 1/1] fixed erronous gconf path in postins script (thanks to hutchinsfairy) --- package/debian/wifi-assistant.postinst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package/debian/wifi-assistant.postinst b/package/debian/wifi-assistant.postinst index afd331c..c87ba2c 100644 --- a/package/debian/wifi-assistant.postinst +++ b/package/debian/wifi-assistant.postinst @@ -2,8 +2,14 @@ set -e +# TODO: write a proper update script that moves settings from old layout to new + +# remove any old settings (perhaps a bad idea, especially with reinstall) +# gconftool-2 --recursive-unset /apps/maemo/wifi-assistant +# gconftool-2 --recursive-unset /apps/maemo/wifi_assistant + # set default settings' values -gconftool-2 -s /apps/maemo/wifi-assistant/daemon "true" --type boolean +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