aboutsummaryrefslogtreecommitdiff
path: root/flatpak/content
diff options
context:
space:
mode:
Diffstat (limited to 'flatpak/content')
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json11
m---------flatpak/content/shared-submodules0
2 files changed, 11 insertions, 0 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json
index 090d4bc..984053c 100644
--- a/flatpak/content/io.gitlab.LibreWolf.json
+++ b/flatpak/content/io.gitlab.LibreWolf.json
@@ -5,6 +5,7 @@
"sdk": "org.gnome.Sdk",
"command": "librewolf",
"modules": [
+ "shared-modules/gtk2/gtk2.json",
{
"name": "librewolf",
"buildsystem": "simple",
@@ -23,6 +24,16 @@
"finish-args": [
"--share=ipc",
"--socket=x11",
+ "--socket=pulseaudio",
+ "--persist=.librewolf",
+ "--filesystem=xdg-download:rw",
+ "--device=all",
+ "--talk-name=org.freedesktop.FileManager1",
+ "--system-talk-name=org.freedesktop.NetworkManager",
+ "--talk-name=org.a11y.Bus",
+ "--talk-name=org.gnome.SessionManager",
+ "--talk-name=org.freedesktop.ScreenSaver",
+ "--talk-name=\"org.gtk.vfs.*\"",
"--socket=wayland",
"--filesystem=home:rw",
"--share=network"
diff --git a/flatpak/content/shared-submodules b/flatpak/content/shared-submodules
new file mode 160000
+Subproject 8ce6437c269ef28c49984c11246d27be433c21d
bgstack15