How to add Dropbox to Nautilus left bar

I use Dropbox a lot, so I would like a way to add its folder to Nautilus' left bar.

As far as I know, we can add the folder Dropbox to bookmarks, but I would like it to be at the top, near Downloads and Images folder.

So the question is: How to add Dropbox to Nautilus' left bar, near Download and Images folders?

1

1 Answer

If you use Dropbox a lot, it may be used as your default Documents folder.

You can change _XDG_DOCUMENTS_DIR_ to point it to Dropbox:

Edit your ~/.config/user-dirs.dirs and change the line to:

XDG_DOCUMENTS_DIR="$HOME/Dropbox"

Restart your session, and check it:

The Dropbox folder will be used as your Documents folde

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like