solenv/flatpak-manifest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cac069b4e4f3bf31b77cce9e89c1d0fe4d3cb0e6 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu Mar 31 14:45:18 2022 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Fri Apr 1 11:47:44 2022 +0200 Sync flatpak-manifest.in with Flathub ...including <https://github.com/flathub/org.libreoffice.LibreOffice/commit/1ad91b85a5bb60f38a505756a0b5c338a8cb49fb> "Merge pull request #183 from ourigen/fallback-x11: Change socket to fallback-x11 to fix 'Unsafe' warning" Change-Id: I9613d15cd74ac28e2d55eeed4a801a65062d5ede Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132362 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> (cherry picked from commit d940013e1726eba4d043110d5a01367c8d3f0a05) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132193 Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 2848ddc15ad3..a4c786063363 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -718,7 +718,7 @@ "finish-args": [ "--share=network", "--share=ipc", - "--socket=x11", + "--socket=fallback-x11", "--socket=wayland", "--socket=pulseaudio", "--device=dri",