blue-systems / plasma-5.5

Plasma 5.2 - 5.5
0 stars 0 forks source link

folderview: right-click: "create new folder" only works once, after that a second folder is not added nor name suggested (compare adding 2x "new text-file") #36

Closed star-buck closed 9 years ago

eikehein commented 9 years ago

Works perfectly fine here: https://www.eikehein.com/newfolder.webm

star-buck commented 9 years ago

thats not what i tried to describe: simply create "new folder" twice without entering any name and leaving whatever is suggested default

eikehein commented 9 years ago

Ah, sorry!

I just looked into this, and it's because KNewFileMenu::createDirectory() in KIO only works with local file paths, not with virtual KIO URLs like desktop:/, and Folder defaults to desktop:/.

If you edit the address bar in Dolphin to desktop:/ and try there you will get the same behavior in Dolphin.

This needs to be fixed in KIO and can then be shipped in the next KF5 release.

eikehein commented 9 years ago

Fixed in KIO f9a85e.

star-buck commented 9 years ago

let me do at least one Q&A, then close, otherwise i too forget

eikehein commented 9 years ago

Sorry :)

star-buck commented 9 years ago

works.