From bb22b078e2ea277ebc039b1f490fa48895a6ec5b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 10 Jan 2025 12:30:52 +0000 Subject: [PATCH] flatpak(1): Sort environment variables alphabetically Signed-off-by: Simon McVittie --- doc/flatpak.xml | 77 +++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/doc/flatpak.xml b/doc/flatpak.xml index 216b3ed9..e05a9b6c 100644 --- a/doc/flatpak.xml +++ b/doc/flatpak.xml @@ -607,6 +607,16 @@ XDG_DATA_HOME, flatpak is consulting some of its own. + + + FLATPAK_CONFIG_DIR + + + The location of flatpak site configuration. If this is not set, + /etc/flatpak is used (unless overridden at build + time by --sysconfdir). + + FLATPAK_FANCY_OUTPUT @@ -617,6 +627,35 @@ or when G_MESSAGES_DEBUG is set. + + FLATPAK_RUN_DIR + + + The location of flatpak runtime global files. If this is not set, + /run/flatpak is used. + + + + FLATPAK_SYSTEM_CACHE_DIR + + + The location where temporary child repositories will be created during pulls + into the system-wide installation. If this is not set, a directory in + /var/tmp/ is used. This is useful because it is more + likely to be on the same filesystem as the system repository (thus increasing + the chances for e.g. reflink copying), and we can avoid filling the user's + 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). + + FLATPAK_TTY_PROGRESS @@ -637,44 +676,6 @@ $XDG_DATA_HOME/flatpak is used. - - 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). - - - - FLATPAK_SYSTEM_CACHE_DIR - - - The location where temporary child repositories will be created during pulls - into the system-wide installation. If this is not set, a directory in - /var/tmp/ is used. This is useful because it is more - likely to be on the same filesystem as the system repository (thus increasing - the chances for e.g. reflink copying), and we can avoid filling the user's - home directory with temporary data. - - - - FLATPAK_CONFIG_DIR - - - The location of flatpak site configuration. If this is not set, - /etc/flatpak is used (unless overridden at build - time by --sysconfdir). - - - - FLATPAK_RUN_DIR - - - The location of flatpak runtime global files. If this is not set, - /run/flatpak is used. - -