[Github-comments] [geany/geany] "Save" of existing file in a mountpoint of archivemount is lost, "Save As" works for new files only. (#1774)

db-inf notifications at xxxxx
Sun Feb 18 20:14:55 UTC 2018


I found more about this. The temporary file written with the methods 'use_atomic_file_saving' and 'use_gio_unsafe_file_saving' is named like this : `/tmp/archivemount_.goutputstream-0HQLEZ_EWe3lj`  and it stops there.

When I do a move on the command line `mv /tmp/archivemount_.goutputstream-0HQLEZ_EWe3lj /mnt/existingfile.txt` it is renamed to something like `/tmp/archivemount_existingfile.txt_L801KG` and the changed content is accessible from the mountpoint.

When it is written with the method programmed in geany itself, it is immediataly named like this: `/tmp/archivemount_existingfile.txt_SFb30S` and the changed content is immediately accessible from the mountpoint, without needing my intervention to move explicitely

Of course the `/tmp/archivemount_.goutputstream-...` gives me no indication of what name it should be, if there are many of these files, and the command-line move procedure is therefor not practical.

-- 
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/1774#issuecomment-366543980
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180218/73db864c/attachment-0001.html>


More information about the Github-comments mailing list