gnucash-on-flatpak master: Fix sandbox permissions for gvfs

Geert Janssens gjanssens at code.gnucash.org
Fri Jun 21 08:40:39 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/1f820442 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/fbe57adb (commit)



commit 1f820442005821769b55cc74f029d0b2363652cf
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jun 21 14:34:43 2024 +0200

    Fix sandbox permissions for gvfs
    
    Either the location has changed from gvfs to gvfsd or it was a typo
    in our manifest file.

diff --git a/org.gnucash.GnuCash.json b/org.gnucash.GnuCash.json
index 116f235..d095b8c 100644
--- a/org.gnucash.GnuCash.json
+++ b/org.gnucash.GnuCash.json
@@ -15,7 +15,7 @@
     "--share=network",
     "--filesystem=host",
     "--talk-name=org.gtk.vfs.*",
-    "--filesystem=xdg-run/gvfs",
+    "--filesystem=xdg-run/gvfsd",
     "--device=dri",
     "--metadata=X-DConf=migrate-path=/org/gnucash/GnuCash/"
   ],



Summary of changes:
 org.gnucash.GnuCash.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list