GNOME Bugzilla – Bug 543641
Use correct file:// URIs
Last modified: 2011-06-13 19:11:01 UTC
Attached patch from the opensuse package makes sure gnome-screenshot uses a full URI for the screenshot file
Created attachment 114789 [details] [review] Patch to use absolute URIs
gnome-screenshot now uses GIO. is this still needed? I'd also use g_filename_to_uri() instead of simply prepending "file://" to it.
Using g_file_get_child() seems like the real solution here (at least, to me).
Reopening as I feel that the question in comment #2 has been answered in comment #3. Feel free to set to NEEDINFO again.
I don't believe this is an issue anymore.