diff --git a/container.yaml b/container.yaml index 6de2574..3c265cd 100644 --- a/container.yaml +++ b/container.yaml @@ -1,22 +1,19 @@ flatpak: - id: org.free_astro.siril + id: org.siril.Siril branch: stable runtime-name: flatpak-runtime - runtime-version: f42 + runtime-version: f44 packages: - siril - - python3-astropy-healpix - rename-appdata-file: org.siril.Siril.appdata.xml - rename-desktop-file: org.siril.Siril.desktop - rename-icon: org.siril.Siril - copy-icon: true 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=fallback-x11 + --socket=x11 --socket=wayland --talk-name=org.gtk.vfs.*