1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 11:49:53 +03:00
aports/community/flatpak/config
Hugo Osvaldo Barrera a341ac413c community/flatpak: fix crash when using flatpak --user
When trying to use `flatpak --user`, it crashes with the following
error:

    error: While opening repository /var/lib/flatpak/repo: opening repo: opendir(/var/lib/flatpak/repo): No such file or directory

Two specific directories and a config file must be present, but nothing
creates them.

Include these directory along with a minimal configuration in this
package, so that --user works out of the box.

See: https://github.com/flatpak/flatpak/issues/5488
2025-01-15 07:24:12 +00:00

4 lines
68 B
Text

[core]
repo_version=1
mode=bare-user-only
min-free-space-size=500MB