officecfg/registry/data/org/openoffice/Office/Common.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7db2df3d8f19cf4734ef359f238eb70e62b4be1d
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Tue Feb 1 14:55:39 2022 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Jul 27 23:06:55 2022 +0200

    disable Skia as default on Mac for 7.4
    
    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>
    (cherry picked from commit 290957ad1383565c97201360defdeae9ae5ef502)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135708
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 4694135efce7..98e4d87f410c 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>

Reply via email to