DIYers IT Zone

Computing, Hot Gadgets, Tech News, Tips & Tricks, & Personal Talk...

« Friendster Problem…

Websites Cop »

How to Fix Usplash in Ubuntu 8.10 (Intrepid)

At the moment if you change your usplash theme, it just does not change.To fix this use the following procedure.

sudo apt-get install libusplash-dev

Then go to your theme folder (In this example we are using this and the filenames used below is for this one )

make

sudo cp usplash-theme-wideubuntu.so /usr/lib/usplash

sudo rm /etc/alternatives/usplash-artwork.so

sudo ln -s /usr/lib/usplash/usplash-theme-wideubuntu.so /etc/alternatives/usplash-artwork.so

sudo update-initramfs -u

sudo update-grub

That’s it now you should be having your new usplash.

More: continued here

November 17, 2008 - 6:11 PM
Leave a reply