Page 1 of 1

[SOLVED] Plymouth themes

PostPosted: Dec 6th, '15, 11:11
by karen
Hello everyone! How to install themes that I attached below? Independently does not work. Tried as described here https://forums.mageia.org/en/viewtopic.php?f=11&t=9993&p=58301&hilit=plymouth#p58301 - does not work... I know bad English - I from Russia.

Re: Plymouth themes

PostPosted: Dec 6th, '15, 11:27
by doktor5000
You mention the installation as described in the forum thread does not work - what's the error message you get?

Re: Plymouth themes

PostPosted: Dec 6th, '15, 12:45
by karen
doktor5000 wrote:You mention the installation as described in the forum thread does not work - what's the error message you get?


Sorry
Code: Select all
[karen@localhost ~]$ su
Пароль:
[root@localhost karen]# cp -r Starry-Night-Plymouth /usr/share/plymouth/themes/
[root@localhost karen]# Plymouth-set-default-theme -R Starry-Night-Plymouth
bash: Plymouth-set-default-theme: команда не найдена
[root@localhost karen]# plymouth-set-default-theme -R Starry-Night-Plymouth
/usr/share/plymouth/themes/Starry-Night-Plymouth/Starry-Night-Plymouth.plymouth does not exist
[root@localhost karen]#

Re: Plymouth themes

PostPosted: Dec 6th, '15, 14:04
by doktor5000
karen wrote:[root@localhost karen]# plymouth-set-default-theme -R Starry-Night-Plymouth
/usr/share/plymouth/themes/Starry-Night-Plymouth/Starry-Night-Plymouth.plymouth does not exist

That is because the theme author used a mixed-case folder name but for the description filename he used all lowercase and the -plymouth suffix is missing in the base filename: starry-night.plymouth
Maybe the following is sufficient, although I can't test currently, will check later:
Code: Select all
cp /usr/share/plymouth/themes/Starry-Night-Plymouth/starry-night.plymouth /usr/share/plymouth/themes/Starry-Night-Plymouth/Starry-Night-Plymouth.plymouth

Re: Plymouth themes

PostPosted: Dec 6th, '15, 14:21
by karen
Thank you! Understood! I had the theme file to edit and correct. Then rename the folder - voila!!!

Re: [SOLVED\РЕШЕНО] Plymouth themes

PostPosted: Dec 6th, '15, 15:01
by karen
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=174342
2. 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-penguinis
5. 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!

Re: [SOLVED\РЕШЕНО] Plymouth themes

PostPosted: Dec 6th, '15, 16:19
by doktor5000
FWIW, as this is the international forum, this is basically english-only. For the russian part, that may be better placed in the russian forum
linked from our Supporting communities subforum: viewforum.php?f=40