Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Startup infinite await #2006

Merged
merged 3 commits into from
May 15, 2023
Merged

Commits on May 15, 2023

  1. docking: Cleanup startup animation injections once done

    There's no need to keep our injected methods and signal connections
    around when the startup animation has completed.
    3v1n0 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3cb0d71 View commit details
    Browse the repository at this point in the history
  2. docking: Handling monitors changed events while preparing startup ani…

    …mation
    
    During startup animation the shell may receive a monitors-changed event,
    in this case the startup animation events are never triggered because
    the background loaded signal is never emitted.
    
    To prevent this, re-implement the update background code during the
    layout _prepareStartupAnimation so that we can catch monitor update
    events and react accordingly.
    
    See: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2763
    
    LP: #2019751
    3v1n0 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e2046fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1ace6 View commit details
    Browse the repository at this point in the history