SUMMARY STEPS TO REPRODUCE 1. Go in Desktop (Actual desktop not Desktop folder) 2. Right click -> Create New -> Folder... 3. Write a name for folder that starts with ":" (colon) OBSERVED RESULT Folder created in $HOME EXPECTED RESULT folder should be in ~/Desktop SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Also happens in Dolphin when doing the same in desktop:/, looks like a bug in the desktop slave, not Folder View.
Some finds: It doesn't created it in your home folder, it gets created in the CWD. It's not unique to desktop:// if you make a folder in file:///home/david/foo called :something it still goes into another folder
It goes in this path if (QDir::isAbsolutePath(name)) { url = QUrl::fromLocalFile(name); which exists if you click mkdir and then type (for some reason) "/home/david/fullpath/fullpath' input ":foo" ends up with the final url ends up being "file::foo"