Summary: | OpenDocument and epub file can't be opened | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Luigi Toscano <luigi.toscano> |
Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | elvis.angelaccio, rakuco, rthomsen6 |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 16.04.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ark/8b9cd300c354cc1a8b14d5cd1ae75c25ad424927 | Version Fixed In: | 16.04.2 |
Sentry Crash Report: |
Description
Luigi Toscano
2016-05-30 20:45:24 UTC
Up for review: https://phabricator.kde.org/D1725 Git commit 8b9cd300c354cc1a8b14d5cd1ae75c25ad424927 by Elvis Angelaccio. Committed on 05/06/2016 at 18:15. Pushed by elvisangelaccio into branch 'Applications/16.04'. Fix opening of files whose mimetype inherits from a supported mimetype Before 16.04 Ark used to be able to open files whose mimetype is not directly registered with Ark, but inherits from a mimetype that is supported by Ark. Examples are .odt and .epub files that both inherits from application/zip. Since we don't use anymore KMimeTypeTrader (since 16.04), we need to manually do this check while loading our plugins. FIXED-IN: 16.04.2 Differential Revision: D1725 M +6 -0 autotests/kerfuffle/archivetest.cpp A +- -- autotests/kerfuffle/data/test.odt M +19 -2 kerfuffle/archive_kerfuffle.cpp http://commits.kde.org/ark/8b9cd300c354cc1a8b14d5cd1ae75c25ad424927 Git commit 6f768813da573aef6d99a98cdf713dc8188f3e23 by Elvis Angelaccio. Committed on 05/06/2016 at 18:57. Pushed by elvisangelaccio into branch 'master'. Merge branch 'Applications/16.04' This adapts the patch in D1725 to our new PluginManager class. M +6 -0 autotests/kerfuffle/archivetest.cpp A +10 -2 kerfuffle/pluginmanager.cpp [License: BSD] A +2 -2 kerfuffle/pluginmanager.h [License: BSD] http://commits.kde.org/ark/6f768813da573aef6d99a98cdf713dc8188f3e23 |