Version: 2.6.0 (using KDE 3.5 (RC1), Debian Package 4:3.5-rc1-1 (testing/unstable)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.14-1-k7 there are older filetype bugs marked as resolved but it still occurs sometimes. thanx
duplicated of bug 115503
On 19 Dec 2005 16:51:24 -0000, Pau Capdevila <pau.capdevila@gmail.com> wrote: > duplicated of bug 115503 Not really, seems pretty different for me. -- Henrique Pinto henrique.pinto@kdemail.net
Still valid on revision 770656. (Actually on that revision rar is not still supported, but you can open a .rar ending file using the *.* filter on the dialog, or by the command line). Ark should check the file type, not the extension... or not?
SVN commit 955134 by rkcosta: First try to determine the file mimetype by its content with KMimeType::findByFileContent, and only resort to findByPath when the file does not exist. BUG: 117243 M +15 -4 archive.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=955134
SVN commit 955612 by rkcosta: Backport 955134, 955460, 955461, 955473 and 955609. Try to determine the file type not only from the file name, but also from its content. CCBUG: 117243 M +23 -11 archive.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=955612