From: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun, 19 Feb 2023 18:44:55 +0000 (-0800)
Subject: Make flatpak able to access home directory.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a15b56765c81f4722515a229711756f8622ccf5;p=pspp

Make flatpak able to access home directory.
---

diff --git a/org.gnu.pspp.yml b/org.gnu.pspp.yml
index a7b470d8cc..ddbd472e5e 100644
--- a/org.gnu.pspp.yml
+++ b/org.gnu.pspp.yml
@@ -12,6 +12,8 @@ finish-args:
   - --own-name=gnu.pspp
   - --talk-name=org.gtk.vfs.*
   - --filesystem=xdg-run/gvfsd
+  # Access to file system from syntax files
+  - --filesystem=home
 modules:
   - name: spread-sheet-widget
     buildsystem: autotools