pbxqdown / gnome-shell-extension-transparent-window

Gnome shell extension which changes the opacity of window through mouse operation.
47 stars 14 forks source link

Incompatible with Gnome Shell 43... #22

Closed salazarbarrera closed 1 year ago

salazarbarrera commented 1 year ago

...but it can be fixed by adding "43" to the list of supported shell versions. It will still present the issue #15, but at least it will work without the possibility to change the shortcut via settings.

pbxqdown commented 1 year ago

Would you submit a patch to add "43" if you have tested it on gnome43 and verified it works. The shortcut can be changed by manually changing keycode, but indeed pressing shortcut key doesn't work any more..

salazarbarrera commented 1 year ago

Yes, that's exactly what I do with dconf. And I'll do the PR, I already tested it on Sunday and today while working.

pbxqdown commented 1 year ago

Awesome. Closing with #23 fix