Lines Matching refs:shell
4 Subject: [PATCH 78/92] desktop-shell: Fix crash when hotplugging screens
11 desktop-shell/shell.c | 7 +++++++
14 diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
16 --- a/desktop-shell/shell.c
17 +++ b/desktop-shell/shell.c
26 get_panel_size(shell, view, &width, &height);
27 switch (shell->panel_position) {
29 @@ -3947,6 +3951,8 @@ check_desktop_shell_crash_too_early(struct desktop_shell *shell)
33 + /* HACK: The shell might be crashed too early when hotplugging */
36 * If the shell helper client dies before the session has been
38 @@ -3962,6 +3968,7 @@ check_desktop_shell_crash_too_early(struct desktop_shell *shell)