This repo allows you to package Shutter Encoder as a Flatpak for use on Linux Flatpak based systems, especially e.g. Fedora Silverblue where there aren't easier installation options.
git clonethis repo- Build your package, and export to a distributable single file installer:
flatpak-builder --force-clean --repo=.repo .build-dir org.paulpacifico.ShutterEncoder.yaml
flatpak --user remote-add --no-gpg-verify shutterencoder-repo .repo
flatpak --user install shutterencoder-repo org.paulpacifico.ShutterEncoder.yaml
To create a single file redistributable bundle:
flatpak build-bundle .repo shutter-encoder.flatpak org.paulpacifico.ShutterEncoder
flatpak install shutter-encoder.flatpak
- Enjoy.