summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:10:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:10:54 +0000
commit349e3abbbba9af27e20312be98f15f549c29214c (patch)
treed00d17720d4cdf34399559a3318a830c42ecab40 /debian
parentBuilding without dpkg-vendor. (diff)
downloadlibreoffice-349e3abbbba9af27e20312be98f15f549c29214c.tar.xz
libreoffice-349e3abbbba9af27e20312be98f15f549c29214c.zip
Disabling the splash screen by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian11
-rwxr-xr-xdebian/rules3
2 files changed, 8 insertions, 6 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index c27c3d5c6..ca7be0973 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -16,7 +16,7 @@ Display and crashing problems
Font problems
Why are the menu fonts smaller than in older versions?
Changing the default user interface font typeface for non-KDE/Gnome desktops
-Disabling the splash screen
+Enabling the splash screen
AppArmor problems
More information about LibreOffice in Debian
@@ -273,11 +273,10 @@ including Korean characters).
Refer to the LibreOffice Help for a detailed explanation of the font
replacement dialog.
-Disabling the splash screen
-===========================
-If you don't like the splash screen staying in front of other windows while
-LibreOffice is loading, you can disable it by editing
-/etc/openoffice/sofficerc. Change Logo=1 to Logo=0.
+Enabling the splash screen
+==========================
+If you like the splash screen while LibreOffice is loading, you can enable it by
+editing /etc/openoffice/sofficerc. Change Logo=0 to Logo=1.
AppArmor problems
=================
diff --git a/debian/rules b/debian/rules
index df68982e3..286e833e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3448,6 +3448,9 @@ endif
grep URE_BOOTSTRAP $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc >> $(PKGDIR)-common/$(OODIR)/program/sofficerc && \
grep -v URE_BOOTSTRAP $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc > $$TMP && mv $$TMP $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc
+ # disabling the splash screen
+ sed -i -e 's/Logo=1/Logo=0/' $(PKGDIR)-common/etc/$(OODIRNAME)/sofficerc
+
install -m 644 debian/soffice.sh \
$(PKGDIR)-common/etc/$(OODIRNAME)/soffice.sh