10 Commits

Author SHA1 Message Date
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