From 61119a4464b3ae03895076c6651fe892c50cb3b8 Mon Sep 17 00:00:00 2001 From: Scott Mackay <68165701+OzarkShepherd@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:08:07 -0500 Subject: [PATCH] in comments, add create option for future reference if necessary xdg access is allowed in future, then adding the create option now for xdg-documents, xdg-data, xdg-config, and xdg-cache so new databases can be created from Gramps will keep me from forgetting later also fixed a typo --- org.gramps_project.Gramps.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/org.gramps_project.Gramps.yml b/org.gramps_project.Gramps.yml index b16991d..5147892 100644 --- a/org.gramps_project.Gramps.yml +++ b/org.gramps_project.Gramps.yml @@ -11,17 +11,17 @@ finish-args: # for now, flathub rules blocking the data directories prevent users from choosing to go between a flatpak # installation and a system installation. This can cause user data loss, even using persist instead of filesystem # can cause data loss for users moving from the flatpak to a system install. When flathub changes thier rules, -# home access can be removed and the below filesystems permissiong can be used -# - --filesystem=xdg-documents +# home access can be removed and the below filesystems permissions can be used +# - --filesystem=xdg-documents:create # - --filesystem=xdg-download # - --filesystem=xdg-pictures # for data directories and compatibility with system installs, flathub currently blocks these directories # for databases started with 5.1 and earlier # - --filesystem=~/.gramps:create # for databases started with 5.2 system installations -# - --filesystem=xdg-data -# - --filesystem=xdg-config -# - --filesystem=xdg-cache +# - --filesystem=xdg-data:create +# - --filesystem=xdg-config:create +# - --filesystem=xdg-cache:create # needs to own upstream name - --own-name=org.gramps-project.Gramps # for gui