jkitching / soft-brightness-plus

Gnome-shell extension to manage your display brightness via an alpha overlay (instead of the backlight).
GNU General Public License v3.0
47 stars 10 forks source link

Cursor cloning broken since GNOME 46 #20

Closed jkitching closed 6 months ago

jkitching commented 6 months ago

When cursor cloning is enabled on gnome-shell 46, some very strange behaviour is exhibited w.r.t. resizing and moving windows. When the user attempts to resize a window, the "resize" cursor is frozen on screen, and the window does not actually begin to follow the cursor in getting resized. To get out of this state, "ESC" helps, but afterwards clicking on different windows to switch focus does not seem to work, and clicking on areas such as the "quick settings" bar does not work either. Disabling and re-enabling the extension appears to fix these issues until another resize is attempted.

Given that this problem is related to cursor cloning, there may be other other ways to trigger this or similar buggy behaviour.

jkitching commented 6 months ago

7fe5447 fixes this issue.