View Single Post
Posts: 40 | Thanked: 10 times | Joined on May 2010
#427
I was hoping to be able to use the command below in a desktop widget to switch autodisonnect on and off without diving into menus (mainly so I can enable push email if I need it). It doesn't seem to be working though. Is there another way to enable it or not with a shell command, or from the desktop.

Right now if you need it and if a simple shortcut to AutoDisconnect on the Desktop is not enough for you, you can download the app "Desktop Widget" and then use the following commands (when disconnected to the internet) :

Enable AutoDisconnect :

Code:

gconftool-2 --type bool --set /apps/autodisconnect/param_enabled true

Disable AutoDisconnect :

Code:

gconftool-2 --type bool --set /apps/autodisconnect/param_enabled false

Cheers