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