You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Dinjay
7 years agoHelpful | Level 6
Unable to stop autostart on Ubuntu
I run Dropbox (v43.4.50) on Ubuntu (16.04.3). I have unticked the "Start Dropbox on system startup" option in Dropbox Preferences but dropbox still autostarts on boot. Even if I manually untick o...
- 7 years ago
JC from Dropbox Support provided instructions to resolve this issue by doing a full reinstall and re-sync and it worked for me. The Start Dropbox on system startup option now works as expected and I can turn off autostart.
--------------------------------------------------------------
First, make sure you save and quit ALL programs that access files in the Dropbox folder.
Note: Please be sure to make a note or take a screenshot of any Selective Sync settings you may have applied as well as the location of your Dropbox folder (if not in the default location) prior to re-installing, as you will need to match these settings upon re-install. If you're using a headless version of Dropbox you can access the list of Selective Sync folders by running "dropbox exclude".
Depending on your OS and the package you used to perform the installation, you could have files in two different locations. I'm sending you instructions for both of the cases, so if some of the commands error out don't worry.
Run the following commands in your terminal:
dropbox stop
dropbox status # Should report "not running"
rm -rf ~/.dropbox-dist
rm -rf /var/lib/dropbox
rm -rf ~/.dropbox*
sudo apt-get remove nautilus-dropbox
sudo apt-get remove dropbox
rm /etc/apt/source.d/dropbox
Once you're done you have two options:
1) Install the Dropbox application with its graphical components using one of our packages. If you want to do that, download the correct package for your OS and architecture here:
https://www.dropbox.com/install?os=linux
Open your downloads folder and double click on the package file to start the installer.
When Dropbox has finished installing, please sign in and apply any Selective Sync settings you may have had prior to the reinstall and select the Dropbox folder location (if not in the default location) during the sign in process. Your account will take a few moments to reindex the files and sync any pending changes.
2) The second option is to run a headless version of Dropbox. This version will not have any of the menus or graphical components and can only be interacted with through the command line. To install this version do the following:
If your machine is 32-bit:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf -
If your machine is 64-bit:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
Next, run the Dropbox daemon from the newly created .dropbox-dist folder.
~/.dropbox-dist/dropboxd
When Dropbox has finished installing please sign in and apply any Selective Sync settings you may have had prior to the reinstall. Your account will take a few moments to reindex the files and sync any pending changes.
More installation and CLI information is also available here:
https://www.dropbox.com/install
Once that's done, please open the preferences of the application, (via right clicking the tray icon), and in the Accounts tab of preferences, untick "Start Dropbox on system Startup".
N4700
New member | Level 2
To anyone out there who is still having this issue, I've discovered a workaround that prevents Dropbox being added back into your startup applications. You need to replace the startup config file with an empty file that the current user doesn't have write access to. This way Dropbox can't replace the file when you start it up. I did this as follows:
cd ~/.config/autostart
rm dropbox.desktop
sudo touch dropbox.desktop
sudo chmod 744 dropbox.desktop
You may need to tweak things slightly if your startup applications are stored in a different place, or the startup config file has a different name.
Kalico
7 years agoExplorer | Level 4
Thanks for that and I guess it will work as a workaround, but jeez, that is an ugly thing to have to do, when a firm as large as Dropbox should have a simple problem like this licked within days of it being reported.
My solution has better reflected my lack of confidence in Dropbox: I have moved stuff to Mega. I also feel a little more secure in doing that (rightly or not). For sure their tech-support seems better.
My solution has better reflected my lack of confidence in Dropbox: I have moved stuff to Mega. I also feel a little more secure in doing that (rightly or not). For sure their tech-support seems better.
About 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.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!