You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I did :
First, I have tired to install it directly from gnome extension using browser extension.
Error:
The settings of extension gestureImprovements@gestures had an error:
SyntaxError: import declarations may only appear at top level of a module @ resource:///org/gnome/Shell/Extensions/js/misc/extensionUtils.js:4:1
Stack trace:
@file:///home/nag/.local/share/gnome-shell/extensions/gestureImprovements@gestures/prefs.js:3:12
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:263:34
Due to above error I have uninstalled it from extensions and followed steps from README.md
git clone https://github.com/harshadgavali/gnome-gesture-improvements.git/
cd gnome-gesture-improvements
npm install
npm run update
Detailed output with error:
> [email protected] update
> npm run pack && make update
> [email protected] pack
> npm run build && make pack
> [email protected] build
> npm run clean && npm run transpile && node --unhandled-rejections=strict build/scripts/transpile.js && npm run lint:package
> [email protected] clean
> rm -rf build && mkdir build
> [email protected] transpile
> npm run lint:extension && tsc
> [email protected] lint:extension
> eslint extension scripts tests
Error: ESLint configuration in .eslintrc.json is invalid:
- Unexpected top-level property "$schema".
at validateConfigSchema (/usr/share/nodejs/eslint/lib/shared/config-validator.js:286:15)
at ConfigArrayFactory._normalizeConfigData (/usr/share/nodejs/eslint/lib/cli-engine/config-array-factory.js:469:9)
at ConfigArrayFactory._loadConfigDataInDirectory (/usr/share/nodejs/eslint/lib/cli-engine/config-array-factory.js:445:33)
at ConfigArrayFactory.loadInDirectory (/usr/share/nodejs/eslint/lib/cli-engine/config-array-factory.js:401:18)
at CascadingConfigArrayFactory._loadConfigInAncestors (/usr/share/nodejs/eslint/lib/cli-engine/cascading-config-array-factory.js:304:46)
at CascadingConfigArrayFactory._loadConfigInAncestors (/usr/share/nodejs/eslint/lib/cli-engine/cascading-config-array-factory.js:323:20)
at CascadingConfigArrayFactory._loadConfigInAncestors (/usr/share/nodejs/eslint/lib/cli-engine/cascading-config-array-factory.js:323:20)
at CascadingConfigArrayFactory.getConfigArrayForFile (/usr/share/nodejs/eslint/lib/cli-engine/cascading-config-array-factory.js:249:18)
at FileEnumerator._iterateFilesRecursive (/usr/share/nodejs/eslint/lib/cli-engine/file-enumerator.js:399:49)
at _iterateFilesRecursive.next (<anonymous>)
Please let me know if I have missed something.
The text was updated successfully, but these errors were encountered:
I recently shifted from windows to Linux. In search of touch pad gestures I came across to this repository and decided to install.
OS Details:
What I did :
First, I have tired to install it directly from gnome extension using browser extension.
Error:
The settings of extension gestureImprovements@gestures had an error:
Due to above error I have uninstalled it from extensions and followed steps from README.md
Detailed output with error:
Please let me know if I have missed something.
The text was updated successfully, but these errors were encountered: