[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - solenv/flatpak-manifest.in
Stephan Bergmann
sbergman at redhat.com
Mon Dec 4 14:55:33 UTC 2017
solenv/flatpak-manifest.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8d7ec6693adc269d5ab7edb1782ceafd69152fa3
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Dec 4 14:48:36 2017 +0100
Honor GTK theming in LO flatpak
...according to alexlarson, for now (until "eventually we'll have a sane dconf
in the sandbox") apps need to specify --filesystem=xdg-run/dconf,
--filesystem=~/.config/dconf:ro, --talk-name=ca.desrt.dconf,
--env=DCONF_USER_CONFIG_DIR=.config/dconf (where the first two are irrelevant
for LO due to its --filesystem=host).
This fixes <https://github.com/flathub/org.libreoffice.LibreOffice/issues/4>
"Libreoffice flatpak is not respecting user theme".
(cherry picked from commit 12ba14c6bee1c773e4500f79a90a07f871cf3feb)
Conflicts:
solenv/flatpak-manifest.in
Change-Id: If5ed33e1b524bfa877b89f052c6067398b5600a3
Reviewed-on: https://gerrit.libreoffice.org/45807
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 466a08198330..d16838d6a14b 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -394,6 +394,7 @@
"--socket=system-bus",
"--socket=session-bus",
"--filesystem=host",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--env=LIBO_FLATPAK=1"
]
}
More information about the Libreoffice-commits
mailing list