GNOME Bugzilla – Bug 339913
"create archive" option does not work on some filenames
Last modified: 2006-07-27 12:55:31 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."
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.
patch applied, thanks.
It's me who should thank you for applying it :)