On Tue, 2 Nov 2010 18:11:01 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
To workaround bug(s) in GVFS, I've now changed the file saving implementation for systems with GIO in SVN trunk. See also:
http://lists.uvena.de/geany-devel/2010-November/003412.html
Please help test this. File permissions should be preserved after saving, and disk space exhaustion should now be handled without losing the previously saved file.
dd if=/dev/zero of=~/zero bs=4K ; File -> Save:
Displays a message "Error writing to file: No space left on device". The file becomes 0 bytes. Reports that the disk file is newer, and offers to reload it. :) The permissions are OK, even for the empty file.
geany 0.20 (built on Nov 4 2010 with GTK 2.20.1, GLib 2.24.2, GIO)
No special options required to activate the new saving or something?..