summaryrefslogtreecommitdiff
path: root/officecfg/registry/data
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-07-14 10:28:09 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-07-15 17:43:37 +0200
commitbabd850db840eebd59b71730b446c0d89de87d3a (patch)
treef3f544c3542285e7e64b09baa770bb40131aa887 /officecfg/registry/data
parent386a9fadffa446caf40fd4f40b865c8c9432fa27 (diff)
macOS sandbox: disable donation info bar & help entries
even when you are a verified non-profit, you still cannot just point to a donation site/you still would have to offer apple-pay... the helpmenu one is ugly since it changes the endresult compared to what is assembled in instdir, but is the least intrusive way for now... Change-Id: Id348d69371048bdd04d2961cad564fc73f11fd45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137050 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/Infobar.xcu17
1 files changed, 17 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Infobar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Infobar.xcu
new file mode 100644
index 000000000000..109e2198d408
--- /dev/null
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Infobar.xcu
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+<!DOCTYPE oor:component-data SYSTEM "../../../../../component-update.dtd">
+<oor:component-data oor:name="Infobar" oor:package="org.openoffice.Office.UI" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <node oor:name="Enabled" install:module="macosxsandbox">
+ <prop oor:name="Donate">
+ <value>false</value>
+ </prop>
+ </node>
+</oor:component-data>