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 339913 - "create archive" option does not work on some filenames
"create archive" option does not work on some filenames
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.14.x
Other Linux
: Normal minor
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2006-04-27 12:02 UTC by Sebastien Bacher
Modified: 2006-07-27 12:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Patch I think fixes this (1.56 KB, patch)
2006-04-28 18:35 UTC, Vassilis Pandis
none Details | Review

Description Sebastien Bacher 2006-04-27 12:02:27 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/file-roller/+bug/41609

"Dapper. I have a folder called

Dawkins - 2 capitoli dal libro "L' arcobaleno della vita" - sulla superstizione astrologia ecc - in italiano

If I right-click it and choose "create archive", nothing happens."
Comment 1 Vassilis Pandis 2006-04-28 18:35:23 UTC
Created attachment 64485 [details] [review]
Patch I think fixes this

The problem seems to be in nautilus/nautilus-fileroller.c . The original code enclosed filenames in double quotes, which is not the correct way to do it. File-roller failed on anything containing double quotes. I fixed it to use g_shell_quote(), which is in glib and whose purpose is exactly this.
Comment 2 Paolo Bacchilega 2006-07-25 06:56:22 UTC
patch applied, thanks.
Comment 3 Vassilis Pandis 2006-07-27 12:55:31 UTC
It's me who should thank you for applying it :)