micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

docking: adapt ControlsManagerLayout spacing for GNOME 46 #2172

Closed taoky closed 3 months ago

taoky commented 3 months ago

In https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3104, the base class of ControlsManagerLayout is changed from Clutter.BoxLayout to Clutter.LayoutManager, and spacing is replaced by _spacing. This makes the fix in https://github.com/micheleg/dash-to-dock/issues/1608 no longer works in GNOME 46.

3v1n0 commented 3 months ago

Thanks!