pop-os / cosmic

GNOME Shell extension. See cosmic-epoch for COSMIC Epoch
GNU General Public License v3.0
1.26k stars 47 forks source link

[jammy] fix: Close Applications on click outside; make shell interactable #328

Closed ids1024 closed 2 years ago

ids1024 commented 2 years ago

This fixes the pre-Gnome Shell 42 behavior by using a clutter grab on global.stage, rather than on the dialog. This matches how the overview works.

Clicking "Show Applications" in the dock to close Applications seems to be broken, but that seems to be a separate issue (I guess something else changed related to that?). This should at least bring behavior much closer to what we want.

Fixes https://github.com/pop-os/cosmic/issues/324.