Sublime Text Won't Open Remote File Via Caja

On my home box I typically open remote files from my server via Caja… I’m traviling so I’m on the laptop and can’t see my home notes to see if there’s something I’m forgetting…

I usually create a sftp (ssh2) connection via Caja (bookmark), then open the file with Sublime Text (3). This works on my home machine, but not on the laptop… No error is displayed, it just opens a blank tab in ST.

I set the file types (.php, etc) to open in ST, but it’s not ‘remembered’ for some reason which is also different than the home machine…

Any ideas?

Thank you!

I was able to solve it…

This installs gvfs-fuse, then adds your user to the fuse group.

sudo apt-get install gvfs-fuse
sudo usermod -a -G fuse me

Where “me” is your user…

Sublime now opens remote files (via Nautilus) without issue!