loading error in Ubuntu 17.10 (with SyntaxError: redeclaration of let tracker)
Hello It seems that the extension is broken for Ubuntu 17.10 (gnome-shell version - 3.26.1- included in the distribution). The patch below solves the issue that i was facing. diff --git a/extension.js b/extension.js index 364d33e..3fa51f9 100644 --- a/extension.js +++ b/extension.js @@ -65,7 +65,7 @@ let focusMetaWindow = false; let focusWindowActor = false; let focusMetaWindowConnections = new Array(); let focusMetaWindowPrivateConnections = new Array(); -let tracker; +// let tracker; let gridSettings = new Object(); let settings = Settings.get(); let toggleSettingListener;
Best Regards Yusein
I can confirm this, but this is coming from the repo so I think it will fail in any distribution.
This repo is no longer active - go to gTile/gTile, fixed there