After installing kde plasma desktop on Ubuntu 15.10 splash screen changed when starting Linux to splash screen Kubuntu. How to change it back to Ubuntu splash screen.
Asked
Active
Viewed 3,700 times
2
-
Did you apply changes after installing plymouth? if not type <sudo update-initramfs -u> – NIMISHAN Dec 13 '15 at 07:50
1 Answers
3
- Run
sudo update-alternatives --config default.plymouth
in terminal. - Select the theme you want to apply.
- Run
sudo update-initramfs -u
in terminal.

kashish
- 1,332