*** This bug is a duplicate of bug 498444 ***
    https://bugs.launchpad.net/bugs/498444

it seems the problem is indeed a missing internet connection.
i created this wrapper script which is called at startup instead of the 
ubuntu-one default one:

"
#!/bin/bash

# wait for active internet connection
while [ "$(ifconfig | grep 192.168)" == "" ]; do
        sleep 2
done

ubuntuone-client-applet
"

-- 
UbuntuOne does not automatically connect on startup
https://bugs.launchpad.net/bugs/450082
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to