I’m not sure if this is the right place but I’m trying to create a custom Plymouth theme for Ubuntu Core and I am finding the documentation a little confusing.
So far I have created a custom model file and built a working image. Then I have added a vendor logo to the /splash
directory and this works but I need to customise this further.
I have cloned core-splash, customised it and build the gadget snap.
The confusing things I’d like to understand are:
- This is a gadget snap but when I add it to my model I get an error saying only one gadget is allowed.
- Adding as a normal snap seems to do nothing - I see the old splash sccreen
- The
core-splash
file paths seem to be completely different to the documentation, particularly theorganize
section insnapcraft.yaml
and theThemeDir
inplymouthd.conf
- What is the
$GADGET
variable supposed to be as I cannot find it documented anywhere? - The docs say use
vendor.plymouth
but the example code usesubuntu-core.plymouth
Any help with this is appreciated!