From dd7a163a289d42e1058dbca4d23504def576a1bf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Sep 2018 16:26:27 -0400 Subject: [PATCH] run: Document new options Document --user, --system nd --installation. Closes: #2158 Approved by: alexlarsson --- doc/flatpak-run.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doc/flatpak-run.xml b/doc/flatpak-run.xml index d1d4b087..23503e11 100644 --- a/doc/flatpak-run.xml +++ b/doc/flatpak-run.xml @@ -49,6 +49,11 @@ If REF names a runtime, a shell is opened in the runtime. This is useful for development and testing. + + By default, flatpak will look for the application or runtime in all per-user + and system installations. This can be overridden with the , + and options. + flatpak creates a sandboxed environment for the application to run in by mounting the right runtime at /usr and a writable @@ -102,6 +107,34 @@ + + + + + Look for the application and runtime in per-user installations. + + + + + + + + Look for the application and runtime in the default system-wide installations. + + + + + + + + Look for the application and runtime in the system-wide installation specified + by NAME + among those defined in /etc/flatpak/installations.d/. + Using --installation=default is equivalent to using + --system. + + +