manifest: ensure we have access to ~/.local/share/flatpak/

That is the common path for a --user installation, and it gets filtered
from us even if we have --filesystem=home. Specifically enforce adding it
in our manifest so that we can read it.

This seems to fix loading a bunch of symbols from Flatpak'd Sysprof for me.

Fixes GNOME/gnome-builder#2090
This commit is contained in:
Christian Hergert
2023-08-31 14:14:07 -07:00
parent 64bc9e42ba
commit 33f3a96cce

View File

@ -26,7 +26,8 @@
"--system-talk-name=org.gnome.Sysprof3",
"--system-talk-name=org.freedesktop.Avahi",
"--filesystem=xdg-run/gvfsd",
"--filesystem=/var/lib/flatpak"
"--filesystem=/var/lib/flatpak",
"--filesystem=~/.local/share/flatpak"
],
"build-options" : {
"cflags" : "-O2 -g -fno-omit-frame-pointer",