| Summary: | KIO support | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Sergio <sergio.callegari> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/falkon/933dadc6b2e80c6b3bc22c2bc7f63a7598f7afc3 | Version Fixed/Implemented In: | 3.1.0 |
| Sentry Crash Report: | |||
|
Description
Sergio
2018-03-16 11:42:20 UTC
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!!! |