Skip to content

Commit

Permalink
Change ~/.local/share/flatpak to xdg-data/flatpak
Browse files Browse the repository at this point in the history
Needed by linter to access Flatpak repo relative to `$XDG_DATA_HOME`
  • Loading branch information
bbhtt committed Jul 25, 2024
1 parent 92d199e commit 8567d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"--talk-name=org.freedesktop.Flatpak",
"--filesystem=host",
"--share=network",
"--filesystem=~/.local/share/flatpak",
"--filesystem=xdg-data/flatpak",
"--filesystem=/var/lib/flatpak",
"--filesystem=/tmp",
"--env=GDK_PIXBUF_MODULE_FILE=/app/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
Expand Down

0 comments on commit 8567d71

Please sign in to comment.