diff --git a/doc/flatpak.xml b/doc/flatpak.xml index 5908f582..2cdecc8d 100644 --- a/doc/flatpak.xml +++ b/doc/flatpak.xml @@ -608,6 +608,39 @@ + + + + + FLATPAK_BINARY + + Path to the flatpak executable that will be written + into exported .desktop files + and scripts when an app is installed. + The default is /usr/bin/flatpak, + unless overridden at build time by + . + + + + + FLATPAK_BWRAP + + + Path to the + bwrap1 + executable that will be used to create the sandbox. + Depending on how Flatpak was configured at build-time, + the default is either to search the + PATH, + or use a vendored copy which is normally installed as + /usr/libexec/flatpak-bwrap. + + + FLATPAK_CONFIG_DIR @@ -617,6 +650,53 @@ time by --sysconfdir). + + + FLATPAK_DATA_DIR + + The location of Flatpak's OS-level defaults and + integration hooks. + If this is not set, + /usr/share/flatpak is used, + unless overridden at build time by + . + + + + + FLATPAK_DBUSPROXY + + + Path to the + xdg-dbus-proxy1 + executable that will be used to filter D-Bus + traffic between the sandbox and the host system. + Depending on how Flatpak was configured at build-time, + the default is either to search the + PATH, + or use a vendored copy which is normally installed as + /usr/libexec/flatpak-dbus-proxy. + + + + + + + FLATPAK_DOWNLOAD_TMPDIR + + Path to a directory that will be used temporarily + when downloading OCI layers, + and potentially for other downloads in future. + The standard TMPDIR is not used + for this, + because Flatpak apps are frequently too large to + fit on a tmpfs. + + + FLATPAK_FANCY_OUTPUT @@ -627,6 +707,55 @@ or when G_MESSAGES_DEBUG is set. + + + + + FLATPAK_FORCE_TEXT_AUTH + + May be set to 1 to force use of + a simple built-in + polkit8 + agent when authentication is required to modify + the system-wide installation. + By default, + the desktop environment's polkit agent is used, + if one is available, + usually resulting in a graphical prompt. + + + + + FLATPAK_GL_DRIVERS + + A colon-separated list of graphics driver extensions + to try to use for OpenGL, Vulkan and similar APIs, + most-preferred first. + The default is to select a graphics driver + automatically. + Values in this list match the last dot-separated + component of the names of extensions with the + active-gl-driver condition. + Typical values are + default, + mesa-git or + nvidia-550-120 + (replacing the version number by the major and minor + version of the nvidia kernel module). + + + + + + + FLATPAK_RUN_DIR @@ -635,6 +764,7 @@ /run/flatpak is used. + FLATPAK_SYSTEM_CACHE_DIR @@ -647,15 +777,28 @@ home directory with temporary data. + FLATPAK_SYSTEM_DIR The location of the default system-wide installation. If this is not set, /var/lib/flatpak is used (unless overridden at build - time by --localstatedir or --with-system-install-dir). + time by or + ). + + + + + + + FLATPAK_TTY_PROGRESS @@ -668,6 +811,7 @@ popup notification. + FLATPAK_USER_DIR @@ -676,6 +820,9 @@ $XDG_DATA_HOME/flatpak is used. + +