Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 650624 Details for
Bug 879295
upgrade has no progress indicator (missing/wrong plymouth theme)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to make plymouth-populate-initrd change the default theme to be the installed theme
0001-If-PLYMOUTH_THEME_NAME-is-set-write-it-into-plymouth.patch (text/plain), 1.95 KB, created by
Will Woods
on 2012-11-23 19:34:37 UTC
(
hide
)
Description:
patch to make plymouth-populate-initrd change the default theme to be the installed theme
Filename:
MIME Type:
Creator:
Will Woods
Created:
2012-11-23 19:34:37 UTC
Size:
1.95 KB
patch
obsolete
>From 5d2dbb1b81bf3bdd3610c89561ac5bbf78382ed7 Mon Sep 17 00:00:00 2001 >From: Will Woods <wwoods@redhat.com> >Date: Fri, 16 Nov 2012 15:37:42 -0500 >Subject: [PATCH] If PLYMOUTH_THEME_NAME is set, write it into plymouthd.conf > >You can set PLYMOUTH_THEME_NAME when building initramfs to get a >different theme into initramfs, but this doesn't change the default >theme, so the resulting initramfs won't actually use the theme we >installed. > >This patch makes plymouth-populate-initrd rewrite the 'Theme=XXX' line >in plymouthd.conf, so plymouth will use the theme we install. >--- > scripts/plymouth-populate-initrd.in | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-initrd.in >index 8d1eec0..d901a9b 100755 >--- a/scripts/plymouth-populate-initrd.in >+++ b/scripts/plymouth-populate-initrd.in >@@ -8,6 +8,7 @@ > [ -z "$PLYMOUTH_DATADIR" ] && PLYMOUTH_DATADIR="@PLYMOUTH_DATADIR@" > [ -z "$PLYMOUTH_PLUGIN_PATH" ] && PLYMOUTH_PLUGIN_PATH="$(plymouth --get-splash-plugin-path)" > [ -z "$PLYMOUTH_LOGO_FILE" ] && PLYMOUTH_LOGO_FILE="@PLYMOUTH_LOGO_FILE@" >+[ -n "$PLYMOUTH_THEME_NAME" ] && THEME_OVERRIDE=1 > [ -z "$PLYMOUTH_THEME_NAME" ] && PLYMOUTH_THEME_NAME=$(plymouth-set-default-theme) > [ -z "$PLYMOUTH_CONFDIR" ] && PLYMOUTH_CONFDIR="@PLYMOUTH_CONF_DIR@" > [ -z "$PLYMOUTH_POLICYDIR" ] && PLYMOUTH_POLICYDIR="@PLYMOUTH_POLICY_DIR@" >@@ -388,6 +389,12 @@ if [ -z "$PLYMOUTH_THEME_NAME" ]; then > exit 1 > fi > >+if [ $THEME_OVERRIDE ]; then >+ conf=$INITRDDIR/${PLYMOUTH_CONFDIR}/plymouthd.conf >+ echo "modifying plymouthd.conf: Theme=$PLYMOUTH_THEME_NAME" > /dev/stderr >+ sed -i "s/^ *Theme *=.*/# theme modified by plymouth-populate-initrd\nTheme=$PLYMOUTH_THEME_NAME/" $conf >+fi >+ > PLYMOUTH_MODULE_NAME=$(grep "ModuleName *= *" ${PLYMOUTH_DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/${PLYMOUTH_THEME_NAME}.plymouth | sed 's/ModuleName *= *//') > > if [ ! -f ${PLYMOUTH_PLUGIN_PATH}/${PLYMOUTH_MODULE_NAME}.so ]; then >-- >1.8.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 879295
: 650624