Bug 147922 - files with special shell characters in a zip file, that is in a zip file is not unzippable
Summary: files with special shell characters in a zip file, that is in a zip file is n...
Status: RESOLVED DUPLICATE of bug 110121
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-16 15:45 UTC by Sebastian Reitenbach
Modified: 2009-04-05 04:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***