====== Get Dropbox to use the nemo file manager ====== - Go to /usr/bin - move nautilus to nautlus-orig - save the following script at /usr/bin/nautilus - chmod 755 /usr/bin/nautilus #!/bin/bash exec nemo $1 $2 $3 $4 exit 0 You should now have Dropbox working on nemo.