diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-01-13 10:49:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-01-13 12:25:56 +0100 |
commit | 18220ad65bb989fdbfe73fa36ae03ef6466d7ee5 (patch) | |
tree | c2d0eaaf1ca3d00013d52dd90655f9a426e5df76 /solenv | |
parent | 4ee0ad0541a9767cbf527a268df321d554b00384 (diff) |
Sync flatpak-manifest.in with Flathub
...including
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/65437462b575881703146b132d2ae6c7e998c1b6>
"Merge pull request #174 from vroger11/patch-1: Add global-menu support for KDE
and unity"
Change-Id: Id9c9c9d63303fc7de12b47e12b1e32f6556f1f02
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128368
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 9fd2ef1964e6..e1ff24a70796 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -720,6 +720,7 @@ "--env=JAVA_HOME=/app/jre", "--env=LIBO_FLATPAK=1", "--own-name=org.libreoffice.LibreOfficeIpc0", - "--talk-name=org.gtk.vfs.*" + "--talk-name=org.gtk.vfs.*", + "--talk-name=com.canonical.AppMenu.Registrar" ] } |