diff --git a/src/shell.c b/src/shell.c index e0c352724..d1645bdf1 100644 --- a/src/shell.c +++ b/src/shell.c @@ -450,6 +450,9 @@ shell_configuration(struct desktop_shell *shell) "startup-animation", &s, "fade"); shell->startup_animation_type = get_animation_type(s); free(s); + if (shell->startup_animation_type == ANIMATION_ZOOM) + shell->startup_animation_type = ANIMATION_NONE; + weston_config_section_get_uint(section, "num-workspaces", &shell->workspaces.num, DEFAULT_NUM_WORKSPACES);