Opensuse tumbleweed dependency script #702

Open
opened 2026-04-05 16:26:31 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @zuidec on 2/18/2026

Description

The official AppImage was crashing constantly on my openSUSE tumbleweed system which necessitated building from source. This is literally my first PR ever, so apologies if I've done it incorrectly.

  • Added dependency script for building on opensuse-tumbleweed in /scripts/linux.d
  • Modified build_linux.sh to target new script on opensuse-tumbleweed systems

Tests

Have successfully built on two of my personal systems, as well as a fresh install of tumbleweed.

Quirks

The -i option to build the appimage didn't work on either system I tested, due to an issue where the appimagetool hangs while downloading the runtime. I was able to manually download the runtime and build the appimage using the --runtime-file option.

*Originally created by @zuidec on 2/18/2026* # Description The official AppImage was crashing constantly on my openSUSE tumbleweed system which necessitated building from source. This is literally my first PR ever, so apologies if I've done it incorrectly. - Added dependency script for building on opensuse-tumbleweed in /scripts/linux.d - Modified build_linux.sh to target new script on opensuse-tumbleweed systems ## Tests Have successfully built on two of my personal systems, as well as a fresh install of tumbleweed. ## Quirks The `-i` option to build the appimage didn't work on either system I tested, due to an issue where the appimagetool hangs while downloading the runtime. I was able to manually download the runtime and build the appimage using the `--runtime-file` option.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#702