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.
1. Signal should be disconnected on destroy (line 2424 `docking.js`): [EGO Review Guidelines: Disconnect](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#disconnect-all-signals) 2. I recommend to send the extension instance from the `docking.js` instead of using `lookupByURL()` (line 67 `desktopIconsIntegration.js`).
2. We can't see https://launchpadlibrarian.net/713470177/locations.js
That's ok. It was just a recommendation. Please fix #1 and send the package again.
Ok I've prepared the fix for #1 (https://github.com/micheleg/dash-to-dock/pull/2199), although that's not really a big deal though since this signal is going to really last few frames and the extension is not really unloaded by that time unless the shell has some hack to do that during startup animation.
I understand. We just don't want that to overshadow the EGO rules. And once a popular extension doing something, the other extensions follow that too.
Fair enough, tomorrow will push the new version
Ok, it took a day more, done it now :)