I recently wanted to make a custom splash screen on Ubuntu. I don't want to use some pre-built splash screen. Instead, I want to use my own GIF/PNG/MP4 file to set as splash screen.
Is it possible? If yes, then how could I do it?
I recently wanted to make a custom splash screen on Ubuntu. I don't want to use some pre-built splash screen. Instead, I want to use my own GIF/PNG/MP4 file to set as splash screen.
Is it possible? If yes, then how could I do it?
cd /usr/share/plymouth/themes
takes me straight to it. What did you type? – graham Aug 08 '21 at 08:53cd /lib/plymouth/themes
because the guide on makeuseof said so, but I have no directory /lib/plymouth... Could you maybe make a new guide here on how to do it?.. – Aug 08 '21 at 09:00/usr/share/plymouth/themes
instead of/lib/plymouth/themes
– Archisman Panigrahi Aug 08 '21 at 09:02/lib/plymouth/themes
. As of Ubuntu 16.04 LTS, that location has been moved, to/usr/share/plymouth/themes
. " So just replace/lib/plymouth/themes
with/usr/share/plymouth/themes
in the commands given. – BeastOfCaerbannog Aug 08 '21 at 10:59