Fix application preference ordering for mimetypes with multiple inheritance.
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
Loading