Dear Dropbox Community,
I have a linux box running Ubuntu 18.04. Until last week, Dropbox ran fine on it. However, something (I don't know what!) changed, and now it won't run any more. Specifically, when I execute
dropbox start
a bunch of startup messages flash up in the terminal, followed by "Dropbox isn't running!". The subsequent command "dropbox status" also shows it not to be running. When I do
dropbox start -i
after completely removing and then reinstalling dropbox, the daemon downloader window comes up, finally followed by a window with a "Start dropbox" button, but pushing that button does not actually succeed in starting dropbox.
After googling around, I have tried the following:
1. Complete reinstall
2. Executing dropboxd from ./dropbox-dist
3. Building from source. It compiles, and sudo make install appears to succeed, but I still don't see any nautilus-dropbox integration or get any synching, and dropbox status still shows "Dropbox isn't running".
4. dpkg -i from the Dropbox deb file.
None of the above has worked.
I don't know if this is related or not, but the standard apt way of installing nautilus-dropbox fails too. It complains about dropbox not being installed, even if it is actually installed! I pasted in the message below. I thought that building from source would workaround that problem, but even that doesn't actually get dropbox running.
What's especially puzzling is that dropbox was working fine on the exact same set up just last week. I don't actually know what changed!
Any help greatly appreciated,
Raj
-----
sudo apt-get install nautilus-dropbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nautilus-dropbox : Depends: dropbox but it is not going to be installed
E: Unable to correct problems, you have held broken packages.