Caja Dropbox not opening

As before please try solutions given in similar thread. Or read below.

On clean installation of Ubuntu 18.04 LTS I do not have any issues with Dropbox and Caja.

You can try to do the following:

  1. Remove Caja-Dropbox from the system

     caja-dropbox stop
     rm -rf ~/.dropbox ~/.dropbox-dist
     sudo apt-get purge caja-dropbox
     sudo apt-get autoremove
    
  2. Install Caja-Dropbox again

     sudo apt-get update
     sudo apt-get install caja-dropbox
    
  3. Init Caja Dropbox

     caja -q
     caja-dropbox start -i
     caja-dropbox autostart y
1 Like