Plymouth (Ubuntu)
Zur Navigation springen
Zur Suche springen
Allgemein
Für die Darstellung des grafischen "Boot Splash", d.h. die grafische Animation während des Startvorgangs, wird Plymouth verwendet.
Installation eines neuen Themes
Haunted Tree
Download unter https://www.gnome-look.org/p/1294296/
Die heruntergeladene Zip-Datei mittels
unzip hauntedtree.zip
entpacken und ins themes
-Verzeichnis kopieren:
sudo cp hauntedtree /usr/share/plymouth/themes sudo chown -R root:root /usr/share/plymouth/themes/hauntedtree
Damit das Theme ausgewählt werden kann, muss es noch installiert werden:
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/hauntedtree/hauntedtree.plymouth 100
Nach dem Installieren kann man das Theme mittels
sudo update-alternatives --config default.plymouth
auswählen und mit update-initramfs
übernehmen:
sudo update-initramfs -u
Entfernen eines Themes
sudo update-alternatives --remove default.plymouth /usr/share/plymouth/themes/hauntedtree/hauntedtree.plymouth
Links
https://wiki.ubuntuusers.de/Plymouth/
https://www.gnome-look.org/browse/cat/108/order/latest/
Zurück zu Ubuntu