Version: (using KDE 3.5.9) Installed from: Ubuntu Packages OS: Linux For example: in KDE's file associations I must change .mkv, .MKV, .Mkv ... for open MKV files with Kaffeine. I Think that KDE must ignore capital and small letters in MIME types or put an option to select this.
Fixed in KDE-4.0 and later. From kmimetypetest.cpp: QTest::newRow("text") << "textfile.txt" << "text/plain"; QTest::newRow("case-insensitive search") << "textfile.TxT" << "text/plain";