Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3200

General Questions • [Software] Custom plymouth theme not working

$
0
0
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:

[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:

[Plymouth Theme]ModuleName=scriptName=Classic98Description=Classic98[script]ImageDir=/usr/share/plymouth/themes/classic98ScriptFile=/usr/share/plymouth/themes/classic98/classic98.script
and my .script (splash.png is in the same theme folder):

Code:

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

Statistics: Posted by XpGuy — 2024-04-20 14:56 — Replies 0 — Views 75



Viewing all articles
Browse latest Browse all 3200

Trending Articles