diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-02-01 14:55:39 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-02-01 19:23:38 +0100 |
commit | 290957ad1383565c97201360defdeae9ae5ef502 (patch) | |
tree | 9f8537b8b5c92fb820be653da8171fe596d89fef | |
parent | dff1408c20a1b94d627dff2c9025587ac59dbb68 (diff) |
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 <fitojb@ubuntu.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
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> |