diff --git a/doc/flatpak-build.xml b/doc/flatpak-build.xml index af16ddd9..c68e894b 100644 --- a/doc/flatpak-build.xml +++ b/doc/flatpak-build.xml @@ -69,6 +69,31 @@ + + + + + + Print debug information during command processing. + + + + + + + + Print version information and exit. + + + + + + + + Print the default arch and exit. + + + @@ -120,7 +145,7 @@ - Expose a well known socket to the application. This overrides to + Expose a well-known socket to the application. This overrides to the Context section from the application metadata. SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus. This option can be used multiple times. @@ -131,7 +156,7 @@ - Don't expose a well known socket to the application. This overrides to + Don't expose a well-known socket to the application. This overrides to the Context section from the application metadata. SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus. This option can be used multiple times. @@ -161,12 +186,27 @@ - + Allow the application access to a subset of the filesystem. This overrides to the Context section from the application metadata. - FS can be one of: home, host, xdg-desktop, xdg-documents, xdg-download + FILESYSTEM can be one of: home, host, xdg-desktop, xdg-documents, xdg-download + xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos, + an absolute path, or a homedir-relative path like ~/dir. + The optional :ro suffix indicates that the location will be read-only. + This option can be used multiple times. + + + + + + + + Remove access to the specified subset of the filesystem from + the application. This overrides to the Context section from the + application metadata. + FILESYSTEM can be one of: home, host, xdg-desktop, xdg-documents, xdg-download xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos, an absolute path, or a homedir-relative path like ~/dir. This option can be used multiple times. @@ -187,7 +227,7 @@ - Allow the application to own the well known name NAME on the session bus. + Allow the application to own the well-known name NAME on the session bus. This overrides to the Context section from the application metadata. This option can be used multiple times. @@ -197,7 +237,27 @@ - Allow the application to talk to the well known name NAME on the session bus. + Allow the application to talk to the well-known name NAME on the session bus. + This overrides to the Context section from the application metadata. + This option can be used multiple times. + + + + + + + + Allow the application to own the well-known name NAME on the system bus. + This overrides to the Context section from the application metadata. + This option can be used multiple times. + + + + + + + + Allow the application to talk to the well-known name NAME on the system bus. This overrides to the Context section from the application metadata. This option can be used multiple times.