Open AlyMoh opened 6 days ago
Which version of AATWS are you using?
The issue is that Tiling Assistant extends the AppSwitcherPopup
class, which is already overridden by AATWS which functions differently from the default app switcher. I've only managed to handle the fatal errors caused by this conflict in AATWS.
I am not familiar with AATWS feature set. Are there any feature in AATWS that would benefit the Tiling Popup in Tiling Assistant? If not, I can just copy GNOME's entire code for the AppSwitcher into my extension rather than try to make both extensions compatible.
Oops, sorry, send the post to early... I am gonna edit it.
Done
I can just copy GNOME's entire code for the AppSwitcher into my extension rather than try to make both extensions compatible.
This is the way I would choose.
The main benefit of AATWS in this use case is its support for type-ahead search for both apps and windows, as well as its ability to launch new apps. However, it’s not worth the trouble.
Which version of AATWS are you using?
I am using the latest extension version from GNOME Extensions, namely version 59.
Describe the bug When tiling a window, e.g. to the right, the app switcher is displayed on the left side. This works as well for an app that has multiple windows, e.g. two Firefox windows.
When Tiling Assistant is used alongside AATWS, this behaviour is broken; the app switcher is displayed, but the window switcher is no longer displayed, and thus I am unable to select which window should be tiled to the left.
This is not only restricted to the left tile; it applies to any tiling.
Steps To Reproduce
https://github.com/user-attachments/assets/81e5870a-ea65-455f-b83f-bcfce65dba03
System Info:
main
branch...): GNOME ExtensionsJournalctl logs No new entries are shown when the bug is reproduced, but the following were printed out after executing
journalctl -fo cat /usr/bin/gnome-shell
, probably before the bug is reproduced for the first time after boot.If any further information is needed to help diagnose and solve this issue, please let me know! I already reported the bug on AATWS's repository.
Thank you for your time and help! :)