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/themestakes me straight to it. What did you type? – graham Aug 08 '21 at 08:53cd /lib/plymouth/themesbecause 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/themesinstead 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/themeswith/usr/share/plymouth/themesin the commands given. – BeastOfCaerbannog Aug 08 '21 at 10:59