Installer Orca Slicer Flatpak : (Nightly)
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
wget https://github.com/SoftFever/OrcaSlicer/releases/download/nightly-builds/OrcaSlicer-Linux-flatpak_V2.3.0-dev.flatpak
flatpak install ./OrcaSlicer-Linux-flatpak_V2.3.0-dev.flatpak
flatpak run io.github.softfever.OrcaSlicer
Build Orca Slicer Flatpak :
git clone https://github.com/SoftFever/OrcaSlicer
cd OrcaSlicer/flatpak
flatpak install flathub org.freedesktop.Platform//23.08 org.freedesktop.Sdk//23.08
flatpak install flathub org.gnome.Sdk//46 org.gnome.Platform//46
nix-shell -p flatpak-builder appstream
(Optionnel)
flatpak-builder --force-clean --user build-dir io.github.softfever.OrcaSlicer.yml
flatpak-builder --repo=repo --force-clean build-dir io.github.softfever.OrcaSlicer.yml
flatpak build-bundle repo OrcaSlicer.flatpak io.github.softfever.OrcaSlicer