https://bugs.kde.org/show_bug.cgi?id=503370
--- Comment #10 from HubMiner <[email protected]> --- I tested the explorer command: it looks like Windows treats PLUS and EQUALS as semi-special chars and it expects such Paths to be double quoted. Please consider patching the way DK opens the Explorer window. TEST SETUP: Using git-bash mkdir -p 'F:\syncthing\mars+venus\apps\pinginfoview' cd 'F:\syncthing\mars+venus\apps\pinginfoview' mkdir +test =test cd +test touch +file.txt '= file plus space.txt' =file.txt 'file with a space.txt' file.txt cd .. cd =test touch +file.txt '= file plus space.txt' =file.txt 'file with a space.txt' file.txt cd .. find . | grep test TEST STEPS explorer.exe /select, F:\syncthing\mars+venus\apps\pinginfoview\=test\NON-EXISTING-FILE.txt - BAD: opens Desktop. Observation for following tests: whenever Desktop is opened - the target file did not exist. explorer.exe /select, F:\syncthing\mars+venus\apps\pinginfoview\=test\file.txt - BAD: opens pinginfoview (parent of a parent) explorer.exe /select, "F:\syncthing\mars+venus\apps\pinginfoview\=test\file.txt" - GOOD explorer.exe /select, F:\syncthing\mars+venus\apps\pinginfoview\+test\file.txt - BAD: opens Documents explorer.exe /select, "F:\syncthing\mars+venus\apps\pinginfoview\+test\file.txt" - GOOD explorer.exe /select, "F:\syncthing\mars+venus\apps\pinginfoview\+test\= file plus space.txt" - GOOD -- You are receiving this mail because: You are watching all bug changes.
