extend flatpak json with permissions and dbus-glib shared module

This commit is contained in:
ohfp 2020-03-30 21:18:30 +02:00
parent 503f4a5103
commit b50b503e85
3 changed files with 15 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "flatpak/content/shared-submodules"]
path = flatpak/content/shared-submodules
url = https://github.com/flathub/shared-modules.git

View file

@ -5,6 +5,7 @@
"sdk": "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"command": "librewolf", "command": "librewolf",
"modules": [ "modules": [
"shared-modules/gtk2/gtk2.json",
{ {
"name": "librewolf", "name": "librewolf",
"buildsystem": "simple", "buildsystem": "simple",
@ -23,6 +24,16 @@
"finish-args": [ "finish-args": [
"--share=ipc", "--share=ipc",
"--socket=x11", "--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", "--socket=wayland",
"--filesystem=home:rw", "--filesystem=home:rw",
"--share=network" "--share=network"

@ -0,0 +1 @@
Subproject commit 8ce6437c269ef28c49984c11246d27be433c21d5