blue-systems / plasma-5.1

0 stars 0 forks source link

Dolphin: right-click: "Create new folder" missing #4

Closed star-buck closed 10 years ago

eikehein commented 10 years ago

This is most likely either due to:

a) KNewFileMenu in KIO having been incorrectly ported to QStandardPaths and not finding the template files. (This would require a fix in KF5 then.)

b) The template files from kde-baseapps not being installed on the ISO, or installed in the wrong location. The general difficulty with this is that the templates are part of libkonq, which we're not releasing with Plasma 5 (but then we're not releasing Dolphin either, technically).

eikehein commented 10 years ago

It's 'a', I'm looking into a fix now.

eikehein commented 10 years ago

Fix submitted for review: https://git.reviewboard.kde.org/r/119130/

eikehein commented 10 years ago

Related note though, Harald + Rohan: You gotta make sure the template files from kde-baseapps/lib/konq/templates end up on the ISO somehow and don't get dropped with the kde-baseapps reshuffling right now.

eikehein commented 10 years ago

Fix pushed upstream (frameworks/kio), closing ticket.