Skip to content

Commit

Permalink
Don't make a required component failure fatal.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Nov 9, 2023
1 parent cc3d2fc commit c397f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinnamon-session/csm-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ on_required_app_failure (CsmManager *manager,
allow_logout = !_log_out_is_locked_down (manager);
}

csm_util_init_error (TRUE, "A program required by the session failed to start: %s",
csm_util_init_error (FALSE, "A program required by the session failed to start: %s",
csm_app_peek_startup_id (app));
}

Expand Down

0 comments on commit c397f61

Please sign in to comment.