Skip to content

kfileitem: double check executable file mime

Méven Car requested to merge work/meven/bug-470454 into master

If a file has executable file, one would expect its mime type to inherit "application/x-executable".

Except executable can have any kind of extension like ".2" that may conflict with common extension.

Adds a an heuristic to double check for local files their mime type based on content when this occurs.

BUG: 470454

Merge request reports

Loading