View Single Post
Posts: 17 | Thanked: 14 times | Joined on Jan 2010 @ London, UK
#20
Originally Posted by amorek13 View Post
ok here is one bug i guess i will call it
after installing autodisconnect it delays the internet connection which cause my widgets not to update becasue its still connecting to the internet tested with autodisconnect installed and unistalled( connects to internet within 5 seconds instead of 12)
If you feel comfortable using vim and editing files this worked for me.

Edit the file /etc/network/if-up.d/99-autodisconnect. Go to the last line and add an ampersand so it looks like:

$AUTODISCONNECT &

Now edit /opt/autodisconnect/autodisconnect-check. On the 2nd line add 'sleep 10' so the first 2 lines looks like:

#!/bin/sh
sleep 10

This workaround is not a suitable long-term fix!
 

The Following 2 Users Say Thank You to mclarson For This Useful Post: