19 lines
533 B
YAML
19 lines
533 B
YAML
flatpak:
|
|
id: org.siril.Siril
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- siril
|
|
command: siril
|
|
# the Siril_Catalog_Installer.py script forces QT_QPA_PLATFORM=xcb,
|
|
# so the socket=fallback-x11 permission MUST NOT be used here
|
|
finish-args: |-
|
|
--filesystem=host
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
--socket=wayland
|
|
--talk-name=org.gtk.vfs.*
|