-
Anyone able to share how to get Amiberry working with Archlinux on Steam Deck? There was talk of a Flatpak which would be awesome! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's possible with a flatpak package, which I'm working on. The current version I'm testing has some issue, as it crashes right after it opens the GUI (previous versions worked, so I broke something). Once this is ready, the plan is to release flatpak binaries alongside a release. Ideally with the packages also uploaded to something like flathub, so you can get automatic updates or even install it from there directly. The alternative is rather messy and painful, and involves a lot of manual tinkering to allow package installations and updates on the filesystem itself, then compiling the binary from source, in order to run it. And any new firmware updates will wipe out your changes, so you'd have to do it again. So flatpak is the only reasonable way forward for this. :) |
Beta Was this translation helpful? Give feedback.
It's possible with a flatpak package, which I'm working on. The current version I'm testing has some issue, as it crashes right after it opens the GUI (previous versions worked, so I broke something). Once this is ready, the plan is to release flatpak binaries alongside a release. Ideally with the packages also uploaded to something like flathub, so you can get automatic updates or even install it from there directly.
The alternative is rather messy and painful, and involves a lot of manual tinkering to allow package installations and updates on the filesystem itself, then compiling the binary from source, in order to run it. And any new firmware updates will wipe out your changes, so you…