How do I prevent Dropbox from being automatically added to the autostart list after launching it?

12,290

Solution 1

Click on the icon, preferences, then uncheck the box "Start Dropbox on system startup".

Solution 2

Command-line option might also work:

$ dropbox autostart n

From:

$ man dropbox

Solution 3

By default, dropbox will start automatically at login. The update-rc.d command is not concerned here. (/etc/rc*.d/directories don't contain dropbox). There is no service "dropbox" (/etc/init.d don't contain dropbox)

If you have installed dropbox with ".deb" package (sudo dpkg -i dropbox.deb), then you may have the executable /usr/bin/dropbox

To disable the dropbox auto-start :

/usr/bin/dropbox autostart n

To enable the dropbox auto-start :

/usr/bin/dropbox autostart y
Share:
12,290

Related videos on Youtube

Wesley Baugh
Author by

Wesley Baugh

I'm an avid Ubuntu user willing to learn new things about Ubuntu/Linux and to help with what I've learned.

Updated on September 18, 2022

Comments

  • Wesley Baugh
    Wesley Baugh over 1 year

    Everytime I start Dropbox (in Precise) it gets added to the autostart list even if I deleted the entry before. I don't want Dropbox to be started when I log in only when I want it to. How to prevent Dropbox to be automatically added to the autostart list?

  • Wesley Baugh
    Wesley Baugh almost 12 years
    Oh my goodness, I totally overlooked this, after doing a fresh installation of Precise. Haha, thanks.
  • aalaap
    aalaap about 6 years
    This doesn't work with 17.10 and maybe even other recent versions.
  • deFreitas
    deFreitas about 6 years
    It fix the problem but if I start dropbox manually then it activate start on next reboot
  • Jim Balter
    Jim Balter about 6 years
    That doesn't work because some very evil and/or stupid people work at Dropbox. The checkbox is ignored; you have to use dropbox autostart [ny]
  • Jurosh
    Jurosh about 6 years
    Tried everything, even dropbox autostart n not helped.. It's really ugly from Dropbox to make such mess :( only sudo apt remove dropboxfinally helped.. :/