Version: unspecified (using KDE 4.5.4) OS: Linux I'm experiencing a unpleased problem , if a previewed file is a link , it could not previewed. Ark should check the soft link of that file , and extract it together ( could ask user , but shouldn't be necessary ). I.e , i got a directory structure like this : root/doc/README root/doc/app.1 root/README -> link to README previewing README directly won't success , and user has no idea what kind of file it is before extracting everything. Read that link if it's not an absolute path , and there should be some sanity checks , it's all yours , i'm just putting ideas. Latest KDE 4.5.4 compiled on Gentoo , no such functions provided yet i guess ;-) Reproducible: Always
What archive formats did you test?
Created attachment 54444 [details] Test archive %> mkdir -p testdir/doc %> echo "Bonjour a Tous" > testdir/doc/aaron.1 %> ln -s testdir/doc/aaron.1 testdir/aaron.1 %> tar cjpvf test.tar.bz2 testdir && ark test.tar.bz2
Previewing directly aaron.1 would fail but doc/aaron.1.
*** Bug 261977 has been marked as a duplicate of this bug. ***