matteoserva / MegaFuse

MEGA client for linux, based on FUSE
Other
249 stars 79 forks source link

Megafuse marks files as non-writable #11

Open Xe opened 10 years ago

Xe commented 10 years ago

This has caused problems with vim and other tools I use. Is there a way to have it not mark files as non-writable?

matteoserva commented 10 years ago

I could reproduce the bug with vim. The files are created with chmod 666 (writable by all). vim requires some extra permissions. Please use nano until I track down and fix this bug.