mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
[main] Disconnect from tty when hiding splash
We were still processing keystrokes when the splash screen was hidden. This caused problems because the tty is used by other programs at that time.
This commit is contained in:
parent
0bb06a8afa
commit
288c110fa1
1 changed files with 2 additions and 0 deletions
|
|
@ -549,6 +549,8 @@ remove_displays_and_keyboard (state_t *state)
|
|||
node = next_node;
|
||||
}
|
||||
|
||||
ply_keyboard_stop_watching_for_input (state->keyboard);
|
||||
ply_keyboard_free (state->keyboard);
|
||||
state->keyboard = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue