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?
Ne, there is no KIO support.
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?
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
Tried! Works great! Thanks!!!