PDA

View Full Version : [ubuntu] Change shutdown screen



canadianwriterman
July 27th, 2010, 06:26 PM
I'm using Ubuntu Lucid, but installed xubuntu-desktop to try out. I still boot into the GNOME most of the time, but since installing the xubuntu package I'm getting an xubuntu shutdown screen all the time, even when starting up in the GNOME desktop. Any way to restore the Ubuntu shutdown screen? Thanks for your help.

chopinhauer
July 28th, 2010, 05:55 PM
I'm using Ubuntu Lucid, but installed xubuntu-desktop to try out. I still boot into the GNOME most of the time, but since installing the xubuntu package I'm getting an xubuntu shutdown screen all the time, even when starting up in the GNOME desktop. Any way to restore the Ubuntu shutdown screen? Thanks for your help.

Plymouth is the application that shows you a splash screen at boot and shutdown. To change its theme settings type these commands in a terminal:

sudo update-alternatives --config default.plymouth
sudo update-initramfs -u

You can find other Plymouth tricks on the Ubuntu Geek (http://www.ubuntugeek.com/quick-tipplymouth-themes-in-ubuntu-10-04-lucid-lynx.html) site.

canadianwriterman
July 30th, 2010, 09:18 PM
Thanks, chopinhauer. Much appreciated.