dsboger-zz / gnome-shell-extension-super-tab-launcher

A GNOME Shell extension that shows favorite app launchers in Super+Tab popup.
https://extensions.gnome.org/extension/1133/supertab-launcher/
GNU General Public License v3.0
10 stars 1 forks source link

Incompatible with Gnome Shell 40 #7

Open oxayotl opened 3 years ago

oxayotl commented 3 years ago

Hi, Thank you for this extension, I love it! It's not working with Gnome Shell 40, but simply adding it to the supported versions in metadata.json seem to do the trick just fine :).

lgvld commented 3 years ago

It's not working with Gnome Shell 40

Same here. I had to stop using Super+Tab Launcher a few months ago -- as I use Arch Linux, where the default Gnome Shell package is is always the latest version. And I really missed this extension since, as it was a real productivity enhancer.

but simply adding it to the supported versions in metadata.json seem to do the trick just fine :).

Big if true!.. Let me try... And... yes!! It works! Amazing. This is such a basic trick. ;-)

So here are the instructions:

In src/metadata.json, replace the following line:

"shell-version": ["3.22", "3.24", "3.26", "3.28", "3.30"],

with:

"shell-version": ["3.22", "3.24", "3.26", "3.28", "3.30", "40.1.0"]

i.e. just add the last the latest version number to the list of supported versions.

Save; close; install the extension as explained in the README:

./autogen.sh
./configure
make localinstall

Log out; log in.

Bam, it should be working.

Thank you for the extension! & thank you for the trick!

Regards.

oxayotl commented 11 months ago

@lgvld The current version of the launcher is not compatible with Gnome Shell 45 even when updating metadata.json, so I made a fork that works with GS45 : https://github.com/oxayotl/gnome-shell-extension-alt-tab-launcher