diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-08-26 00:09:41 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-08-26 00:09:41 +0200 |
commit | de92c7d752e088061d846c7410071792c5edd6ea (patch) | |
tree | b158e34b58e50760c065bf25d7548da716f28cb3 | |
parent | v79.0-1 #5: python >= 3.5 for deb/xenial build (diff) | |
parent | Move content to ~/.var/app/io.gitlab.LibreWolf/.{mozilla,librewolf} (diff) | |
download | librewolf-linux-de92c7d752e088061d846c7410071792c5edd6ea.tar.gz librewolf-linux-de92c7d752e088061d846c7410071792c5edd6ea.tar.bz2 librewolf-linux-de92c7d752e088061d846c7410071792c5edd6ea.zip |
Merge branch 'TheMainOne/linux-master' into master
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json index cc9b0ee..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,7 +36,6 @@ "--talk-name=org.freedesktop.ScreenSaver", "--talk-name=org.gtk.vfs.*", "--socket=wayland", - "--filesystem=home:rw", "--share=network" ] } |