aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-08-26 00:09:41 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-08-26 00:09:41 +0200
commitde92c7d752e088061d846c7410071792c5edd6ea (patch)
treeb158e34b58e50760c065bf25d7548da716f28cb3
parentv79.0-1 #5: python >= 3.5 for deb/xenial build (diff)
parentMove content to ~/.var/app/io.gitlab.LibreWolf/.{mozilla,librewolf} (diff)
downloadlibrewolf-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.json2
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"
]
}
bgstack15