Bug 147922

Summary: files with special shell characters in a zip file, that is in a zip file is not unzippable
Product: [Applications] ark Reporter: Sebastian Reitenbach <itlistuser>
Component: generalAssignee: Harald Hvaal <metellius>
Status: RESOLVED DUPLICATE    
Severity: normal CC: rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sebastian Reitenbach 2007-07-16 15:45:56 UTC
Version:           2.6.4 (using KDE KDE 3.5.7)
Installed from:    SuSE RPMs
OS:                Linux

use the following commands to create a zip file, that contains a zip file, that contains a file containing special characters:

mkdir TEST
cat /etc/hosts > TEST/test\[1\].txt
zip TEST.zip TEST/*
cp TEST.zip TEST
zip TEST.zip TEST/*

when you then open the zip file with ark, and open the inner zip file too, and then click on the test1[1].txt file, then ark comes up with the following error message:

Archive: /tmp/kde-user/konquerormlWESb.zip
caution: filename not matched: TEST/testhost[1].txt
Comment 1 Raphael Kubo da Costa 2009-04-05 04:47:55 UTC

*** This bug has been marked as a duplicate of bug 110121 ***