This is a flatpak for Grayjay Desktop. Please help test and report any issues you find.
- install
flatpak-builder
(required) andjust
(optional) - run
just build
orflatpak-builder --user --install build-dir app.grayjay.Grayjay.yaml
to build the flatpak- there is also the
clean-build
shortcut which adds the--force-clean
arg
- there is also the
- run
just run
orflatpak run app.grayjay.Grayjay
or open it from your system menu to run the flatpak.
Here is some documentation on building flatpaks that has been helpful
- https://docs.flathub.org/docs/for-app-authors/requirements/
- https://docs.flathub.org/docs/for-app-authors/submission/#before-submission
- https://docs.flathub.org/docs/for-app-authors/requirements/#dependency-manifest
- https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
- https://flatpak-docs.readthedocs.io/en/latest/first-build.html
- https://docs.flatpak.org/en/latest/sandbox-permissions.html
Grayjay is licensed under the FUTO Source First License 1.1, a source-available noncommercial license.
Original scripts in this repo are licensed MIT to the extent that they can be (some, such as scripts/flatpak-submodules-generator.py
were initially created with generative AI).
These scripts should be marked with SPDX license identifiers. Where not marked, files should be treated as being under the MIT license.