https://bugs.kde.org/show_bug.cgi?id=453822
Méven <me...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me...@kde.org Resolution|--- |FIXED Status|REPORTED |RESOLVED Version Fixed In| |https://invent.kde.org/netw | |ork/konqueror/-/merge_reque | |sts/122/diffs?commit_id=182 | |9caf7ef0ff6ff38ce81a0c8b95d | |9a6946ca1f --- Comment #4 from Méven <me...@kde.org> --- The root cause is in https://invent.kde.org/network/konqueror/-/blob/master/kfmclient_html.desktop sets up konqueror as default web browser (if no other is installed) as it associates with meta mime type `x-scheme-handler/http` and `x-scheme-handler/https` and the category `WebBrowser`. It is why it is shown in the favorites. And a webbrowser app is expected to be opened without any argument. The fix in https://invent.kde.org/network/konqueror/-/merge_requests/122 fixed the issue, since now kfmclient support this use case just fine. -- You are receiving this mail because: You are watching all bug changes.