Nightly flatpak builds
Moderator: Forum Moderators
- Atreides
- Posts: 1140
- Joined: March 30th, 2019, 10:38 pm
- Location: On the 2nd story of the centre village of Merwuerdigliebe turning the lights on and off
Re: Nightly flatpak builds
That's pretty cool, but I wonder how to install it without overwriting 1.16.11 (I looked for the 1.16.12 flatpak bundle but it wasn't there), would using the override=REF work? If I call it org.wesnoth.Wesnoth18? Or does it need the arch and branch (x64/stable) too?Soliton wrote: ↑September 4th, 2024, 7:14 amYou can just download a flatpak bundle from https://github.com/wesnoth/wesnoth/acti ... 9721362640 for example. (I think you need to be signed in to github though.)
Re: Nightly flatpak builds
Install with
Pretty sure you cannot easily (or perhaps at all) rename the app in a flatpak. You can start a certain branch with
flatpak --user install wesnoth.flatpak
or without --user if you want it system-wide. All CI builds are a different branch so it shouldn't overwrite anything.Pretty sure you cannot easily (or perhaps at all) rename the app in a flatpak. You can start a certain branch with
flatpak run org.wesnoth.Wesnoth//ci-1.18.2
or so."If gameplay requires it, they can be made to live on Venus." -- scott
- Atreides
- Posts: 1140
- Joined: March 30th, 2019, 10:38 pm
- Location: On the 2nd story of the centre village of Merwuerdigliebe turning the lights on and off
Re: Nightly flatpak builds
Oh it's a separate branch? (//ci-1.18.2 I guess) That's excellent. Superb! Magnificent! I'm fortunately familiar with flatpak branches since I currently have //1.14 //stable & //master branches already!Soliton wrote: ↑September 4th, 2024, 5:35 pm Install withflatpak --user install wesnoth.flatpak
or without --user if you want it system-wide. All CI builds are a different branch so it shouldn't overwrite anything.
Pretty sure you cannot easily (or perhaps at all) rename the app in a flatpak. You can start a certain branch withflatpak run org.wesnoth.Wesnoth//ci-1.18.2
or so.
However I'm confused now. When I looked up the commands it seemed that I need to
Code: Select all
flatpak build-import-bundle LOCATION wesnoth.flatpak
The import bundle command is where I found
Code: Select all
--ref=REF
Re: Nightly flatpak builds
You don't want to build a bundle you want to install it.
"If gameplay requires it, they can be made to live on Venus." -- scott
- Atreides
- Posts: 1140
- Joined: March 30th, 2019, 10:38 pm
- Location: On the 2nd story of the centre village of Merwuerdigliebe turning the lights on and off
Re: Nightly flatpak builds
Thanks, it works! Installed as user this time and now I wish I'd done that with the earlier ones too. Much more convenient. (As an old MSDOS user I'll never get used to this multi-user aspect of Linux...)