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

Remove any dependency on dockmanager in desktopIconsIntegration.js #2165

Closed smedir closed 3 months ago

smedir commented 3 months ago

Dockmanager can be null, and this spams the log if desktopIconsIntegration class is initialized and used.

desktopIconsIntegration class is initialized and called from the extension and really should not have any other dependencies other than the shell, it is meant to be used and can be used as is by any extension if called as is independently without modifications.

Fix resource path for Extension

smedir commented 3 months ago

Apologies, any force pushing a branch, does not let you re-open the pull request. Here is it again, please see #2148 and #2132.

I really need to learn how to navigate GitHub! More used to GitLab.

3v1n0 commented 3 months ago

Thanks!