[main] Ignore --show-splash while deactivated

The last thing we want to do after plymouth deactivate is called by
the X display manager is listen to calls to show the splash screen
again.

So don't.
calculate-0.9.5
Scott James Remnant 15 years ago committed by Ray Strode
parent 2dead90bd1
commit 704397b5e8

@ -578,6 +578,9 @@ on_show_splash (state_t *state)
{
bool has_display;
if (state->is_inactive)
return;
if (plymouth_should_ignore_show_splash_calls (state))
{
dump_details_and_quit_splash (state);

Loading…
Cancel
Save