https://bugs.kde.org/show_bug.cgi?id=432717
--- Comment #8 from David Palacio <c...@palacio.io> --- Can I ask why is the file content is being checked? If the user says it is a DSON file, it is. The user says it is by means of the entry in the user mime type database. Why is the accuracy of the type subclass important? Wine has no means to get to know this information. This omission doesn't make it incorrect, it simply is missing its ideal place in the text/plain type tree. The shared mime type info spec recommends to first look for types by glob matching and if the result isn't ambiguous, take it. If the mime type definition for the file exists and it is found, in what moment does Baloo decide to check the file content anyway? This is an expensive operation, it should be avoided as much as necessary. If it isn't, it might be a source of considerable disk reading. -- You are receiving this mail because: You are watching all bug changes.