PDA

View Full Version : [SOLVED] Splash screen chnage after KDE installation



nikhil14
May 29th, 2012, 04:23 AM
I installed Ubuntu 12.04.
I also installed KDE4.8.
I changed my display manger to kDM and afterwards I changed it back to lightDM (Ubuntu default).
Command:
sudo dpkg-reconfigure lightdm

Now when I am booting the machine, it is still showing the splash screens of KDE, although afterwards it goes to Unity log-on screen as expected. Same thing happens at shut-down or log-off - it shows splash screens of KDE.

PS:
This is the first time I am starting any thread at any public technology forum, so please forgive me if my question is silly or already answered. Please guide me to the right thread if it is already answered.

zombifier25
May 29th, 2012, 07:15 AM
The boot screen has changed to that of Kubuntu's. To change back to that of Ubuntu's, type this command:

sudo update-alternatives --config default.plymouth
then choose the choice ubuntu.logo. For example, if the choice for ubuntu.logo is 0, then type 0 and Enter.

nikhil14
May 30th, 2012, 01:53 AM
Thanks a ton for your quick reply!
I used the command:

sudo update-alternatives --config default.plymouth
After using the command I made the changes as suggested by you.
After the changes I can see the selection like this:

Selection Path Priority Status
---------------------------------------------------------------------------------------------------------------------------------------------------
0 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 auto mode
1 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 manual mode
* 2 /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode

But, still same problem persists!!!
Thanks!

thomsebastin
May 30th, 2012, 09:14 AM
Thanks a ton for your quick reply!
I used the command:

sudo update-alternatives --config default.plymouth
After using the command I made the changes as suggested by you.
After the changes I can see the selection like this:

Selection Path Priority Status
---------------------------------------------------------------------------------------------------------------------------------------------------
0 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 auto mode
1 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 manual mode
* 2 /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode

But, still same problem persists!!!
Thanks!

I dono if this works,but it has always worked for me.
=>go to synaptic manager.
=>search for kubuntu plymouth,kde-plymouth or something similar until u find it ,or else you can even just search plymouth .
=>select the plymouth theme of kubuntu n remove it.(you can add it anytime later.)..
=>hope this work for u too.
regards
-thomas

zombifier25
May 30th, 2012, 11:34 AM
Thanks a ton for your quick reply!
I used the command:

sudo update-alternatives --config default.plymouth
After using the command I made the changes as suggested by you.
After the changes I can see the selection like this:

Selection Path Priority Status
---------------------------------------------------------------------------------------------------------------------------------------------------
0 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 auto mode
1 /lib/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 manual mode
* 2 /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode

But, still same problem persists!!!
Thanks!

Forgot an extra command to apply your changes:

sudo update-initramfs -u

nikhil14
May 31st, 2012, 04:53 AM
Forgot an extra command to apply your changes:

sudo update-initramfs -u

Thank you, zombifier25 (http://ubuntuforums.org/member.php?u=1251447)!
That worked out just fine....

I am sure I will enjoy this cup of Ubuntu!!!
Thanks!!!!