f97cb31771
Add patches fixing delay between gdm telling us to deactivate and us telling gdm it is ok to continue Drop plymouth-plugin-throbgress sub-package, the spinfinity theme now uses the two-step plugin
42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
From a575605b7dd835bab626f07ff37f283049da7b3c Mon Sep 17 00:00:00 2001
|
|
From: Hans de Goede <hdegoede@redhat.com>
|
|
Date: Tue, 18 Feb 2020 22:38:06 +0100
|
|
Subject: [PATCH 7/7] 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 <hdegoede@redhat.com>
|
|
---
|
|
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 994a995..5455eb7 100644
|
|
--- a/themes/bgrt/bgrt.plymouth.in
|
|
+++ b/themes/bgrt/bgrt.plymouth.in
|
|
@@ -54,6 +54,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 88121c5..0687d12 100644
|
|
--- a/themes/spinner/spinner.plymouth.in
|
|
+++ b/themes/spinner/spinner.plymouth.in
|
|
@@ -50,6 +50,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
|
|
--
|
|
2.25.1
|
|
|