meven added inline comments. INLINE COMMENTS
> kdialog.cpp:865 > if (!saveUrls) { > - dlg.setSupportedSchemes({QStringLiteral("file")}); > + dlg.setSupportedSchemes(schemesthatReturnLocalFiles()); > } The trash recentlyused tags and desktop ioslaves can't be save filename' folder since they are not writable. So I believe this should be undone here. REPOSITORY R229 KDialog REVISION DETAIL https://phabricator.kde.org/D25856 To: ngraham, #frameworks, #dolphin Cc: meven