I have recently upgraded from Ubuntu 16.04 to a new device running 18.04.
On the old device, when using nautilus to connect to servers via SFTP/SSH the file paths were mounted as /run/user/1000/gvfs/sftp:host=$SERVER$ABSOLUTE_PATH$FILE
when editing them.
With the new device the files are instead mounted as /run/user/1001/doc/$TEMP_ID/$FILE
.
The old system was more resilient to interruptions. If the connection was cut and then later established again files that are still open in the editor could be saved like nothing happened. With the temporary paths every file has to be re-opened each time.
How do I go about bringing back the more predictable behavior? Happy to provide more info, just not sure what the possible root causes are right now.