mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-14 11:49:53 +03:00
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
4 lines
68 B
Text
4 lines
68 B
Text
[core]
|
|
repo_version=1
|
|
mode=bare-user-only
|
|
min-free-space-size=500MB
|