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

cepstralspike's avatar
cepstralspike
Helpful | Level 6
4 years ago

Ubuntu 20.04 install to alternate folder (not in home directory).

Trying to  make "Dropbox" folder land in  alternate folder (not in home directory). I tried several methods but was unsuccessful. I've done it on windows 10 without trouble. I got it to  work on Ubun...
  • Здравко's avatar
    Здравко
    4 years ago

    Aha... I see. Your problem is a GUI problem actually.

    Dropbox has lot of troubles related to taskbar icon. Seems like some inconsistent/bad coding practice, making code unstable. There are lot of signals related to different "symptoms" of missing or inconsistent icon/menus showing. Your description is just a possible issue from bunch of such.

    You can try workaround the icon issue (to some extent, at least) by using alternative way of launching the application. First make sure your application isn't running. Check status using following command:

    dropbox status

    If need, shut the application down using:

    dropbox stop

    Check again the status, to be sure.

    After that, run Dropbox application anew using following command:

    dbus-launch dropbox start

    Wait for a minute to see if the icon appears and access to menu and Preferences exists. 🧐 On success, will be able move your folder. 😉

    You can use above command by default for Dropbox launch, if you want. Just a small change in the Dropbox' desktop file is needed. Run following command, in such a case:

    sudo sed -i "s/Exec=dropbox start -i/Exec=dbus-launch dropbox start/" /usr/share/applications/dropbox.desktop

     Hope this helps.