summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-28 14:52:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-28 14:55:14 +0100
commit95fbb490e68b044226518a88a109de7ae1c89731 (patch)
tree16be1e59fc8d68a59d8d2d9582e305bcac91c5e3 /solenv
parentfacd4c99e7ae7857890a510cf122e3fb8b52d61f (diff)
DBus permissions missing from LO flatpak
...after 243d743dae127fe11ecd7f807121da8815af8f01 "solenv/flatpak-manifest.in: incorporate upstream sandboxing improvements", causing <https://github.com/flathub/org.libreoffice.LibreOffice/issues/3> "Doesn't open files in network shares". Change-Id: I15d7a170b3ffaf6092ff4d2fe4e93b1dcfd32b0b
Diffstat (limited to 'solenv')
-rw-r--r--solenv/flatpak-manifest.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 8119f892c189..f316d143843f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -393,6 +393,7 @@
"--socket=pulseaudio",
"--filesystem=host",
"--env=LIBO_FLATPAK=1",
- "--own-name=org.libreoffice.LibreOfficeIpc0"
+ "--own-name=org.libreoffice.LibreOfficeIpc0",
+ "--talk-name=org.gtk.vfs.*"
]
}