https://bugs.kde.org/show_bug.cgi?id=522470
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kio/-/commit/91289e1 |eworks/kio/-/commit/e687138 |6dfb161ee7b1001a1f31ef17649 |f41010f69596442d6a2958855e3 |472d26 |07c8db --- Comment #2 from Nate Graham <[email protected]> --- Git commit e687138f41010f69596442d6a2958855e307c8db by Nate Graham. Committed on 19/08/2026 at 13:09. Pushed by ngraham into branch 'master'. Don't show percent-encoded strings for items of desktop:/ IO worker desktop:/ is our creation, not a standard thing, so these items don't have a valid URL scheme from the perspective of QUrl::toDisplayString. Thus it goes into a fallback path internally and returns something ugly. To prevent that, the code here already handles it for trash:/ URLs; let's extend the same thing to desktop:/ URLs. FIXED-IN: 6.30 M +1 -1 src/widgets/widgetsaskuseractionhandler.cpp https://invent.kde.org/frameworks/kio/-/commit/e687138f41010f69596442d6a2958855e307c8db -- You are receiving this mail because: You are watching all bug changes.
