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 657248 - %20 in name
%20 in name
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: screenshot
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-24 14:05 UTC by William Jon McCann
Modified: 2011-08-25 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't save uri-escaped filenames (1.60 KB, patch)
2011-08-25 01:16 UTC, Matthias Clasen
accepted-commit_now Details | Review
Don't save uri-escaped filenames (1.60 KB, patch)
2011-08-25 13:28 UTC, Matthias Clasen
committed Details | Review

Description William Jon McCann 2011-08-24 14:05:36 UTC
Screenshots are now being saved as:
Screenshot%20at%202011-08-23%2009%3A44%3A40.png

Ew.
Comment 1 Matthias Clasen 2011-08-25 01:16:50 UTC
Created attachment 194662 [details] [review]
Don't save uri-escaped filenames

We only want to uri-escape the filename when we are asked
for an uri, not when we are asked for the filename.
Comment 2 Cosimo Cecchi 2011-08-25 02:33:09 UTC
Review of attachment 194662 [details] [review]:

Thanks, looks good.
Comment 3 Matthias Clasen 2011-08-25 13:28:05 UTC
The following fix has been pushed:
817bd0a Don't save uri-escaped filenames
Comment 4 Matthias Clasen 2011-08-25 13:28:07 UTC
Created attachment 194700 [details] [review]
Don't save uri-escaped filenames

We only want to uri-escape the filename when we are asked
for an uri, not when we are asked for the filename.