18 Commits

Author SHA1 Message Date
Bastien Nocera
0a68c861f0 Fix "Open in Cura" button on Thingiverse
Make the "Open in Cura" button on Thingiverse work by informing
the system that Cura is the application to handle URLs with the
cura scheme, and that it can handle URLs, not just local files.

This fixes this error message visible in Firefox' console when clicking
the button on the website:
Prevented navigation to “cura://open?file=https%3A%2F%2Fwww.thingiverse.com%2Fdownload%3A14134689” due to an unknown protocol.

See https://github.com/bambulab/BambuStudio/commit/62006bba30f39
2025-02-11 12:31:47 +01:00
Bastien Nocera
1c92704eda Add correct 3MF mime-type to .desktop launcher
See 26a3e2f8dc
2025-02-11 12:30:32 +01:00
HellAholic
bb0c17b2fd
Revert "qt6.6 scroll issues" 2024-01-10 15:41:20 +01:00
saumya.jain
2fbdb633e1 qt6.6 scroll issues
CURA-11468
2024-01-03 12:23:40 +01:00
Jelle Spijker
84116c8cc1
Simplified copy of resources
Contributes to CURA-10550
2023-04-28 16:09:40 +02:00
Jelle Spijker
fa51b1bcfc
Use system agnostic paths 2023-04-28 13:33:48 +02:00
Leandro Heck
e612341f7f Add back the original image. Something was complaining about it. 2023-03-24 14:41:53 -03:00
Leandro Heck
9f9e218ef4 Add extra icons and fix their paths 2023-03-24 14:31:03 -03:00
Jelle Spijker
da435f25f8
Change Shebang from Bourne to Bash
Should fix #14741
2023-03-22 07:27:36 +01:00
sree
b118a1b1b5 Use ARGV0 to invoke other binaries inside AppImage 2023-01-03 20:51:56 -05:00
jspijker
14eb9371f6 Update AppImage scripts using UltiMaker
Contributes to CURA-9808
2022-11-28 11:12:37 +01:00
Tim
6989aabff5 Fix startup on Zorin OS
First unset QT_STYLE_OVERRIDE then start Cura
2022-10-11 14:43:34 +02:00
c.lamboo
19d62da737 Possible fix for Cura crashing on Zorin OS 16
Appearently the `QT_STYLE_OVERRIDE` variable is set for some users, crashing Cura. Unset variable `QT_STYLE_OVERRIDE` as a precaution

https://github.com/Ultimaker/Cura/issues/12343
2022-07-11 00:05:15 +02:00
j.spijker@ultimaker.com
bee2b22edf uniform name on linux
Contributes to CURA-9365
2022-07-06 07:51:24 +02:00
j.spijker@ultimaker.com
5e8b137926 Moved AppImage result parallel to Ultimaker-Cura
Contributes to CURA-9365
2022-07-01 14:15:07 +02:00
j.spijker@ultimaker.com
8a3d94d2b9 Install and use the appimagetool
Can be set as an env variable in the script

Contributes to CURA-9365
2022-07-01 13:01:16 +02:00
Ghostkeeper
8b8220c45d
Fix path to icon file
The script got moved. It looks in the directory relative to __file__ for the icon and other files. Those other files also got moved, but the icons were placed in a centrally stored location. So the path needs to be updated to the new relative path.

Contributes to issue CURA-9409.
2022-07-01 12:03:24 +02:00
j.spijker@ultimaker.com
9801402638 Moved AppImage files to dedicated folder
Contributes to CURA-9365
2022-07-01 05:37:08 +02:00