Version: (using KDE 4.4.1) Installed from: Debian testing/unstable Packages This bug has been copied over from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug= and has been verified to still exist in KDE SC 4.4.1 ---- when opening an archive with png files aaa/file.png and bbb/file.png, if after previewing aaa/file.png, i preview bbb/file.png, then it shows me aaa/file.png also, previewing bbb/file.png first will show me bbb/file.png when previewing aaa/file.png it seems to be specific to image previewing. it also fails with .jpg but not with .txt. step to reproduce : mkdir a mkdir b import a/file.png # or whatever import b/file.png # you want zip test.zip a/file.png b/file.png ark test.zip click a/file.png : it shows a/file.png click b/file.png : it shows a/file.png instead of b/file.png
Created attachment 41720 [details] Example file which shows the problem
Corresponding Debian bug report is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533071
SVN commit 1124369 by rkcosta: Preserve paths when extracting for preview. This prevents files with same names but different paths in the archive from ending up being interpreted as the same by caches implemented by some KParts, for example. CCBUG: 231151 M +8 -5 part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1124369
SVN commit 1124370 by rkcosta: Backport r1124369. Preserve paths when extracting for preview. This prevents files with same names but different paths in the archive from ending up being interpreted as the same by caches implemented by some KParts, for example. BUG: 231151 M +8 -5 part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1124370