I performed an Ubuntu update the other day, and my dropbox stopped working.
It kept asking me to install the dropbox daemon, even though I had already installed it.
I fixed this problem by removing the hidden dropbox folders in my home directory, and then reinstalling the dropbox package.
Short answer:
Remove the two hidden dropbox folders (~/.dropbox
and ~/.dropbox-dist
) from your home directory, and try running dropbox again.
Long answer:
Step 1 - Remove the two hidden dropbox folders:
rm -rfd ~/.dropbox-dist/
rm -rfd ~/.dropbox/
Step 2 - Reinstall dropbox:
- Download the appropriate dropbox for your distro.
- Use the download to reinstall the dropbox package.
Step 3 - Open dropbox:
- Open dropbox, dropbox is usually found in your applications drop-down under internet.
Step 4 - Install daemon and configure:
- When you run dropbox, it will install the dropbox daemon. Once it has completed that step, it should ask you to log out and in again. Log out, then log back in.
- Once you have logged back in, re-run dropbox. This time when you run dropbox, it will ask you for your login details. Provide your login details.
- Dropbox will now ask where you want to sync your dropbox to. Select the same folder as you previously used.
Step 5 - Finished
- Dropbox should now be working again!
4 comments:
Thanx it worked for me.
Thanks a Ton , this worked for me also.
worked here as well! Thanks a lot!
this did not work for me still will not start dropbox and when i try and run it from the terminal i am still getting the dropbox daemon not installed
Post a Comment