diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-05-02 16:57:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-05-03 08:28:21 +0200 |
commit | 46da86c845c871b8f28ed5dc92fcfd5dbac12ad4 (patch) | |
tree | 8489c2dfa321efd8723cbd6a911205c253df7f6d /solenv | |
parent | e8d7bf954fe74ce85bdd084d6e12d27027a4c379 (diff) |
Sync flatpak-manifest.in with Flathub
...including
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/c80b412af7ec1d15b49c64ec6590450e9bacd3f2>
"fix missing user-installed fonts"
Change-Id: I76f10959b37c2c1c41bfaed6f7b4199ba0e6f3b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151294
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/flatpak-manifest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 4c84f84b3e6d..bdc7bf63cce4 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -681,6 +681,7 @@ "--socket=pulseaudio", "--device=dri", "--filesystem=xdg-config/gtk-3.0", + "--filesystem=xdg-config/fontconfig:ro", "--filesystem=xdg-run/gvfsd", "--filesystem=host", "--env=GIO_EXTRA_MODULES=/app/lib/gio/modules", |