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
Stephen B.25
7 years agoCollaborator | Level 9
Dropbox on Linux (Ubuntu) moving directory: no icon
On Ubuntu 18.04. Dropbox has been purged and *re-installed* because I want to put the Dropbox folder to an external drive. ( I have read the documentation and I understand the issues. I will work with those.)
The instructions on this site say that to change the target directory, I must click on the dropbox icon and follow the trail from there. But there is no icon anywhere on my Ubuntu MATE desktop.
Okay, never mind. In the ~/.dropbox configuration directory, there is a file info.json with an attrribute for path. I changed that to the directory I want to use, started Dropbox and was told that the directory was not the directory I originally used so Dropbox was going to fix that for me and hey presto it did just that.
So -- how do I point Dropbox to where I want it to go?
- I just tested it on our Linux device here, and you’re correct in that it doesn’t allow moving the folder prior to when the files begin to sync.As that’s the case, the desktop app needs to be used to move the folder.Since you’re not seeing the icon in the menu bar and have already done an advanced reinstall, there’s little else that can be done from our end. Currently we only officially support Ubuntu and Fedora, so different flavors (like Ubuntu MATE) aren’t supported.The only thing that comes to mind is that the icon can’t appear in the menu bar due to the desktop environment, of which Unity, GNOME Classic, XFCE (with some Nautilus dependencies) and the GNOME (with an extension TopIcons) are supported.I’d recommend checking with the developers of Ubuntu MATE to see if they have a solution to this matter.
- JayDropbox StaffHi there, when installing the Dropbox desktop application with a clean installation (i.e. after an advanced reinstall), you should get the following option after signing into your account:Where it says ‘Add your personal account’, it should say ‘Open your Dropbox folder’.Here you would put the location of the external drive. The app will then create the Dropbox folder, and sync the files down.Let me know if you’re not seeing this option.
- Stephen B.25Collaborator | Level 9
Thanks for this Jay, but it doesn't work like that on my system. After the advance re-install I am back where I was. Here is what I did with some notes along the way.
#https://www.dropbox.com/help/desktop-web/advanced-reinstall
# dropbox stop responds with Dropbox isn't responding!
pkill dropbox
dropbox status# not running
rm -rf ~/.dropbox-dist
rm -rf /var/lib/dropbox
rm -rf ~/.dropbox*
sudo apt-get purge nautilus-dropbox
sudo apt-get purge dropbox
rm /etc/apt/source.d/dropbox
sudo chown "$USER" "$HOME"
sudo chown -R "$USER" ~/Dropbox
sudo chattr -R -i ~/Dropbox
sudo chmod -R u+rw ~/Dropbox#Unble to revert mtime: /usr/share/fonts/cMap
#Unable to revert mtime: /usr/share/fonts/X11/misc
#Unable to revert mtime: /usr/share/fonts/X11/util
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-cns1
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-gb1
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-japan1
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-japan2
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-korea1
#Unable to revert mtime: /usr/share/fonts/X11/encodings/largeexit
reboot
==================#Selecting previously unselected package dropbox.
#(Reading database ... 222588 files and directories currently installed.)
#Preparing to unpack dropbox_2015.10.28_amd64.deb ...
#Unpacking dropbox (2015.10.28) ...
#Setting up dropbox (2015.10.28) ...
#Please restart all running instances of Nautilus, or you will experience problems. i.e. nautilus --quit
#
# ***No filesystem browser whatsoever is running
#
#Dropbox installation successfully completed! You can start Dropbox from your applications menu.
#Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.1) ...
#Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
#Rebuilding /usr/share/applications/bamf-2.index...
#Processing triggers for mime-support (3.60ubuntu1) ...
#Processing triggers for hicolor-icon-theme (0.17-2) ...
#Processing triggers for man-db (2.8.3-2) ...dropbox start -i
# <Dialog offering opt-out from daemon download, warning about absence of python-gpgme>
# apt install python-gpgme
# Package 'python-gpgme' has no installation candidate
# chrome launches dropbox web page
#
#Stephen Boston,
#
#Would you like to connect the computer acer to your Dropbox account ([email removed])? If you didn’t request this, please click cancel.
#
#Connect Cancel
#or connect a different account
#
# *** I choose Connect ***
#Your computer was successfully linked to your account
#
# *** Caja (MATE file browser) opens to the Dropbox folder. ***
#
# Webpage with link to "Continue to Dropbox" -- I accept
#And that is all. Installation Done.
- JayDropbox StaffI just tested it on our Linux device here, and you’re correct in that it doesn’t allow moving the folder prior to when the files begin to sync.As that’s the case, the desktop app needs to be used to move the folder.Since you’re not seeing the icon in the menu bar and have already done an advanced reinstall, there’s little else that can be done from our end. Currently we only officially support Ubuntu and Fedora, so different flavors (like Ubuntu MATE) aren’t supported.The only thing that comes to mind is that the icon can’t appear in the menu bar due to the desktop environment, of which Unity, GNOME Classic, XFCE (with some Nautilus dependencies) and the GNOME (with an extension TopIcons) are supported.I’d recommend checking with the developers of Ubuntu MATE to see if they have a solution to this matter.
- Stephen B.25Collaborator | Level 9
Thanks Jay. It doesn't go like that on my system. I replied earlier but my message has disappeared. Forgive me if this is a repost. Attachment doesn't work.
#https://www.dropbox.com/help/desktop-web/advanced-reinstall
# dropbox stop responds with Dropbox isn't responding!
pkill dropbox
dropbox status
# not runningrm -rf ~/.dropbox-dist
rm -rf /var/lib/dropbox
rm -rf ~/.dropbox*
sudo apt-get purge nautilus-dropbox
sudo apt-get purge dropbox
rm /etc/apt/source.d/dropbox
sudo chown "$USER" "$HOME"
sudo chown -R "$USER" ~/Dropbox
sudo chattr -R -i ~/Dropbox
sudo chmod -R u+rw ~/Dropbox#Unble to revert mtime: /usr/share/fonts/cMap
#Unable to revert mtime: /usr/share/fonts/X11/misc
#Unable to revert mtime: /usr/share/fonts/X11/util
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-cns1
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-gb1
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-japan1
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-japan2
#Unable to revert mtime: /usr/share/fonts/cmap/adobe-korea1
#Unable to revert mtime: /usr/share/fonts/X11/encodings/largeexit
reboot
==================
sudo dpkg -i dropbox_2015.10.28_amd64.deb
#Selecting previously unselected package dropbox.
#(Reading database ... 222588 files and directories currently installed.)
#Preparing to unpack dropbox_2015.10.28_amd64.deb ...
#Unpacking dropbox (2015.10.28) ...
#Setting up dropbox (2015.10.28) ...
#Please restart all running instances of Nautilus, or you will experience problems. i.e. nautilus --quit
#
# ***No filesystem browser whatsoever is running
#
#Dropbox installation successfully completed! You can start Dropbox from your applications menu.
#Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.1) ...
#Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
#Rebuilding /usr/share/applications/bamf-2.index...
#Processing triggers for mime-support (3.60ubuntu1) ...
#Processing triggers for hicolor-icon-theme (0.17-2) ...
#Processing triggers for man-db (2.8.3-2) ...dropbox start -i
# <Dialog offering opt-out from daemon download, warning about absence of python-gpgme>
# apt install python-gpgme
# Package 'python-gpgme' has no installation candidate
# chrome launches dropbox web page
#
#Stephen Boston,
#
#Would you like to connect the computer acer to your Dropbox account ([email removed as per Community Guidelines])? If you didn’t request this, please click cancel.
#
#Connect Cancel
#or connect a different account
#
# *** I choose Connect ***
#Your computer was successfully linked to your account
#
# *** Caja (MATE file browser) opens to the Dropbox folder. ***
#
# Webpage with link to "Continue to Dropbox" -- I accept
#And that is all. Installation Done.
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!