


Darwin Plymouth
Plymouth Themes by LozanoJack 21 comments
I figured out the way to install it on Kubuntu 19.04
# Copy the downloaded archive contents to this location
cp -R darwin /usr/share/plymouth/themes/
# Replace darwin.plymouth file contents with following:
vi /usr/share/plymouth/themes/darwin/darwin.plymouth
====
Plymouth Theme]
Name=Darwin OS X Plymouth
Description=A Plymouth of OS X Yosemite
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/darwin
ScriptFile=/usr/share/plymouth/themes/darwin/darwin.script
====
# install it
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100
# Choose Darwin
update-alternatives --config default.plymouth
# Update Initramfs
update-initramfs -u
AND REBOOT!!!
- Aug 15 2019
# Copy the downloaded archive contents to this location
cp -R darwin /usr/share/plymouth/themes/
# Replace darwin.plymouth file contents with following:
vi /usr/share/plymouth/themes/darwin/darwin.plymouth
====
Plymouth Theme]
Name=Darwin OS X Plymouth
Description=A Plymouth of OS X Yosemite
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/darwin
ScriptFile=/usr/share/plymouth/themes/darwin/darwin.script
====
# install it
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/darwin/darwin.plymouth 100
# Choose Darwin
update-alternatives --config default.plymouth
# Update Initramfs
update-initramfs -u
AND REBOOT!!!
- Aug 15 2019