show extension link on startcenter for macosxsandbox case

the ShowDonation has already a default value of true via the schema,
so it is enough to override it to false for the macosxsandbox case
similar to how it is done with the Infobar / using the install:module
method

Change-Id: I8f1ea6d3530e66806f66f9f2d2fb16ef0276e460
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177333
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
Christian Lohmaier 2024-11-26 14:07:23 +01:00
parent c630dbc1ab
commit fd2c9abe52
3 changed files with 3 additions and 1 deletions

View file

@ -87,6 +87,7 @@ $(eval $(call gb_Configuration_add_spool_modules,registry,officecfg/registry/dat
org/openoffice/Office/Common-unx.xcu \
org/openoffice/Office/Common-unixdesktop.xcu \
org/openoffice/Office/Common-macosx.xcu \
org/openoffice/Office/Common-macosxsandbox.xcu \
org/openoffice/Office/Common-wnt.xcu \
org/openoffice/Office/Common-UseOOoFileDialogs.xcu \
org/openoffice/Office/Common-32bit.xcu \

View file

@ -458,7 +458,7 @@
<value install:module="wnt">true</value>
</prop>
<prop oor:name="ShowDonation">
<value>true</value>
<value install:module="macosxsandbox">false</value>
</prop>
</node>
<node oor:name="Save">

View file

@ -309,6 +309,7 @@ endif
ifneq ($(ENABLE_MACOSX_SANDBOX),)
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/UI/Infobar-macosxsandbox.xcu
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/Common-macosxsandbox.xcu
endif
ifneq (,$(SYSTEM_LIBEXTTEXTCAT_DATA))