Alexander
Alexander
The same thing happens for me. I'm using arch linux with AppImage
That seems to be problem with opening "open" dialog. I successfully opened file from `Open Recent` menu.
``` PyInstaller/loader/pyimod03_importers.py:495: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses Cyclic dependency detected between...
Corresponding action ( I guess) from Actions.qml ``` Action { id: openAction property var fileProviderModel: CuraApplication.getFileProviderModel() text: catalog.i18nc("@action:inmenu menubar:file","&Open File(s)...") icon.name: "document-open" // Unassign the shortcut when there are more...
Save project file dialog won't open as well.
Is there any workaroud for that issue? I would like to use cura 5 but for now I can't
What about saving resulting g-code? None of the system dialogs of this kind work. > You can drag a file onto cura to open it
Here is the error from corresponding cura.log file ``` 2022-06-06 23:19:03,545 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///home/akshi/appimage/squashfs-root/share/cura/resources/qml/Cura.qml:629:5: QML FileDialog: Failed to load non-native FileDialog implementation: qrc:/qt-project.org/imports/QtQuick/Dialogs/quickimpl/qml/FileDialog.qml:37 module "Qt.labs.folderlistmodel" is...
I've tried installing following packages `python-pyqt5 qt5-declarative qt5-quickcontrols` (to provide folderlist module) and the error from log is gone but open / save dialogs are still not working.
Sorry for bothering, but how can we get updated version? I can only see 5.0.0 available at the main page Sorry, I wrongly assumed that this bug is closed, however...