https://bugs.kde.org/show_bug.cgi?id=364662

--- Comment #5 from Andrea Scarpino <scarp...@kde.org> ---
I'm trying to fix this, but I need some help.

I found out that since redirectionHandlingEnabled is enabled by default, this
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=false 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.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to