solenv/flatpak-manifest.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 9631d9758bc293a9ae2d5f3457674d8a239cf362 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu Jan 13 10:49:37 2022 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sun Jan 16 22:08:46 2022 +0100 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 <sberg...@redhat.com> (cherry picked from commit 18220ad65bb989fdbfe73fa36ae03ef6466d7ee5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128338 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> (cherry picked from commit f90618d38cc33c511f921aa940c0d65908146fef) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128343 Reviewed-by: Michael Stahl <michael.st...@allotropia.de> Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 87bb0b6c23fd..4c7ca2825162 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -727,6 +727,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" ] }