diff --git a/0001-Resolves-rhbz-788042-skip-splashscreen-with-quicksta.patch b/0001-Resolves-rhbz-788042-skip-splashscreen-with-quicksta.patch new file mode 100644 index 0000000..3e61acb --- /dev/null +++ b/0001-Resolves-rhbz-788042-skip-splashscreen-with-quicksta.patch @@ -0,0 +1,24 @@ +From 13b6afe8c8e26d837fc9de9428fe2bfca1b551c6 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= +Date: Tue, 7 Feb 2012 13:36:50 +0000 +Subject: [PATCH] Resolves: rhbz#788042 skip splashscreen with --quickstart + +--- + desktop/unx/source/args.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c +index 367bac2..0952911 100644 +--- a/desktop/unx/source/args.c ++++ b/desktop/unx/source/args.c +@@ -58,6 +58,7 @@ static struct { + { "nologo", 0, 1, 0, 0, NULL }, + { "headless", 0, 1, 0, 0, NULL }, + { "invisible", 0, 1, 0, 0, NULL }, ++ { "quickstart", 0, 1, 0, 0, NULL }, + { "minimized", 0, 1, 0, 0, NULL }, + + /* pagein bits */ +-- +1.7.6.5 + diff --git a/libreoffice.spec b/libreoffice.spec index 22cf4da..3f5d94f 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -187,6 +187,7 @@ Patch68: 0004-fdo-38542-sw-ODF-import-prevent-border-width-overrid.patch Patch69: 0001-rhbz-746174-also-export-list-restart-for-non-root-li.patch Patch70: 0001-resolved-fdo-42784-BorderLine-with-only-InnerWidth-s.patch Patch71: 0001-Do-not-pass-the-request-for-command-line-help-to-oos.patch +Patch72: 0001-Resolves-rhbz-788042-skip-splashscreen-with-quicksta.patch %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %define instdir %{_libdir} @@ -1043,9 +1044,10 @@ mv -f redhat.soc extras/source/palettes/standard.soc %patch66 -p1 -b .fdo-40438-force-calculating-layout-before-Activate-t.patch %patch67 -p1 -b .fdo-38542-sw-ODF-import-divide-width-by-3-for-double.patch %patch68 -p1 -b .fdo-38542-sw-ODF-import-prevent-border-width-overrid.patch -%patch69 -p1 -b .rhbz-746174-also-export-list-restart-for-non-root-li.patch +%patch69 -p1 -b .rhbz746174-also-export-list-restart-for-non-root-li.patch %patch70 -p1 -b .resolved-fdo-42784-BorderLine-with-only-InnerWidth-s.patch %patch71 -p1 -b .Do-not-pass-the-request-for-command-line-help-to-oos.patch +%patch72 -p1 -b .rhbz788042-skip-splashscreen-with-quicksta.patch # these are horribly incomplete--empty translations and copied english # strings with spattering of translated strings @@ -2378,6 +2380,7 @@ update-desktop-database %{_datadir}/applications &> /dev/null || : - Resolves: fdo#42784 BorderLine with only InnerWidth set does not work - Resolves: fdo#45255 edge-case .doc comment import - Resolves: rhbz#788045 fix soffice --help with instance already running +- Resolves: rhbz#788042 skip splashscreen with quickstarter * Tue Jan 17 2012 David Tardon - 3.4.5.2-1 - new upstream version 3.4.5