https://bugs.kde.org/show_bug.cgi?id=457522
--- Comment #13 from tagwer...@innerjoin.org --- (In reply to Natalie Clarius from comment #11) > ... matlab, IPython notebook files and the like ... At the risk of going down rabbit holes and on the assumption that others have a better understanding of what's happening: Matlab files: Ought to be recognised although "*.m" also matches "text/x-objcsrc" in the freedesktop.org mimetype list. kmimefiletype depends on "magic" For a file "test.m", baloo indexes content and baloosearch finds the file by name and content. Krunner lists it as text (Neon Testing) IPython Notebook files: kmimefiletype shows a "test.ipynb" file as "application/x-ipynb+json" Baloo does not index content and baloosearch only finds the file by name. Krunner does not list the file. -- You are receiving this mail because: You are watching all bug changes.