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

Bwucie's avatar
Bwucie
Helpful | Level 6
3 years ago

Dropbox + Ubuntu 22.04 - pop-up message at startup.

This persistent popup described here: https://www.dropboxforum.com/t5/Apps-and-Installations/Dropbox-software-needs-installation-on-every-startup/td-p/284927 (but I can't post into that thread) still...
  • Bwucie's avatar
    Bwucie
    3 years ago

    This does appear to work:

    1. Remove Dropbox and its configuration.
      sudo apt purge --autoremove dropbox
    2. sudo apt install nautilus-dropbox and allow it to automagically install the Dropbox binary.
    3. Run Dropbox from your menu or ALT+F2 'dropbox start'.
    4. Edit dropbox.desktop:
      In a terminal either
      pkexec gedit /usr/share/applications/dropbox.desktop OR sudoedit /usr/share/applications/dropbox.desktop and change line 5 to read:
      EXEC=dropbox start
    5. Save and exit.
    6. Go to Startup Applications, and edit the command for Dropbox to read 'dropbox start'
    7. Reboot.

    First reboot may produce a (different) popup saying Dropbox needs to restart to complete installation, click the button, get rid of the popup and that should work the magic. I've run multiple shut downs and boots now, and the Autostart command does not get rewritten after editing dropbox.desktop.