aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheMainOne <theevilskely@tutanota.com>2020-08-24 03:32:34 +0000
committerTheMainOne <theevilskely@tutanota.com>2020-08-24 03:32:34 +0000
commit08e8fe61af4492b29ec5aaae900062e6f53a3023 (patch)
treeb158e34b58e50760c065bf25d7548da716f28cb3
parentRestrict $HOME (diff)
downloadlibrewolf-linux-08e8fe61af4492b29ec5aaae900062e6f53a3023.tar.gz
librewolf-linux-08e8fe61af4492b29ec5aaae900062e6f53a3023.tar.bz2
librewolf-linux-08e8fe61af4492b29ec5aaae900062e6f53a3023.zip
Move content to ~/.var/app/io.gitlab.LibreWolf/.{mozilla,librewolf}
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json3
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"
]
}
bgstack15