officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 290957ad1383565c97201360defdeae9ae5ef502 Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Tue Feb 1 14:55:39 2022 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Tue Feb 1 19:23:38 2022 +0100 disable Skia as default on Mac for 7.3 There are some problems like tdf#145843 and tdf#145988 that I cannot reproduce, yet a number of users apparently can. I can't fix those for 7.3, so default to the previous VCL backend again. Change-Id: I8c3e9713913a453c2b55a0ad9b1c8f82af8f7917 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129290 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index f543b6ebb3c9..b00c5f3d1c18 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -51,7 +51,7 @@ </node> <node oor:name="VCL"> <prop oor:name="UseSkia" oor:type="xs:boolean"> - <value install:module="macosx">true</value> + <value install:module="macosx">false</value> <value install:module="unx">false</value> <value install:module="wnt">true</value> </prop>