Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docking: Fix allocation failure in GNOME 47 that completely broke the…
… shell Since this._container no longer exists (gnome-shell@b58119d5c6?) in GNOME 47, allocating the entire overview would fail and the shell was non-functional. Fixes: ``` Gjs-CRITICAL **: 17:10:01.720: JS ERROR: TypeError: actor is undefined findIndexForActor@resource:///org/gnome/shell/ui/layout.js:992:22 findMonitorForActor@resource:///org/gnome/shell/ui/layout.js:999:26 _prepareMainDash/<@file:///home/dan/.local/share/gnome-shell/extensions/[email protected]/docking.js:2233:52 @resource:///org/gnome/shell/ui/init.js:21:20 ```
- Loading branch information