Hi folks, so recently I noticed that when accessing ftp or smb paths, the url string remains url encoded which is an issue with files that have square brackets for instance. STEPS TO REPRODUCE 1. Create a file with a character that would get encoded in a URL 2. Try deleting that file or moving it to a folder where it already exists 3. Dialog will display the encoded url OBSERVED RESULT The filepath string remains url encoded. EXPECTED RESULT The string should show as decoded as it would in a web browser for instance or any other file manager. SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Thanks for the bug report. Please provide the information requested in the template: SOFTWARE/OS VERSIONS (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: KDE Frameworks Version: Qt Version: Thanks.
(In reply to TraceyC from comment #1) > Thanks for the bug report. Please provide the information requested in the > template: > > SOFTWARE/OS VERSIONS > (available in the Info Center app, or by running `kinfo` in a terminal > window) > Linux/KDE Plasma: > KDE Plasma Version: > KDE Frameworks Version: > Qt Version: > > Thanks. For sure my bad: Archlinux: Linux kernel 6.16 KDE Plasma Version: 6.4.4 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1
Thanks for the info. I'm able to reproduce this on Dolphin built from git-master I didn't see it on 25.04.3 on Fedora 42 Both were using the same Samba share The bug doesn't happen with local files
Created attachment 184215 [details] Dialog showing the encoded filename
(In reply to TraceyC from comment #3) > Thanks for the info. > > I'm able to reproduce this on Dolphin built from git-master > I didn't see it on 25.04.3 on Fedora 42 > Both were using the same Samba share > > The bug doesn't happen with local files Yes does not occur with local files only but only with url-like strings.