Cura/cura
Ghostkeeper 4fd0d34b1c
Remove extra resource path from Python file
This was recently added. However it appears that we have the same path multiple times in the resources, leading to the resources being found twice. This would normally get removed by virtue of being a set, but not this time since it's a different way of writing the same path.
For the themes, it finds the following paths (in my unpacked directory): {'/home/trin/tempy/cura5/UM/../share/uranium/resources/themes', '/home/trin/tempy/cura5/cura/../share/cura/resources/themes', '/home/trin/tempy/cura5/share/cura/resources/themes', '/home/trin/.local/share/cura/5.0/themes', '/home/trin/tempy/cura5/share/uranium/resources/themes'} For both Cura and Uranium, this points to /home/trin/tempy/cura5/curanium/resources/themes twice. So let's remove this one.

Contributes to issue CURA-9147.
2022-05-10 18:10:32 +02:00
..
API Return account widget to it's former glory 2022-03-31 14:19:41 +02:00
Arranging Remove old arranger code 2022-03-24 13:37:29 +01:00
Backups Don't restore files ignored with current backup policy. 2021-11-30 17:34:49 +01:00
Machines Merge pull request #12114 from Ultimaker/CURA-9141_translate_5.0 2022-05-06 13:50:30 +02:00
OAuth2 Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
Operations
PrinterOutput Always return int's. 2022-04-26 16:54:46 +02:00
ReaderWriters
Scene Merge branch 'master' into qt6_beyond_the_splash 2022-04-08 10:26:12 +02:00
Settings Merge remote-tracking branch 'origin/gracefully_fail_cloud_printer' into 5.0 2022-05-09 10:54:07 +02:00
Stages Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
TaskManagement
UI Use minus sign for extra version info 2022-04-14 10:01:37 +02:00
UltimakerCloud Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
Utils Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
__init__.py
ApplicationMetadata.py Upgrade SDK version to 8.0.0 for Cura 5.0 2022-04-20 10:57:38 +02:00
AutoSave.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
BuildVolume.py Merge branch 'master' into CURA-8640_PyQt6 2022-03-24 11:53:44 +01:00
CameraAnimation.py Qt5->Qt6: More renamed stuff. 2021-12-29 11:18:49 +01:00
CrashHandler.py Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
CuraActions.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
CuraApplication.py Remove extra resource path from Python file 2022-05-10 18:10:32 +02:00
CuraPackageManager.py Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
CuraVersion.py.in
CuraView.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
Layer.py Revert "Merge branch 'bremco-graphics_buffer_update'" 2021-12-08 12:02:49 +01:00
LayerData.py
LayerDataBuilder.py Revert "Merge branch 'bremco-graphics_buffer_update'" 2021-12-08 12:02:49 +01:00
LayerDataDecorator.py
LayerPolygon.py Revert "Merge branch 'bremco-graphics_buffer_update'" 2021-12-08 12:02:49 +01:00
MachineAction.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
MultiplyObjectsJob.py
OneAtATimeIterator.py
PickingPass.py Fix picking pixel on integer indices 2021-11-18 11:36:20 +01:00
PlatformPhysics.py Merge branch 'master' into PyQt6_upgrade 2022-02-21 11:52:28 +01:00
PreviewPass.py
PrintJobPreviewImageProvider.py Qt5->Qt6: More renamed stuff. 2021-12-29 11:18:49 +01:00
SingleInstance.py Use right enums for single instance 2022-04-22 09:36:46 +02:00
Snapshot.py Fix thumbnail creation 2022-04-13 16:53:11 +02:00
XRayPass.py