Created attachment 193918 [details] Issue in Plasma STEPS TO REPRODUCE Press Shift+Del on a file called [Blabla Bla] [720p][H.264][AAC][EN].mp4 OBSERVED RESULT It fails to show [ and ] correctly, making the file name hard to read. EXPECTED RESULT It should show the name of the file properly. SOFTWARE/OS VERSIONS Operating System: CachyOS Linux KDE Plasma Version: 6.7.2 KDE Frameworks Version: 6.27.0 Qt Version: 6.11.1 Kernel Version: 7.1.2-2-cachyos (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz Memory: 9 GB of RAM (8.1 GB usable) Graphics Processor 1: Intel® Iris® Xe Graphics Graphics Processor 2: NVIDIA GeForce GTX 1650 Manufacturer: LENOVO Product Name: 82MG System Version: IdeaPad Gaming 3 15IHU6 ADDITIONAL INFORMATION Same issue as Bug 521748
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
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