Added support for gnome 50#308
Conversation
|
can confirm it works, thank you! |
|
It works |
|
Hi @Talha-Ali-5365, thank you so much for the fix! Everything enables and works perfectly on GNOME 50 (Arch Linux + Wayland). However, I noticed a visual glitch with the minimize/unminimize animation (the macOS style effect). The animation trajectory is significantly misaligned and shifted to the right, rather than pointing to the correct app icon on the dock. It seems some coordinate calculations for the animation might need an update for GNOME 50's new API. Let me know if you need any logs or testing from my side!
|
|
How can i use this latest version which is compatible with Gnome 50 , Please guide |
Clone this branch |


Fixes #306
Fixed GNOME 50 compatibility by addressing two API changes:
ignoreRelease()- Changed toignoreRelease?.()(optional chaining). This method was removed in GNOME50, causing the extension to crash on enable.
affectsInputRegion- Removed from addChrome() calls. This property no longer exists in GNOME 50 and wascausing initialization failures.
Testing