From a5ff45ced4916652e54bdfe0ba5d3ed131789246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 20 Mar 2020 14:26:30 +0000 Subject: [PATCH] disable tip-of-the-day dialog by default --- ...ble-tip-of-the-day-dialog-by-default.patch | 26 +++++++++++++++++++ libreoffice.spec | 15 +++++++---- 2 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 0001-disble-tip-of-the-day-dialog-by-default.patch diff --git a/0001-disble-tip-of-the-day-dialog-by-default.patch b/0001-disble-tip-of-the-day-dialog-by-default.patch new file mode 100644 index 0000000..7233a4e --- /dev/null +++ b/0001-disble-tip-of-the-day-dialog-by-default.patch @@ -0,0 +1,26 @@ +From d6e2cdb0023e422546e3ece5bf9915f7c490ced8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= +Date: Fri, 20 Mar 2020 14:24:05 +0000 +Subject: [PATCH] disble tip-of-the-day dialog by default + +Change-Id: Ie7f0e3fe3dda12c2ec88c376d2b57419253ae5cf +--- + officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs +index e7c339e2e22e..9aa88ef1aa02 100644 +--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs ++++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs +@@ -5570,7 +5570,7 @@ + + Determines whether the Tip-of-the-Day dialog is shown on startup. + +- true ++ false + + + +-- +2.24.1 + diff --git a/libreoffice.spec b/libreoffice.spec index e29cc7f..afb4883 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -54,7 +54,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.2 -Release: 2%{?libo_prerelease}%{?dist} +Release: 3%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0 URL: http://www.libreoffice.org/ @@ -238,12 +238,14 @@ Requires: %{name}-emailmerge%{?_isa} = %{epoch}:%{version}-%{release} # not upstreamed: upstream wants an automatic restart after a crash; we # want a nice abrt report Patch0: 0001-don-t-suppress-crashes.patch +# disable tip-of-the-day dialog by default +Patch1: 0001-disble-tip-of-the-day-dialog-by-default.patch # rhbz#1736810 disable opencl by default again -Patch1: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch +Patch2: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch # backported -Patch2: 0001-replace-boost-bimap-in-sdext-pdfimport.patch -Patch3: 0001-fix-detecting-qrcodegen.patch -Patch4: 0001-Adapt-o3tl-span-to-removal-of-std-span-cbegin-et-al.patch +Patch3: 0001-replace-boost-bimap-in-sdext-pdfimport.patch +Patch4: 0001-fix-detecting-qrcodegen.patch +Patch5: 0001-Adapt-o3tl-span-to-removal-of-std-span-cbegin-et-al.patch %if 0%{?rhel} # not upstreamed @@ -2138,6 +2140,9 @@ done %{_includedir}/LibreOfficeKit %changelog +* Fri Mar 20 2020 Caolán McNamara - 1:6.4.1.2-3 +- disable tip-of-the-day dialog by default + * Wed Mar 18 2020 Caolán McNamara - 1:6.4.1.2-2 - rhbz#1776774 make math subpackage just a superficial package for math launcher