mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +02:00
Ignore extra calls to --show-splash
This commit is contained in:
parent
19a6f20290
commit
1ec380a44e
1 changed files with 3 additions and 0 deletions
|
|
@ -159,6 +159,9 @@ ply_boot_splash_show (ply_boot_splash_t *splash)
|
|||
assert (splash->module_name != NULL);
|
||||
assert (splash->loop != NULL);
|
||||
|
||||
if (splash->is_shown)
|
||||
return true;
|
||||
|
||||
ply_trace ("trying to load %s", splash->module_name);
|
||||
if (!ply_boot_splash_load_plugin (splash))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue