Skip to content

Commit

Permalink
in comments, add create option for future reference
Browse files Browse the repository at this point in the history
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
  • Loading branch information
OzarkShepherd authored Mar 11, 2024
1 parent 3d027a4 commit 61119a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions org.gramps_project.Gramps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61119a4

Please sign in to comment.