mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
gdm: don't do legacy gdm transition at shutdown
This commit is contained in:
parent
6e748588cd
commit
d1beb39095
1 changed files with 2 additions and 1 deletions
|
|
@ -938,7 +938,8 @@ quit_program (state_t *state)
|
|||
}
|
||||
|
||||
#ifdef PLY_ENABLE_GDM_TRANSITION
|
||||
if (state->should_retain_splash)
|
||||
if (state->should_retain_splash &&
|
||||
state->mode == PLY_BOOT_SPLASH_MODE_BOOT_UP)
|
||||
{
|
||||
tell_gdm_to_transition ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue