For the life of me, I can't seem to get Dropbox installed in such a way that it links to my account and starts syncing files. I've tried the following:
sudo apt-get install dropbox
sudo apt-get install nautilus-dropbox
- install from (1) .deb (2) CLI per https://www.dropbox.com/install?os=linux
- installing from dropbox repo per this answer
A couple of these methods had me running ~/.dropbox-dist/dropboxd
. I was expecting to see the url to link the account at some point, but every time I ran this command, there was no output, although the icon would pop up.
When I click the dropbox icon, it just says "Connecting..." even though it never queries me for credentials.
I even tried installing using ubuntu-tweak to see if that would work. I got a dependency error with that, so I couldn't really find out.
bash -c "sleep 20s && ~/.dropbox-dist/dropboxd"
to your Startup Applications. The icon didn't show up for me until I incorporated the sleep command. You can also put the same command in your crontab as@reboot <cmd>
. – Mack Mar 13 '14 at 18:22