Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading error in Ubuntu 17.10 (with SyntaxError: redeclaration of let tracker) #85

Open
yuseinaligmail opened this issue Oct 25, 2017 · 2 comments

Comments

@yuseinaligmail
Copy link

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

@severoraz
Copy link

severoraz commented Oct 30, 2017

I can confirm this, but this is coming from the repo so I think it will fail in any distribution.

@scherepanov
Copy link
Contributor

This repo is no longer active - go to gTile/gTile, fixed there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants