Comment 2 for bug 235326

Revision history for this message
Gavin Hamill (gdh) wrote :

SUCCESS!

Simply by adding '-s' to the gvfs-fuse-daemon arguments ("disable multi-threaded operation") I am able to hammer away with complete reliability!

I do not notice any loss in performance. In the interim, I have renamed /usr/lib/gvfs/gvfs-fuse-daemon to /usr/lib/gvfs/gvfs-fuse-daemon.real and put this crappy script at /usr/lib/gvfs/gvfs-fuse-daemon

#!/bin/sh

/usr/lib/gvfs/gvfs-fuse-daemon.real $@ -s

Poor, but It Works For Me. Hopefully the next update of gvfs-fuse will contain a working binary that doesn't crash.