[plasmashell] [Bug 412621] Creating a folder in desktop which starts with ":" will create it in home instead of desktop
David Edmundson
bugzilla_noreply at kde.org
Fri Oct 11 02:30:36 BST 2019
https://bugs.kde.org/show_bug.cgi?id=412621
--- Comment #3 from David Edmundson <kde at davidedmundson.co.uk> ---
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"
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list