[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

Stephan Bergmann sbergman at redhat.com
Tue Nov 28 13:55:41 UTC 2017


 solenv/flatpak-manifest.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 95fbb490e68b044226518a88a109de7ae1c89731
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

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.*"
     ]
 }


More information about the Libreoffice-commits mailing list