vibou.gTile icon indicating copy to clipboard operation
vibou.gTile copied to clipboard

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

Open yuseinaligmail opened this issue 8 years ago • 2 comments

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

yuseinaligmail avatar Oct 25 '17 11:10 yuseinaligmail

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

severoraz avatar Oct 30 '17 19:10 severoraz

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

scherepanov avatar Oct 30 '17 20:10 scherepanov