Ubuntu Forums Archive Viewer

Replace bootup LOGO

Archived thread 316709 from Ubuntu Customization Guide. Markdown source: Ubuntu_Customization_Guide/thread_316709_Replace_bootup_LOGO.md

Original URL About this archive
#1

Hi, I have ubuntu 6.10 installed. I installed and then remove kubuntu-desktop, but this changed my logo start from the ubuntu one to the kubunto one. How do I restore the ubuntu logo!?

#2

sudo apt-get install ubuntu-desktop
#3

there isn't another way than reinstalling all ubuntu in this way!?

#4
sudo apt-get --purge kubuntu-artwork-usplash
sudo apt-get --reinstall usplash-theme-ubuntu

...and you'll be just fine.

#5

That was the exact same problem with me you saved me posting me a new thread , OS started as kubuntu but shuts down as ubuntu :-D

Looks nice though :mrgreen:

#6

deadlydeathcone said:

sudo apt-get --purge kubuntu-artwork-usplash sudo apt-get --reinstall usplash-theme-ubuntu


...and you'll be just fine.


Nice, thank you.