[3dprinter-general] Bug#1074239: Bug#1074239: cura: Cura fails to start

Gregor Riepl onitake at gmail.com
Tue Jul 2 16:45:15 BST 2024


I think I've tracked down the issue.

UM/Qt/qml/UM/SimpleButton.qml references a UI element called "ColorImage".
This class exists in Qt, but it's private and was probably changed/removed in Qt6.

However, there's also a ColorImage class in Uranium (Cura's UI toolkit), and I suspect they actually wanted to use that, but forgot to reference the correct type.

They actually fixed this upstream: https://github.com/Ultimaker/Uranium/commit/88fd460a63263d66173f1e0127b0f208577d7f4e

I'm going to add this patch to the Uranium package.



More information about the 3dprinter-general mailing list