Debian Patches
Status for cura/5.0.0-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1000-exclude-fonts.patch | Fonts should be packaged separately. This patch excludes the installation of Open Sans, so a system version is picked up instead. A dependency on fonts-open-sans was added to debian/control. =================================================================== |
Gregor Riepl <onitake@gmail.com> | not-needed | 2024-04-28 | ||
1010-desktop-menu-location.patch | Adjust menu location of program Add more categories to the desktop file to adjust where Cura show up in the GUI menu. |
Petter Reinholdtsen <pere@hungry.com> | not-needed | 2024-04-28 | ||
2001-no-default-telemetry.patch | no-default-telemetry =================================================================== |
Debian 3-D Printing Packages | not-needed | upstream | 2024-04-28 | |
1011-disable-code-style-test.patch | disable-code-style-test =================================================================== |
Debian 3-D Printing Packages | not-needed | upstream | 2024-04-28 | |
0005-delete-TestDefinitionContainer-test-it-has-too-many-.patch | delete TestDefinitionContainer test, it has too many failures | Sebastian Kuzminsky <sebastiankuzminsky@desktopmetal.com> | no | 2022-05-24 | ||
0006-delete-quality-profile-that-fails-test.patch | delete quality profile that fails test | Sebastian Kuzminsky <sebastiankuzminsky@desktopmetal.com> | no | 2022-05-24 | ||
0007-delete-test_setUnknownActiveMachine-which-fails.patch | delete test_setUnknownActiveMachine which fails | Sebastian Kuzminsky <sebastiankuzminsky@desktopmetal.com> | no | 2022-05-24 | ||
0008-delete-test_compute2DConvexHullMeshData-which-fails.patch | delete test_compute2DConvexHullMeshData which fails | Sebastian Kuzminsky <sebastiankuzminsky@desktopmetal.com> | no | 2022-05-24 | ||
0009-delete-test_compute2DConvexHullMeshDataGrouped-which.patch | delete test_compute2DConvexHullMeshDataGrouped which fails | Sebastian Kuzminsky <sebastiankuzminsky@desktopmetal.com> | no | 2022-05-24 | ||
0010-install-cura_app.py-as-cura.patch | install cura_app.py as cura | Sebastian Kuzminsky <sebastiankuzminsky@desktopmetal.com> | not-needed | 2024-04-28 | ||
0011-Fix-asserts-for-called-once-in-Python-3-12.patch | commit 5c8341ac6ad25ee8ffdf57d685565faf46c7319e Fix asserts for called once in Python 3.12 E AttributeError: 'called_with' is not a valid assertion. Use a spec for the mock if 'called_with' is meant to be an attribute. FAILED tests/TestOAuth2.py::test_refreshAccessTokenSuccess - AttributeError: ... FAILED tests/TestOAuth2.py::test_refreshAccessTokenFailed - AttributeError: '... FAILED tests/API/TestAccount.py::test_errorLoginState - AttributeError: 'call... FAILED tests/Settings/TestCuraStackBuilder.py::test_createMachineWithUnknownDefinition |
Miro HronĨok <miro@hroncok.cz> | no | 2023-07-11 | ||
0001-Avoid-KeyError-material_name-crash-in-Fedora.patch | [PATCH] Avoid "KeyError: material_name" crash in Fedora Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/UM/Qt/ListModel.py", line 54, in data return self._items[index.row()][self._role_names[role].decode("utf-8")] ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: 'material_name' Downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=2252195 For reasons unknown, this crash does not happen with the AppImage. Nevertheless, in 2baada8a70b15dd87948a25855e17d15b0ece58c material_name was added as a role, not material_label. Reaming the field in the sentinel extruder makes the crash go away. |
=?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz> | no | 2023-12-14 |