https://bugs.kde.org/show_bug.cgi?id=3D364662 --- Comment #5 from Andrea Scarpino --- I'm trying to fix this, but I need some help. I found out that since redirectionHandlingEnabled is enabled by default, th= is statement in transferjob.cpp at https://cgit.kde.org/kio.git/tree/src/core/transferjob.cpp#n114 handles the redirection. I tried to disable the redirection in krun.cpp at https://cgit.kde.org/kio.git/tree/src/widgets/krun.cpp#n1147, but I broke it because kde-open5 "never ends", but instead waits for something. I suspect foundMimeType() should be call (which is triggered when mimetype signal is emitted at https://cgit.kde.org/kio.git/tree/src/widgets/krun.cpp#n1151, but with redirectionHandlingEnabled=3Dfalse this switch case at https://cgit.kde.org/kio.git/tree/src/core/slaveinterface.cpp#n250 is never triggered and then mimetype signal isn't emit. --=20 You are receiving this mail because: You are watching all bug changes.=