Fuente: LaMaquinaDiferencial
El aspecto visual de la carga del sistema operativo y el login de entrada en la última versión de ubuntu y en Fedora desde la versión 10, es realizado por Plymouth, y no por Usplash como venía siendo habitual. Esto hace que para cambiar el aspecto del mismo haya que utilizar otros métodos:
Para la pantalla de entrada o login
Abrimos una terminal:
$ sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop
y nos salimos de la sesión (logout). Al intentar iniciar de nuevo la sesión se nos abrirá la pantalla de “apariencia”. Aquí es donde debemos cambiar el fondo o background y también las fuentes y el aspecto que tendrá la pantalla de login (controles). Para agregar controles nuevos podemos descargarlos de Gnome Art y dejarlos en una carpeta donde cualquier usuario tenga acceso (no sirve en la carpeta home de vuestro usuario), por ejemplo en un pendrive o en /. En el mismo momento del login seremos capaces de instalar nuevos controles o backgrounds.
Una vez configurado el aspecto, volvemos a iniciar sesión y revertimos el enlace simbólico que hemos creado anteriormente:
$ sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop
Para la pantalla de carga de Linux
Podemos descargar algunos themes desde los repositorios:
$ sudo aptitude search plymouth-theme
p lubuntu-plymouth-theme - plymouth theme for Lubuntu
v plymouth-theme -
i plymouth-theme-fade-in - graphical boot animation and logger - fade
i plymouth-theme-glow - graphical boot animation and logger - glow
p plymouth-theme-kubuntu-logo - graphical boot animation and logger - kubu
p plymouth-theme-sabily - plymouth theme for Sabily
p plymouth-theme-script - graphical boot animation and logger - scri
i plymouth-theme-solar - graphical boot animation and logger - sola
i plymouth-theme-spinfinity - graphical boot animation and logger - spin
p plymouth-theme-text - graphical boot animation and logger - text
i plymouth-theme-ubuntu-logo - graphical boot animation and logger - ubun
i plymouth-theme-ubuntu-text - graphical boot animation and logger - ubun
i plymouth-theme-ubuntustudio - Ubuntu Studio Plymouth theme
p xubuntu-plymouth-theme - Plymouth theme for Xubuntu
A mí personalmente me gusta el fade-in y el solar, así que si elegimos por ejemplo el solar:
$ sudo aptitude install plymouth-theme-solar
$ sudo update-alternatives --config default.plymouth
There are 6 choices for the alternative default.plymouth (providing /lib/plymouth/themes/default.plymouth).
Selection Path Priority Status
------------------------------------------------------------
0 /lib/plymouth/themes/ubuntustudio-logo/ubuntustudio-logo.plymouth 150 auto mode
* 1 /lib/plymouth/themes/fade-in/fade-in.plymouth 10 manual mode
2 /lib/plymouth/themes/glow/glow.plymouth 10 manual mode
3 /lib/plymouth/themes/solar/solar.plymouth 10 manual mode
4 /lib/plymouth/themes/spinfinity/spinfinity.plymouth 10 manual mode
5 /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode
6 /lib/plymouth/themes/ubuntustudio-logo/ubuntustudio-logo.plymouth 150 manual mode
Press enter to keep the current choice[*], or type selection number: 3
(elegimos el número que corresponda con nuestro tema solar, en este caso el 3)











Últimos comentarios