diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:27 +0000 |
commit | 48c0cc83f7e4fa731a76b55a9b30dfdc16c36617 (patch) | |
tree | ad6ca95cdf040d756813df5389912313c4d2ceb5 /debian/local/registry | |
parent | Enabling experimental features. (diff) | |
download | libreoffice-48c0cc83f7e4fa731a76b55a9b30dfdc16c36617.tar.xz libreoffice-48c0cc83f7e4fa731a76b55a9b30dfdc16c36617.zip |
Disabling to show "tip of the day" window.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/registry')
-rw-r--r-- | debian/local/registry/Common_ShowTipOfTheDay.xcd | 15 |
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 0000000000..30c68f7a33 --- /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> |