https://bugs.kde.org/show_bug.cgi?id=494727
--- Comment #4 from Menno <mlabak...@gmail.com> --- (In reply to Nate Graham from comment #1) > Can you also attach a screenshot that shows the ordering preferences for the > "vnd.ms-excel" entry shown in your first screenshot? > > Also, please run `file --mime-type <path to the Excel file, or drag it to > the terminal window>` in a terminal window, and paste the output here. Added screenshot. $ file --mime-type testxlsx.xlsx testxlsx.xlsx: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet $ file --mime-type testxls.xls testxls.xls: application/vnd.ms-excel $ kmimetypefinder testxls.xls Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. application/vnd.ms-excel $ kmimetypefinder testxlsx.xlsx Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. application/vnd.openxmlformats-officedocument.spreadsheetml.sheet By the way: in the mean time I must have fixed something, behaviour is now as expected. -- You are receiving this mail because: You are watching all bug changes.