mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 23:20:54 +00:00
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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user