https://bugs.kde.org/show_bug.cgi?id=425154
--- Comment #4 from David Faure <fa...@kde.org> --- Git commit d4c9cb9d0652c1ed7ba504335a50ea6bca7851e5 by David Faure. Committed on 17/08/2020 at 19:37. Pushed by dfaure into branch 'master'. 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. M +10 -1 autotests/kmimeassociationstest.cpp M +4 -10 src/sycoca/kbuildservicefactory.cpp M +1 -1 src/sycoca/kbuildservicefactory_p.h https://invent.kde.org/frameworks/kservice/commit/d4c9cb9d0652c1ed7ba504335a50ea6bca7851e5 -- You are receiving this mail because: You are watching all bug changes.