Bug#680418: Still an issue in GVFS version 1.24

Max Rockatanski bladeboy2000au at gmail.com
Fri Jun 17 05:27:33 UTC 2016


Trying to write a file less than 4kb with Leafpad to a SSH/SFTP or SMB
share mounted through GVFS (1.24.2 release) results in a 0 byte file, no
error message.

You can work around it by swapping lines 232 & 233 in Leafpad source file
file.c to close the file before resetting the text buffer modified flag:
fclose(fp);
gtk_text_buffer_set_modified(buffer, FALSE);

Is this still logically correct??
I suspect there is some issue between GVFS and gtk_text_buffer_set_modified.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20160617/36acfa4d/attachment.html>


More information about the pkg-gnome-maintainers mailing list