[Github-comments] [geany] Towards gvfs-fuse independence (#963)

Jiří Techet notifications at xxxxx
Mon Mar 14 13:52:49 UTC 2016


> what does the file dialog show and what do we get for IRIs, a pretty UTF-8 version or the uglyfied punycode or percent encoded version?

Could you provide an example of such an URI pointing to some text file so I can try opening it in Geany?

> Does the save-actions plugin need adjusting too?

>From what I can see the backup saving code would have to be updated to work remotely.

> [Edit: 3. when the settings are not set to GIO does this mix GIO and non-GIO calls? (remembering that gave us problems with stat in the past) ]

Since I fixed this one I took care not to mix GIO/non-GIO for files which could be opened remotely. Now with local files like various Geany config files it shouldn't matter and these typically still use the non-GIO variants all the time. The exception will be the various g_file_test() calls I replaced in the first patch and which might use GIO on local files . There are quite many of them and I wanted to avoid evaluating every single case whether it needs GIO or not. But again, since they are local and since they have nothing to do with file updates there's no danger there would be some kind of race like there was in the mtime case.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/963#issuecomment-196318468
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160314/091e945e/attachment.html>


More information about the Github-comments mailing list