This is a flatpak for PokeMMO. Currently no permission from upstream to publish this to flathub yet (see this forum thread), sadly.
In case we ever get permission (or enough time passes that we'd like to publish without permission, this isn't redistribution after all), we should first fix:
- File verification fails on start
- Fixed in 9900147c64f2b1d684e49d63e243465ca102f1f3
- Not using portals to supply ROMs
- This was fixed by simply removing the
--persist
directory, I suppose not having these allows flatpak to do nice things.
- This was fixed by simply removing the
- Translations are missing
- Only broken in a commit I never published
- No license to use icons from upstream
- The StartupWMClass may be wrong
- x-checker-data is untested
- No screenshots or other niceties
In the mean time, if you do want to use this, simply clone this repository, run flatpak-builder to build locally, and enjoy the flatpak:
git clone -b new-pr https://github.com/tlater/flathub
cd flathub && flatpak-builder --user --install build eu.pokemmo.PokeMMO.yml