We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
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".
FrankLinux
7 years agoNew member | Level 2
Hello Dinjay,
I suggest you to choose the headless installation from Command Line and use the Python script attached here to control the daemon! In such a way, if your problem still happens, you can create a script to automatically execute the python and close Dropbox. The command is
./dropbox.py stop
Have a nice day!
- Ross_S7 years agoDropbox StaffFrankLinux beat me to it.
The script mentioned would be the best way. - Dinjay7 years agoHelpful | Level 6
Hi @FrankLinux,
I strongly prefer to use the GUI.
This is likely to be a new bug so hopefully it will be fixed before too long.
Before using the headless version, I'd probably first try to lock down the autostart file (eg create a dummy dropbox.desktop with restricted permissions).
- Ross_S7 years agoDropbox StaffApologies, the auto-start box has recently disappeared and will reappear shortly (in the next version), potentially resolving your issue.
- Dinjay7 years agoHelpful | Level 6Great to hear.
Just to clarify, the "Start Dropbox on system startup" option is still there and it's possible to tick/untick it. The issue is that unticking it does not deactive Dropbox autostart from the Ubuntu Startup preferences. See image showing Dropbox startup unticked in the front and Ubuntu startup in the back showing the Dropbox link still active.
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!