https://bugs.kde.org/show_bug.cgi?id=385942
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |alexander.loh...@gmx.de Status|REPORTED |RESOLVED --- Comment #31 from Alexander Lohnau <alexander.loh...@gmx.de> --- A duplicate bug of this has been marked as fixed : https://phabricator.kde.org/D26941 >It should instead generate them percent-encoded, perhaps >QUrl url; >url.setScheme("applications"); >url.setPath(menuId); This is pretty much what you have done when porting away from KRun. https://invent.kde.org/plasma/plasma-workspace/-/commit/6e660cf92d7c3fb0e20527866691eaff9f8bc207 Also the regression caused by this has been fixed: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/61 And it now works as expected. -- You are receiving this mail because: You are watching all bug changes.