After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 543641 - Use correct file:// URIs
Use correct file:// URIs
Status: RESOLVED OBSOLETE
Product: gnome-utils
Classification: Deprecated
Component: screenshot
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-18 18:47 UTC by Rodrigo Moya
Modified: 2011-06-13 19:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to use absolute URIs (543 bytes, patch)
2008-07-18 18:48 UTC, Rodrigo Moya
reviewed Details | Review

Description Rodrigo Moya 2008-07-18 18:47:13 UTC
Attached patch from the opensuse package makes sure gnome-screenshot uses a full URI for the screenshot file
Comment 1 Rodrigo Moya 2008-07-18 18:48:55 UTC
Created attachment 114789 [details] [review]
Patch to use absolute URIs
Comment 2 Emmanuele Bassi (:ebassi) 2008-08-10 19:25:54 UTC
gnome-screenshot now uses GIO. is this still needed?

I'd also use g_filename_to_uri() instead of simply prepending "file://" to it.
Comment 3 Vincent Untz 2008-11-03 00:26:15 UTC
Using g_file_get_child() seems like the real solution here (at least, to me).
Comment 4 Tobias Mueller 2009-06-04 18:05:44 UTC
Reopening as I feel that the question in comment #2 has been answered in comment #3. Feel free to set to NEEDINFO again.
Comment 5 Cosimo Cecchi 2011-06-13 19:11:01 UTC
I don't believe this is an issue anymore.