gconftool-2 --type string --set /apps/wlan_driver_selector/driver_folder /path/to/drivers/
| The Following User Says Thank You to laasonen For This Useful Post: | ||
#Debug
###########################################################################################
import sys
f=open('/tmp/driver-selector.log', 'at', buffering=1)
sys.stdout=f
sys.stderr=f
#Librarys ########################################################################################### import gtk, hildon, os, dbus, gconf, commands, pango from hildondesktop import StatusMenuItem
/usr/lib/hildon-desktop/status-area-wlan-driver-selector-applet.py
| The Following User Says Thank You to laasonen For This Useful Post: | ||