cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We are making some updates so the Community might be down for a few hours on Monday the 11th of November. Apologies for the inconvenience and thank you for your patience. You can find out more here.

Apps and Installations

Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: I can't configure dropbox on Ubuntu 24.04

I can't configure dropbox on Ubuntu 24.04

strophy
Explorer | Level 3

Hi, I am required to use Dropbox for work on an Ubuntu 24.04 system, which is apparently supported as "Ubuntu 22.10 or higher"

 

I followed the instructions at https://www.dropbox.com/install-linux and it installed and logged me in successfully, and a Dropbox icon appeared in the top bar. It then began syncing all folders with hundreds of GB of data, it wants to copy the entire company Dropbox to my local system. Clicking the Dropbox icon does nothing, it does not respond. I am unable to stop the sync, and unable to configure Dropbox. Uninstalling Dropbox following the instructions at https://help.dropbox.com/installs/uninstall-dropbox failed to stop Dropbox actually running, now there is a zombie process that is still trying to sync hundreds of GB of data to my laptop.

 

Why is this broken, who is responsible for testing this software? How can I repair my system?

2 Replies 2

Здравко
Legendary | Level 20

Take a look here for some details and possible way to workaround.

Good luck.

darkstarmcj
New member | Level 2

Hi, I had a similar issue on ubuntu 24.04. Coming from a slackware background, I went straight to the command line. Identify your dropbox process with ps -ef and kill it.

Then go to your home directory and start dropbox via

.dropbox-dist/dropboxd

 

If there is a problem, it will notify you on the terminal. In my case, I had too many files so I run the command below (I added a couple of zeros to what suggested in the error message just to be safe):

 

echo fs.inotify.max_user_watches=10000000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p

 

Then restarted dropbox with

.dropbox-dist/dropboxd 

 

It is synchronising now. I hope it will restart automatically without any such mess when I reboot next.

 

 

 

 

Need more support?