diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:29 +0000 |
commit | 16e0d7f2af4073110e5cf9e7f16fb44425abfd72 (patch) | |
tree | 58d6a56a20d2b34ff80100291f7b3e22d85ba1e4 /debian/local | |
parent | Disabling to use libreoffice print dialogs. (diff) | |
download | libreoffice-16e0d7f2af4073110e5cf9e7f16fb44425abfd72.tar.xz libreoffice-16e0d7f2af4073110e5cf9e7f16fb44425abfd72.zip |
Disabling to show "donate" infobar.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/registry/Setup_LastTimeDonateShown.xcd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/local/registry/Setup_LastTimeDonateShown.xcd b/debian/local/registry/Setup_LastTimeDonateShown.xcd new file mode 100644 index 0000000000..9052fdc054 --- /dev/null +++ b/debian/local/registry/Setup_LastTimeDonateShown.xcd @@ -0,0 +1,15 @@ +<!-- /etc/libreoffice/registry/Setup_LastTimeDonateShown.xcd --> + +<!-- Disabling to show "donate" infobar. --> + +<?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" oor:name="Setup"> + <node oor:name="Product"> + <prop oor:name="LastTimeDonateShown"> + <value>2147483646</value> + </prop> + </node> + </oor:component-data> +</oor:data> |