Diffusion KIO fdb10a52bfe8

Fixed interaction with DOS/Windows executables in KRun::runUrl

Authored by mdlubakowski on Sep 16 2019, 4:01 PM.

Description

Fixed interaction with DOS/Windows executables in KRun::runUrl

Summary:
Since D22510, executables are no longer checked by isExecutableFile, which excluded application/x-ms-dos-executable files on non-Windows platforms inside KRun::runUrl, which results in broken interaction.
This patch restores previous behaviour.

Reviewers: dfaure, Frameworks

Reviewed By: dfaure

Subscribers: kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D23989

Details