distro-configs/LibreOfficeWin64.conf                       |    1 +
 officecfg/registry/schema/org/openoffice/Office/Update.xcs |    6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit caea33a11a212fc1c0426c90715c06376dbb9f06
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Thu Dec 7 16:39:32 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Thu Dec 7 18:20:02 2023 +0100

    Turn on MAR-based updater for Win64
    
    But make it default-off for the while.
    
    Change-Id: I54e2fb8544ceb5ffe88053504294e2f3d5df50d5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160436
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/distro-configs/LibreOfficeWin64.conf 
b/distro-configs/LibreOfficeWin64.conf
index 71c386b36116..8ace248e80d4 100644
--- a/distro-configs/LibreOfficeWin64.conf
+++ b/distro-configs/LibreOfficeWin64.conf
@@ -7,6 +7,7 @@
 --enable-ext-wiki-publisher
 --enable-ext-nlpsolver
 --enable-online-update
+--enable-online-update-mar
 --enable-breakpad
 --with-help=html
 --with-myspell-dicts
diff --git a/officecfg/registry/schema/org/openoffice/Office/Update.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
index 2260264b6b2a..1eed1a870206 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Update.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
@@ -19,9 +19,11 @@
         </info>
         <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
             <info>
-                <desc>Determines if the automatic Updater is enabled or 
disabled</desc>
+                <desc>Determines if the automatic Updater is enabled
+                or disabled. Defaults to false, as long as this is
+                regarded experimental.</desc>
             </info>
-            <value>true</value>
+            <value>false</value>
         </prop>
         <prop oor:name="Mode" oor:type="xs:int" oor:nillable="false">
             <info>

Reply via email to