diff options
Diffstat (limited to 'flatpak/content/io.gitlab.LibreWolf.json')
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json index 973dc4e..e16a4aa 100644 --- a/flatpak/content/io.gitlab.LibreWolf.json +++ b/flatpak/content/io.gitlab.LibreWolf.json @@ -26,6 +26,7 @@ "--socket=x11", "--socket=pulseaudio", "--persist=.librewolf", + "--persist=.mozilla", "--filesystem=xdg-download:rw", "--device=all", "--talk-name=org.freedesktop.FileManager1", @@ -35,8 +36,6 @@ "--talk-name=org.freedesktop.ScreenSaver", "--talk-name=org.gtk.vfs.*", "--socket=wayland", - "--filesystem=~/.librewolf:create", - "--filesystem=~/.mozilla:create", "--share=network" ] } |