1FLATPAK CONFIG(1)               flatpak config               FLATPAK CONFIG(1)
2
3
4

NAME

6       flatpak-config - Manage configuration
7

SYNOPSIS

9       flatpak config [OPTION...]
10
11       flatpak config [OPTION...] --set KEY VALUE
12
13       flatpak config [OPTION...] --unset|--get KEY
14

DESCRIPTION

16       The flatpak config command shows or modifies the configuration of a
17       flatpak installation. The following keys are supported:
18
19       languages
20           The languages that are included when installing Locale extensions.
21           The value is a semicolon-separated list of two-letter language
22           codes, or one of the special values * or all. If this key is unset,
23           flatpak defaults to including the extra-languages key and the
24           current locale.
25
26       extra-languages
27           This key is used when languages is not set, and it defines extra
28           locale extensions on top of the system configured languages. The
29           value is a semicolon-separated list of locale identifiers
30           (language, optional locale, optional codeset, optional modifier) as
31           documented by setlocale(3) (for example,
32           en;en_DK;zh_HK.big5hkscs;uz_UZ.utf8@cyrillic).
33
34       For configuration of individual remotes, see flatpak-remote-modify(1).
35       For configuration of individual applications, see flatpak-override(1).
36

OPTIONS

38       The following options are understood:
39
40       -h, --help
41           Show help options and exit.
42
43       --list
44           Print all keys and their values.
45
46       --set
47           Set key KEY to VALUE.
48
49       --unset
50           Unset key KEY.
51
52       --get
53           Print value of KEY.
54
55       --user
56           Configure per-user installation.
57
58       --system
59           Configure system-wide installation.
60
61       --installation=NAME
62           Configure the system-wide installation specified by NAME among
63           those defined in /etc/flatpak/installations.d/. Using
64           --installation=default is equivalent to using --system.
65
66       -v, --verbose
67           Print debug information during command processing.
68
69       --ostree-verbose
70           Print OSTree debug information during command processing.
71

EXAMPLES

73       $ flatpak config --set languages "sv;en;fi"
74

SEE ALSO

76       flatpak(1), flatpak-remote-modify(1), flatpak-override(1)
77
78
79
80flatpak                                                      FLATPAK CONFIG(1)
Impressum