https://bugs.kde.org/show_bug.cgi?id=369611

--- Comment #2 from Nate Graham <pointedst...@zoho.com> ---
Digging into this, the problem is in KIO. In
kio/src/filewidgets/knameandurlinputdialog.cpp, the file picker is called with:

d->m_urlRequester->setMode(KFile::File | KFile::Directory);

The intention seems to have been to make it accept both file and directory
input, but the actual result appears to be to limit it to directory-only input.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to