Summary: | zip file ended with .rar opened as empty | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Pau Capdevila <pau.capdevila> |
Component: | general | Assignee: | Harald Hvaal <metellius> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rakuco |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pau Capdevila
2005-11-29 00:14:19 UTC
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 |