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

Pressing ALT+SHIFT+TAB doesn't show a popup #34

Closed yusi1 closed 1 year ago

yusi1 commented 1 year ago

Pressing ALT+TAB shows a normal popup to switch between windows in the forward direction. But pressing ALT+SHIFT+TAB doesn't show any popup like it would with ALT+TAB, and it just shows the title of what is being selected.

Video:

https://user-images.githubusercontent.com/82241382/183502073-a391031f-dbe0-4ec9-b0a5-8ecdde0402c2.mp4

G-dH commented 1 year ago

Does the issue persist if you disable all other extensions?

In a terminal, execute:

journalctl /usr/bin/gnome-shell -fo cat

then reproduce the issue and show me the log output.

G-dH commented 1 year ago

Also try to install the latest GitHub version.

git clone https://github.com/G-dH/advanced-alttab-window-switcher.git
cd advanced-alttab-window-switcher/advanced-alt-tab@G-dH.github.com/
make install
yusi1 commented 1 year ago
  • distro?
  • shell version?
  • what other extensions are enabled?

Sorry for not providing that information, here's some more information:

In a terminal, execute:

journalctl /usr/bin/gnome-shell -fo cat

then reproduce the issue and show me the log output.

Sorry, but how would I do this without using journalctl? My distro doesn't use SystemD.

Does the issue persist if you disable all other extensions?

Yes.

yusi1 commented 1 year ago

Also try to install the latest GitHub version.

git clone https://github.com/G-dH/advanced-alttab-window-switcher.git
cd advanced-alttab-window-switcher/advanced-alt-tab@G-dH.github.com/
make install

Indeed, the issue does not appear when using the Github version.

G-dH commented 1 year ago

Thanks for the feedback, the issue was related to the added Show Apps Icon.

yusi1 commented 1 year ago

Thanks for the feedback, the issue was related to the added Show Apps Icon.

No problem, I'm glad that you found the culprit.