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. Side and bottom placement options are available.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
We recently added a rule for 45: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#gtk-and-gdk-imports 1. You can use `St.IconTheme` instead of line 501 (utils.js): https://gjs-docs.gnome.org/st13~13-icontheme/ 2. Indirect gtk and gdk import (line 5 and 8 dependencies/gi.js) 3. Extensions cannot use `run_dispose()` (line 2652 docking.js): > This function should only be called from object system implementations. https://gjs-docs.gnome.org/gobject20~2.0/gobject.object#method-run_dispose
Thanks for the review, indeed we've still have lots of leftovers from pre-45 code, that we should eventually address, but for nowI've addressed the main comments at https://github.com/micheleg/dash-to-dock/pull/2101 Cheers Marco.