[Github-comments] [geany/geany] SSHFS via SFTP don't correct work (#1437)

elextr notifications at xxxxx
Mon Jun 19 07:28:50 UTC 2017


What GTK and Glib versions are you using? (see Geany `menu->help->debug messages` near the top).

You can turn gio file operations off in `edit->preferences->various->use_gio_unsafe_file_saving` which despite the name also turns off GIO reading.

Geany then uses the Glib `g_file_get_contents()` and `g_file_set_contents()` which don't use GIO unless its changed.

You can also turn off the `g_file_set_contents()` (which does a rename and other stuff, see my post above) and just use C output by  `edit->preferences->various->use_atomic_file_saving`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1437#issuecomment-309360482
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170619/cc43b89b/attachment.html>


More information about the Github-comments mailing list