View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#218
Originally Posted by getnani View Post
one small request... any easyway to get the applet in the status menu to start in wlan disabled? becos, now wlan is disabled, yet it shows in the applet enabled!
Hmm, the applet probably starts up before wlan gets disabled, so it shows wrong status :/

To fix it, you could add this line:
Code:
		commands.getoutput('sudo /sbin/unload-drivers.sh')
after this line:
Code:
		StatusMenuItem.__init__(self)
on this file:
Code:
/usr/lib/hildon-desktop/status-area-wlan-driver-selector-applet.py
and remove this file:
Code:
/etc/event.d/disable-wlan
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 

The Following User Says Thank You to laasonen For This Useful Post: