https://bugs.kde.org/show_bug.cgi?id=363717
Elvis Angelaccio <elvis.angelac...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/ark/ | |8b9cd300c354cc1a8b14d5cd1ae | |75c25ad424927 Resolution|--- |FIXED Version Fixed In| |16.04.2 Status|CONFIRMED |RESOLVED --- Comment #2 from Elvis Angelaccio <elvis.angelac...@kdemail.net> --- 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 -- You are receiving this mail because: You are watching all bug changes.