https://bugs.kde.org/show_bug.cgi?id=522470
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/91289e1 | |6dfb161ee7b1001a1f31ef17649 | |472d26 Version| |6.30 Fixed/Implemented| | In| | Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #1 from Nate Graham <[email protected]> --- Git commit 91289e16dfb161ee7b1001a1f31ef17649472d26 by Nate Graham. Committed on 18/08/2026 at 18:08. Pushed by ngraham into branch 'prettier-deletions-for-desktop-items'. 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/91289e16dfb161ee7b1001a1f31ef17649472d26 -- You are receiving this mail because: You are watching all bug changes.
