Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] Custom plymouth theme not working

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
XpGuy
Posts: 1
Joined: 2024-04-20 14:23

[Software] Custom plymouth theme not working

#1 Post by XpGuy »

Hello, Sorry if i posted in the wrong category. I'm just new here...
So, I made a custom Plymouth script to simply display a background image, but whenever i boot it doesn't display it. But, i can catch a glimpse of an error message that says

Code: Select all

[FAILED] Failed to start plymouth-start.service - Show Plymouth Boot Screen
Debian does seem to boot despite the error.
Here is what i'm using for my .plymouth and .script:

Code: Select all

[Plymouth Theme]
ModuleName=script
Name=Classic98
Description=Classic98

[script]
ImageDir=/usr/share/plymouth/themes/classic98
ScriptFile=/usr/share/plymouth/themes/classic98/classic98.script
and my .script (splash.png is in the same theme folder):

Code: Select all

Window.SetBackgroundTopColor (0, 0, 0);           
Window.SetBackgroundBottomColor (0, 0, 0);
bg_image = Image ("splash.png");
bg_image = bg_image.Scale (Window.GetWidth(), Window.GetHeight());

bg = Sprite (bg_image);
I've appled the theme using plymouth-set-default-theme, and i've made sure to reload intramfs and also updated grub too.
I'm not sure whats wrong with my theme as the other built in themes seem work perfectly. Hopefully someone can help me! Thanks :D

Post Reply