https://bugs.kde.org/show_bug.cgi?id=435675
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |general Product|frameworks-kio |konsole Version|unspecified |21.03.90 Assignee|kio-bugs-n...@kde.org |konsole-de...@kde.org CC| |tcanabr...@kde.org --- Comment #2 from Nate Graham <n...@kde.org> --- I did some investigation and found the bug is actually in Konsole, somewhere in FileFilterHotSpot::activate(). Determining which app to open the URL with is done in Konsole itself; by the time we get to KIO, we already have an app to launch, and in this circumstance, it's the text editor rather than the web browser. FileFilterHotSpot::activate() does a bunch of fancy processing to figure out which app to open, and it's going wrong somewhere in there. -- You are receiving this mail because: You are watching all bug changes.