GNOME Bugzilla – Bug 525919
Files with "@" in their names won't be correctly opened by f-spot
Last modified: 2018-07-01 09:03:53 UTC
When syncing metadata, I noticed this warning: open uri = file://home/diego/personal/pics/2006/09/06/blah_uid_of_friend@/hotmail.com.png System.IO.FileNotFoundException: Could not find uri "file://home/diego/personal/pics/2006/09/06/blah_uid_of_friend@/hotmail.com.png". at Gnome.Vfs.VfsStream..ctor (System.String text_uri, FileMode mode, Boolean async) [0x00000] at Gnome.Vfs.VfsStream..ctor (System.String uri, FileMode mode) [0x00000] at (wrapper remoting-invoke-with-check) Gnome.Vfs.VfsStream:.ctor (string,System.IO.FileMode) at FSpot.ImageFile.Open () [0x00000] at FSpot.ImageFile.PixbufStream () [0x00000] at FSpot.ImageFile.Load (Int32 max_width, Int32 max_height) [0x00000] at PixbufLoader.ProcessRequest (.RequestItem request) [0x00000] at FSpot.ThumbnailGenerator.ProcessRequest (.RequestItem request) [0x00000] The problem is that @/ instead of plain @.
maybe friend of bug 483779. the uri is stored correctly, the exif info is updated, but when f-spot tries to open the uri the @ is escaped once more.
*** Bug 593376 has been marked as a duplicate of this bug. ***
f-spot is not under active development anymore, has not seen code changes for five years, and saw its last tarball release in the year 2010. Its codebase has been archived: https://gitlab.gnome.org/Archive/f-spot/commits/master Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.