Comment 2 for bug 1276348

Revision history for this message
Sparhawk (sparhawkthesecond) wrote :

This fix seems good to me.

I use Arch, so I had to modify things slightly. The patch failed for me, since Arch uses python 3 by default. Hence, the patched target has the post-patch line as `python2`, not `python`. I could manually patch the file though. Also, I had to create the fuse group (it doesn't exist in Arch) and add myself to it.

sudo groupadd fuse
sudo usermod -aG fuse root

Thanks for the fix!