mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-14 10:38:09 +02:00
fall back to text plugin if fedora-fade-in fails
This commit is contained in:
parent
1c8114763f
commit
34b71dbfef
1 changed files with 6 additions and 0 deletions
|
|
@ -405,6 +405,12 @@ main (int argc,
|
|||
state.boot_splash = start_boot_splash (&state,
|
||||
PLYMOUTH_PLUGIN_PATH "fedora-fade-in.so");
|
||||
|
||||
if (state.boot_splash == NULL)
|
||||
{
|
||||
state.boot_splash = start_boot_splash (&state,
|
||||
PLYMOUTH_PLUGIN_PATH "text.so");
|
||||
}
|
||||
|
||||
if (state.boot_splash == NULL)
|
||||
{
|
||||
ply_error ("could not start boot splash: %m");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue