From kde-bugs-dist Sun Apr 30 22:50:27 2017 From: Andrea Scarpino Date: Sun, 30 Apr 2017 22:50:27 +0000 To: kde-bugs-dist Subject: [frameworks-kio] [Bug 364662] Opening URLs is very slow or aborted completely Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=149359264605466 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.=