From 559819694590e25ec7aef2dbc96a47765e1ba6c5 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 18 Feb 2020 22:38:06 +0100 Subject: [PATCH] themes: Drop UseFirmwareBackground=true from spinner/bgrt firmware-upgrade settings The spinner theme should never have UseFirmwareBackground=true and in the bgrt case we should not use it for modes which set a Title as the Title location will conflict with the firmware background vendor logo. Signed-off-by: Hans de Goede --- themes/bgrt/bgrt.plymouth.in | 1 - themes/spinner/spinner.plymouth.in | 1 - 2 files changed, 2 deletions(-) diff --git a/themes/bgrt/bgrt.plymouth.in b/themes/bgrt/bgrt.plymouth.in index ac07bc9f..6f4dc7f8 100644 --- a/themes/bgrt/bgrt.plymouth.in +++ b/themes/bgrt/bgrt.plymouth.in @@ -51,6 +51,5 @@ _SubTitle=Do not turn off your computer SuppressMessages=true ProgressBarShowPercentComplete=true UseProgressBar=true -UseFirmwareBackground=true _Title=Upgrading Firmware... _SubTitle=Do not turn off your computer diff --git a/themes/spinner/spinner.plymouth.in b/themes/spinner/spinner.plymouth.in index 5e5078e8..f3abdab0 100644 --- a/themes/spinner/spinner.plymouth.in +++ b/themes/spinner/spinner.plymouth.in @@ -41,6 +41,5 @@ _SubTitle=Do not turn off your computer SuppressMessages=true ProgressBarShowPercentComplete=true UseProgressBar=true -UseFirmwareBackground=true _Title=Upgrading Firmware... _SubTitle=Do not turn off your computer