https://bugs.kde.org/show_bug.cgi?id=427797
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/ |87b562063b9580c3996c8865436 |2ff78e97ccf2763f6f4933cc32a |8f924a59a061a |6c95d5642c87f --- Comment #24 from Nate Graham <n...@kde.org> --- Git commit 2ff78e97ccf2763f6f4933cc32a6c95d5642c87f by Nate Graham. Committed on 30/10/2020 at 04:52. Pushed by ngraham into branch 'Plasma/5.20'. [applets/icon] Handle non-Applications URLs again In the past, this applet naively passed the URL to KRun when clicked on or something was dragged on top of it. However during porting away from KRun, it was ported to KIO::ApplicationLauncherJob, which only handles applications, not other types of URLs. This commit fixes that by making it use KIO::OpenURLJob (which can handle applications as well as arbitrary URLs) when it's clicked on. We also short-circuit the application-specific logic when something is dragged on it and it's not an application, which allows the non-application logic to be reached. FIXED-IN: 5.20.3 (cherry picked from commit 87b562063b9580c3996c88654368f924a59a061a) M +12 -7 applets/icon/iconapplet.cpp https://invent.kde.org/plasma/plasma-workspace/commit/2ff78e97ccf2763f6f4933cc32a6c95d5642c87f -- You are receiving this mail because: You are watching all bug changes.