summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:31:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:31:36 +0000
commitf083f8af27309e52c61bce1b7c9b4294ec61cd69 (patch)
treec389a0606aa8eec2f660e5f613d05d7367871ee4
parentEnabling experimental features. (diff)
downloadlibreoffice-f083f8af27309e52c61bce1b7c9b4294ec61cd69.tar.xz
libreoffice-f083f8af27309e52c61bce1b7c9b4294ec61cd69.zip
Disabling to show "tip of the day" window.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/registry/Common_ShowTipOfTheDay.xcd15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/local/registry/Common_ShowTipOfTheDay.xcd b/debian/local/registry/Common_ShowTipOfTheDay.xcd
new file mode 100644
index 000000000..30c68f7a3
--- /dev/null
+++ b/debian/local/registry/Common_ShowTipOfTheDay.xcd
@@ -0,0 +1,15 @@
+<!-- /etc/libreoffice/registry/Common_ShowTipOfTheDay.xcd -->
+
+<!-- Disabling to show "tip of the day" window. -->
+
+<?xml version="1.0"?>
+<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oor="http://openoffice.org/2001/registry">
+ <dependency file="main"/>
+ <oor:component-data oor:package="org.openoffice.Office" oor:name="Common">
+ <node oor:name="Misc">
+ <prop oor:name="ShowTipOfTheDay">
+ <value>false</value>
+ </prop>
+ </node>
+ </oor:component-data>
+</oor:data>