| Summary: | Falkon fails to open urls with info: kio protocol from address line and opens them in firefox from command line | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Sergio <sergio.callegari> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | sergio.callegari |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Sergio
2019-01-24 21:23:01 UTC
I think that the KDE framework integration plugin is now called FrameworkIntegrationPlugin.so You need to enable KDE Frameworks Integration plugin in preferences. - Where is that entry supposed to be? I was expecting to find it in preferences->Extensions, but there is no such entry... - KDE integration used to work and I have not touched any preference. It has stopped working by itself. Only notable change on my side was upgrading from ubuntu bionic (18.04LTS) to cosmic (18.10). Can there be some difference in cosmic requiring some packaging update in falkon? Furthermore, if KDE integration is OFF, i.e. if falkon is not expected to understand the KIO protocols, I think that it is a bit confusing that `falkon info:sed` ends up opening a (broken - links obviously not working) sed info page in firefox. IMHO the behavior in absence of KDE integration should be consistent with that obtained by putting info:sed in the address bar (either trying to search info:sed through the default search engine or - would be preferrable - an indication that the info: protocol is not supproted in urls). There were new dependencies for the plugin (KF5::Purpose), so that may be the reason you don't have it. And it's expected to don't understand KIO protocols without this plugin, so it opens unknown URLs externally with xdg-open. |