i want to update my splash screen (when i boot or logoff), logo etc... to use the solar theme.

i did:

sudo apt-get install plymouth-theme-solar

then i went to the themes folder to customize it:

/lib/plymouth/themes/

and i updated logos and other images.

sudo update-initramfs -u

i think this command is the right one to run but when i run it, nothing is updated

what am i missing?

link|improve this question

whereis plymouth. plymouth: /bin/plymouth /lib/plymouth, ls /lib/plymouth – Anonymous Nov 24 '11 at 23:17
feedback

migrated from stackoverflow.com Nov 24 '11 at 21:23

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 12 down vote accepted

This should do the trick:

sudo apt-get install galternatives

sudo galternatives

Then select your theme from key default-playmouth and do the update-initramfs -u again.

link|improve this answer
1  
thanks it worked – aki Nov 28 '11 at 12:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.