1FLATPAK INSTALLATION(5)      flatpak installation      FLATPAK INSTALLATION(5)
2
3
4

NAME

6       flatpak-installation - Configuration for an installation location
7

DESCRIPTION

9       flatpak can operate in system-wide or per-user mode. The system-wide
10       data is located in $prefix/var/lib/flatpak/, and the per-user data is
11       in $HOME/.local/share/flatpak/.
12
13       In addition to the default installation locations, more system-wide
14       installations can be defined via configuration files
15       /etc/flatpak/installations.d/, which must have the .conf extension and
16       follow the format described below.
17

FILE FORMAT

19       The installation config file format is using the same .ini file format
20       that is used for systemd unit files or application .desktop files.
21
22   [Installation ...]
23       All the configuration for the the installation location with name NAME
24       is contained in the [Installation "NAME"] group.
25
26       The following keys are recognized:
27
28       Path (string)
29           The path for this installation. This key is mandatory.
30
31       DisplayName (string)
32           The name to use when showing this installation in the UI.
33
34       Priority (integer)
35           A priority for this installation.
36
37       StorageType (string)
38           The type of storage used for this installation. Possible values
39           include: network, mmc, sdcard, harddisk.
40

EXAMPLES

42           [Installation "extra"]
43           Path=/location/of/sdcard
44           DisplayName=Extra Installation
45           StorageType=sdcard
46
47
48
49flatpak                                                FLATPAK INSTALLATION(5)
Impressum