diff options
-rw-r--r-- | solenv/flatpak-manifest.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 1e23b3c4eb10..a16471e46e50 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -403,9 +403,8 @@ "--socket=x11", "--socket=wayland", "--socket=pulseaudio", - "--socket=system-bus", - "--socket=session-bus", "--filesystem=host", - "--env=LIBO_FLATPAK=1" + "--env=LIBO_FLATPAK=1", + "--own-name=org.libreoffice.LibreOfficeIpc0" ] } |