GNOME Bugzilla – Bug 708854
Allow opening files within ZIP archive when the filename starts with '@'
Last modified: 2013-09-27 17:14:13 UTC
File-roller is unable to open files within a ZIP archive if the file within has a filename starting with "@". E.g. $> echo hello > @text.txt $> zip text.zip @text.txt $> file-roller text.zip Then double-clicking on the @text.txt file to open it will cause a "unable to open file" error or the like. This is because 7zip uses '@' to specify a 'filelist' (used e.g. when more than 10 files selected to open/extract; ref to propListFromFile); so the command cannot pass the filename as it is used to do. Patch following.
Created attachment 255854 [details] [review] Patch.
Pushed to master, thanks.