G-dH / advanced-alttab-window-switcher

A highly customizable replacement for Gnome Shell's Alt-Tab window and app switchers.
GNU General Public License v3.0
151 stars 11 forks source link

Javascript errors in the syslog - conflicts with Tiling Assistant #90

Closed tukanos closed 1 month ago

tukanos commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

JS ERROR: TypeError: tileGroup is undefined#012show@/home/tukan/.local/share/gnome-shell/extensions/tiling-assistant@leleat-on-github/src/extension/tilingPopup.js:71:9#012_toggleSwitcherMode@/home/tukan/.local/share/gnome-shell/extensions/advanced-alt-tab@G-dH.github.com/src/windowSwitcherPopup.js:2839:22#012_triggerAction@/home/tukan/.local/share/gnome-shell/extensions/advanced-alt-tab@G-dH.github.com
/src/windowSwitcherPopup.js:3270:18#012vfunc_button_press_event@/home/tukan/.local/share/gnome-shell/extensions/advanced-alt-tab@G-dH.github.com/src/windowSwitcherPopup.js:2289:14#012vfunc_button_press_event@/home/tukan/.local/share/gnome-shell/extensions/tiling-assistant@leleat-on-github/src/extension/tilingPopup.js:219:22
JS ERROR: TypeError: can't convert undefined to object#012_onDestroy@/home/tukan/.local/share/gnome-shell/extensions/advanced-alt-tab@G-dH.github.com/src/windowSwitcherPopup.js:731:16#012onComplete@/home/tukan/.local/share/gnome-shell/extensions/advanced-alt-tab@G-dH.github.com/src/windowSwitcherPopup.js:1287:26#012_makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:153:13#012_easeActor/<@resource:///org/gnome/shell/ui/environment.js:240:64

To Reproduce Just running the extension

Expected behavior Run application without errors

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context The extension itself appears to be working. I got this error when checking for another error.

G-dH commented 4 months ago

Thanks for reporting this, but it seems to be a conflict with the Tiling Assistant extension, which I can't control.

tukanos commented 4 months ago

Thanks for reporting this, but it seems to be a conflict with the Tiling Assistant extension, which I can't control.

I see. Thank you for adding the compatibility code :).