[Github-comments] [geany] cant edit files over network (#921)

Colomban Wendling notifications at xxxxx
Thu Mar 3 14:07:23 UTC 2016


@mf0hka Do you have gvfs-fuse installed and properly setup (e.g. with your user allowed to mount FUSE mounts)?  It's the module that allows GVFS (the virtual file system used by GNOME, MATE and others) to mount remotes locally.  When installed and setup properly, it should works out of the box without further configuration or anything.

The reason tools like Pluma work without it is that they use GVFS directly, where Geany generally uses plain C-library-level read/writes, which isn't aware of the remotes -- nor knows how to write to them -- without a local mount (FUSE).

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/921#issuecomment-191776885
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160303/fbae2b8b/attachment.html>


More information about the Github-comments mailing list