klorenz / gnome-shell-window-search-provider

Gnome Shell Extension for 3.16+, (maybe lower) to search for current windows using fuzzy search or regex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isn't compatible with Gnome 43

jo-so opened this issue · comments

I tried to install this extension with Gnome 43.4 (Debian), but it says that it is incompatible. I had to remove the .0 in metadata.json:

diff --git i/metadata.json w/metadata.json
index 2a566ad..60b504c 100644
--- i/metadata.json
+++ w/metadata.json
@@ -2,6 +2,6 @@
   "uuid": "window-search-provider@quelltexter.org",
   "name": "Window Search Provider",
   "description": "Provide active windows as search results in overview",
-  "shell-version": ["3.16", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "3.38", "3.40", "40.0", "42.0", "42.1", "43.1>
+  "shell-version": ["3.16", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "3.38", "3.40", "40", "42", "43", "44"],
   "url": "https://github.com/klorenz/gnome-shell-window-search-provider"
 }