kfileitem: double check executable file mime
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.