Update GNOME runtime and SDK to version 48 #1605

Closed
opened 2026-04-05 18:38:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @NanashiTheNameless on 11/17/2025

This pull request updates the Flatpak build environment and related scripts to use GNOME Platform and SDK version 48 instead of version 47 (or 46 in one case). This ensures the project is built and run against the latest GNOME runtime, improving compatibility and access to new features.

Flatpak runtime and SDK version upgrade:

  • Updated the Flatpak GitHub Actions workflow to use the gnome-48 build image instead of gnome-47 in .github/workflows/build_all.yml.
  • Changed the Flatpak manifest (io.github.softfever.OrcaSlicer.yml) to specify runtime-version: "48" instead of "47".
  • Updated the Ubuntu 24.04 setup script to install GNOME Platform and SDK version 48 instead of 46.
  • Modified the build_flatpak.sh script to install and check for GNOME Platform and SDK version 48, updating all references from version 47.
*Originally created by @NanashiTheNameless on 11/17/2025* This pull request updates the Flatpak build environment and related scripts to use GNOME Platform and SDK version 48 instead of version 47 (or 46 in one case). This ensures the project is built and run against the latest GNOME runtime, improving compatibility and access to new features. **Flatpak runtime and SDK version upgrade:** * Updated the Flatpak GitHub Actions workflow to use the `gnome-48` build image instead of `gnome-47` in `.github/workflows/build_all.yml`. * Changed the Flatpak manifest (`io.github.softfever.OrcaSlicer.yml`) to specify `runtime-version: "48"` instead of `"47"`. * Updated the Ubuntu 24.04 setup script to install GNOME Platform and SDK version 48 instead of 46. * Modified the `build_flatpak.sh` script to install and check for GNOME Platform and SDK version 48, updating all references from version 47.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1605