From be36b88def44cd0804001eff1382af907a03bcec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 30 Aug 2018 17:13:13 -0400 Subject: [PATCH] Document all known .flatpak-info keys Some of the keys in the Instance group were missing. Add them to the man page. Closes: #2051 Approved by: alexlarsson --- doc/flatpak-metadata.xml | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/doc/flatpak-metadata.xml b/doc/flatpak-metadata.xml index ae62764a..5c1441bf 100644 --- a/doc/flatpak-metadata.xml +++ b/doc/flatpak-metadata.xml @@ -398,6 +398,22 @@ in [Application], but for simplicity that isn't documented here. --> + + (string) + + The ID of the running instance. This number is + used as the name of the directory in + XDG_RUNTIME_DIR/.flatpak + where Flatpak stores information about this instance. + + + + (string) + + The absolute path on the host system of the app's + persistent storage area in $HOME/.var. + + (string) @@ -406,6 +422,20 @@ inside the container. Available since 0.6.10. + + (string) + + The commit ID or the application that is running. + + + + (list of strings) + + A list of app extensions that are mounted into + the running instance. The format for each list item is + . + + (string) @@ -414,6 +444,12 @@ 0.6.10. + + (string) + + The architecture of the running instance. + + (string) @@ -429,6 +465,39 @@ inside the container. Available since 0.6.10. + + (string) + + The commit ID or the runtime that is used. + + + + (list of strings) + + A list of runtime extensions that are mounted into + the running instance. The format for each list item is + . + + + + (string) + + Extra arguments that were passed to flatpak run. + + + + (boolean) + + Whether the option was passed + to flatpak run. + + + + (boolean) + + Whether this instance was created by flatpak build. + + (boolean)