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 613298 - Creating archive with weird characters produces URL-like encoding in default
Creating archive with weird characters produces URL-like encoding in default
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-19 06:28 UTC by agc-tester
Modified: 2010-04-27 07:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file-roller (19.72 KB, image/png)
2010-03-19 06:28 UTC, agc-tester
  Details
Patch for file-roller fr-command-tar.c, fr-window.c (2.16 KB, patch)
2010-03-24 09:40 UTC, Takao Fujiwara
none Details | Review

Description agc-tester 2010-03-19 06:28:46 UTC
Created attachment 156533 [details]
file-roller

Environment: Ubuntu 9.10 + Gnome 2.28.1
Locales:     ALL

Steps:
1.Login to gnome,run file-roller.
2.Drag a file which name including spaces or localized characters to file-roller.
3.In the confirmation dialog,click "Create Archive". 

Result:
In the "Save" dialog,The default new file will have URL-like encoded name.

Expect Result:
The new archive file name should be equal to the dragged file name,or at least should not contain symbols like "%%".
Comment 1 Takao Fujiwara 2010-03-24 09:40:07 UTC
Created attachment 156955 [details] [review]
Patch for file-roller fr-command-tar.c, fr-window.c

I attached the candidate patch.

The patch can be applied:
% git am foo.diff
Comment 2 Paolo Bacchilega 2010-03-24 11:25:37 UTC
thanks for the patch, waiting hard code freeze period end to apply it.
Comment 3 Brian Cameron 2010-04-26 21:34:08 UTC
Can this patch make it into 2.30.1?
Comment 4 Paolo Bacchilega 2010-04-27 07:02:02 UTC
too late for 2.30.1, I've released 2.30.1.1 with this patch included.