Comment 23 for bug 159031

Revision history for this message
Neal McBurnett (nealmcb) wrote :

My problem with evince (Comment #21) was indeed caused by it trying to get information on previously opened files, which it found in its cache at ~/.local/share/gvfs-metadata/home. That problem cleared up when I used the unmounting method recommended early on in this report:

 fusermount -u -z ...name_of_mountpoint...

and then did a `killall evince evinced` and restarted it. Previously I had used umount -l ...mountpoint....

My original emacs process remained hung though - not sure how to get it to respond. So I had to kill and restart it also.