#!/bin/sh set -e # 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 # update icon cache gtk-update-icon-cache -f /usr/share/icons/hicolor # start daemon /sbin/initctl stop wifi-assistant /sbin/initctl start wifi-assistant