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

Skip conflicting injections if V-Shell extension is enabled #2136

Closed G-dH closed 6 months ago

G-dH commented 6 months ago

Injections of startup and overview allocate methods are problem for the V-Shell extension. This patch includes a detection mechanism to identify if V-Shell is enabled and, in such cases, skips the problematic injections to prevent issues.