Bug 391924

Summary: KIO support
Product: [Applications] Falkon Reporter: Sergio <sergio.callegari>
Component: generalAssignee: David Rosca <nowrep>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 3.1.0
Sentry Crash Report:

Description Sergio 2018-03-16 11:42:20 UTC
Being Falkon under the KDE umbrella, I was expecting it to support kioslaves on KDE systems. However, I'm not successful with them on a Kubuntu 17.10 system that, by using the KDE personal package archives (PPA) is updated to the latest plasma, framework and Falkon edition.

Using

fish://user@host

or

info:dir

returns a duck duck go search screen.

Is something broken in my config or is this an issue with falkon?
Comment 1 David Rosca 2018-03-16 12:24:26 UTC
Ne, there is no KIO support.
Comment 2 Sergio 2018-03-16 12:33:43 UTC
Ok, good to know that it is not that I have a misconfigured system ;-)

Is it on the roadmap? Would it make sense to change this bug into an enhancement request or is it totally superfluous because it is either already on the radar or excluded?
Comment 3 David Rosca 2018-03-16 15:08:02 UTC
Git commit 933dadc6b2e80c6b3bc22c2bc7f63a7598f7afc3 by David Rosca.
Committed on 16/03/2018 at 15:06.
Pushed by drosca into branch 'master'.

KDESupport: Add basic support for KIO
FIXED-IN: 3.1.0

M  +4    -2    CMakeLists.txt
M  +2    -2    src/plugins/CMakeLists.txt
M  +2    -1    src/plugins/KDESupport/CMakeLists.txt
M  +24   -0    src/plugins/KDESupport/kdesupportplugin.cpp
M  +2    -1    src/plugins/KDESupport/kdesupportplugin.h
A  +63   -0    src/plugins/KDESupport/kioschemehandler.cpp     [License: GPL (v3+)]
C  +9    -20   src/plugins/KDESupport/kioschemehandler.h [from: src/plugins/KDESupport/kdesupportplugin.h - 057% similarity]
M  +1    -1    src/plugins/KDESupport/metadata.desktop

https://commits.kde.org/falkon/933dadc6b2e80c6b3bc22c2bc7f63a7598f7afc3
Comment 4 Sergio 2018-05-01 20:43:54 UTC
Tried! Works great! Thanks!!!