gnucash-on-flatpak master: Bug 799251 - Flatpack cant Open Files from USB or Network Shares
John Ralls
jralls at code.gnucash.org
Thu Mar 28 20:49:29 EDT 2024
Updated via https://github.com/Gnucash/gnucash-on-flatpak/commit/c50f8056 (commit)
from https://github.com/Gnucash/gnucash-on-flatpak/commit/a4b89f10 (commit)
commit c50f80565a20708395644cedd4b03f8a8921af8f
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Mar 28 17:27:09 2024 -0700
Bug 799251 - Flatpack cant Open Files from USB or Network Shares
Add GVFS arguments recommended by
https://docs.flatpak.org/en/latest/sandbox-permissions.html
diff --git a/org.gnucash.GnuCash.json b/org.gnucash.GnuCash.json
index f65c0fc..0264f89 100644
--- a/org.gnucash.GnuCash.json
+++ b/org.gnucash.GnuCash.json
@@ -14,6 +14,8 @@
"--share=ipc",
"--share=network",
"--filesystem=host",
+ "--talk-name=org.gtk.vfs.*",
+ "--filesystem=xdg-run/gvfs",
"--device=dri",
"--metadata=X-DConf=migrate-path=/org/gnucash/GnuCash/"
],
Summary of changes:
org.gnucash.GnuCash.json | 2 ++
1 file changed, 2 insertions(+)
More information about the gnucash-changes
mailing list