Get Dropbox to use the nemo file manager

  1. Go to /usr/bin
  2. move nautilus to nautlus-orig
  3. save the following script at /usr/bin/nautilus
  4. chmod 755 /usr/bin/nautilus
#!/bin/bash
exec nemo $1 $2 $3 $4
exit 0

You should now have Dropbox working on nemo.