From d91865ce3e5660615620c6b097708c01be8e0c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Sun, 17 Sep 2023 10:04:03 -0400 Subject: [PATCH] Update manifest examples --- docs/manifests.rst | 7 ++++--- docs/qt.rst | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manifests.rst b/docs/manifests.rst index 83576ce6..6308ff56 100644 --- a/docs/manifests.rst +++ b/docs/manifests.rst @@ -32,7 +32,7 @@ For example, the GNOME Dictionary manifest includes: app-id: org.gnome.Dictionary runtime: org.gnome.Platform - runtime-version: '43' + runtime-version: '44' sdk: org.gnome.Sdk command: gnome-dictionary @@ -81,14 +81,15 @@ be seen in the Dictionary manifest file: finish-args: # X11 + XShm access - --share=ipc - - --socket=x11 + - --socket=fallback-x11 # Wayland access - --socket=wayland + # GPU acceleration if needed + - --device=dri # Needs to talk to the network: - --share=network # Needs to save files locally - --filesystem=xdg-documents - - --metadata=X-DConf=migrate-path=/org/gnome/dictionary/ Guidance on which permissions to use can be found in the :doc:`sandbox-permissions`, and a full list of ``finish-args`` options can be diff --git a/docs/qt.rst b/docs/qt.rst index 0cd81865..7ed9f074 100644 --- a/docs/qt.rst +++ b/docs/qt.rst @@ -12,14 +12,13 @@ straight-forward. app-id: org.flatpak.qtdemo runtime: org.kde.Platform - runtime-version: '5.11' + runtime-version: '5.15-22.08' sdk: org.kde.Sdk command: flatpak-demo finish-args: - --share=ipc - - --socket=x11 + - --socket=fallback-x11 - --socket=wayland - - --filesystem=host - --device=dri modules: - name: flatpak-demo