From 349e3abbbba9af27e20312be98f15f549c29214c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:10:54 +0200 Subject: Disabling the splash screen by default. Signed-off-by: Daniel Baumann --- debian/README.Debian | 11 +++++------ debian/rules | 3 +++ 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 -- cgit v1.2.3