Skip to content

Fix application preference ordering for mimetypes with multiple inheritance.

David Faure requested to merge work/dfaure/fix-multiple-inheritance into master

Associating an app with application/octet-stream would make it preferred over the app for text/plain (e.g. kate) for text/x-python files. That's wrong, since text/x-python inherits application/x-executable and text/plain, so the kate association is more direct.

CCBUG: 425154

@apol @aacid

Merge request reports