How to install theme to plymouth in Mageia:
1. Download the theme that you like (in my case it Aurora-Penguinis-Plymouth.tar.gz).
http://gnome-look.org/content/show.php/Aurora+Penguinis+Plymouth+Theme?content=1743422. Unzip to /home/user (your user) archive with the theme - you will get the folder Aurora-Penguinis-Plymouth.
3. Go to this folder and look for a file called aurora-penguinis.plymouth (see how it's called?). Open this file via editor (in my case gedit) and we need to change the path to the theme and script on the need for Mageia 5:
ImageDir=/
lib/plymouth/themes/aurora-penguinis
ScriptFile=/
lib/plymouth/themes/aurora-penguinis/aurora-penguinis.script
ImageDir=
/usr/share/plymouth/themes/aurora-penguinis
ScriptFile=
/usr/share/plymouth/themes/aurora-penguinis/aurora-penguinis.script
Changed? Saved our file and move on.
4. Change the name of the folder with the theme to
aurora-penguinis5. Open the terminal and type the command:
- Code: Select all
$ su
# cp -r aurora-penguinis /usr/share/plymouth/themes/
# plymouth-set-default-theme -R aurora-penguinis
Wait, if all is well, reboot.
Thank you all - all free!