https://bugs.kde.org/show_bug.cgi?id=415019
Bug ID: 415019 Summary: Creating a dialog with QFileDialog::setSupportedSchemes({QStringLiteral("file ")}); hides all ioslaves, even those that return `file://<something>` string Product: frameworks-kio Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Places Assignee: fa...@kde.org Reporter: n...@kde.org CC: kdelibs-b...@kde.org Target Milestone: --- Run `kdialog --getsavefilename`. Observe that the Places panel omits all ioslaves. However many ioslaves will return a `file://<something>` string, and those should show up in the dialog. Creating a file dialog with QFileDialog::setSupportedSchemes({QStringLiteral("file")}); should onlly hide the ioslaves that do not return a `file://<something>` string Relevant kdialog source code: https://cgit.kde.org/kdialog.git/tree/src/kdialog.cpp#n853 -- You are receiving this mail because: You are watching all bug changes.