I\'m using this bit of code to open a file dialog and return the selected file names (PyQt5, Ubuntu)
QtWidgets.QFileDialog
@musicamante, thank you for your help. The answer lays with DontUseNativeDialog if I'm running my code with PyCharm. Running it outside PyCharm, that flag isn't required.