Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Especially under X11 we may get "monitors-changed" event while the startup animation is in progress, while some of them were addressed by !2269 (merged), we still have an issue happening:
GNOME shell is preparing the animation and awaiting for bg changes
Monitors are changed, during this phase we destroy the current background managers
=> The "loaded" signals we were waiting for, won't ever happen
This implies that we are stuck in
await this._updateBackgrounds()
; and thus we keep staying in broken mode.Ubuntu issue is https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/2019751 it can be simulated with https://gitlab.gnome.org/3v1n0/gnome-shell/-/snippets/5749
Similar to https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2763 but on the dock side