[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - solenv/flatpak-manifest.in
Stephan Bergmann
sbergman at redhat.com
Tue Nov 28 16:42:38 UTC 2017
solenv/flatpak-manifest.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 7bbf8cd79bc5968b03a4611e01bf645348143d38
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Nov 28 14:52:11 2017 +0100
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
(cherry picked from commit 95fbb490e68b044226518a88a109de7ae1c89731)
Reviewed-on: https://gerrit.libreoffice.org/45413
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 2c5a3ff1df47..6e4bc2b2ce81 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.*"
]
}
More information about the Libreoffice-commits
mailing list