Move content to ~/.var/app/io.gitlab.LibreWolf/.{mozilla,librewolf}

This commit is contained in:
TheMainOne 2020-08-24 03:32:34 +00:00
parent d78b766d14
commit 08e8fe61af

View file

@ -26,6 +26,7 @@
"--socket=x11", "--socket=x11",
"--socket=pulseaudio", "--socket=pulseaudio",
"--persist=.librewolf", "--persist=.librewolf",
"--persist=.mozilla",
"--filesystem=xdg-download:rw", "--filesystem=xdg-download:rw",
"--device=all", "--device=all",
"--talk-name=org.freedesktop.FileManager1", "--talk-name=org.freedesktop.FileManager1",
@ -35,8 +36,6 @@
"--talk-name=org.freedesktop.ScreenSaver", "--talk-name=org.freedesktop.ScreenSaver",
"--talk-name=org.gtk.vfs.*", "--talk-name=org.gtk.vfs.*",
"--socket=wayland", "--socket=wayland",
"--filesystem=~/.librewolf:create",
"--filesystem=~/.mozilla:create",
"--share=network" "--share=network"
] ]
} }