Skip to content

Commit

Permalink
Fix flatpak permissions for Mercurial
Browse files Browse the repository at this point in the history
Mercurial stores temporary edit files in /tmp which is excluded by default from --filesystem=host see flathub/org.gimp.GIMP#11
  • Loading branch information
sonnyp committed Apr 24, 2021
1 parent 11d60ce commit 1889e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions re.sonny.Commit.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"command": "re.sonny.Commit",
"finish-args": [
"--filesystem=host",
"--filesystem=/tmp",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
Expand Down

0 comments on commit 1889e25

Please sign in to comment.