Review of "Custom Touchpad Gestures" version 6

Details Page Preview

Deeply customize 3 and 4-finger touchpad gestures.

Extension Homepage
https://github.com/Aradhya03/Touchpad-Gestures-Win

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 2

Shexli found 2 issues that may need reviewer attention.

EGO-X-002 warning

extensions should not use synchronous subprocess APIs in shell code

Shell code should avoid synchronous subprocess APIs like `GLib.spawn_command_line_sync()` and `GLib.spawn_sync()`.

Complete Examples

  • extension.js:69
    GLib.spawn_command_line_sync(`glib-compile-schemas "${schemaDir.get_path()}"`)

EGO-P-006 warning

unnecessary build and translation artifacts should not be shipped

Compiled GSettings schemas should not be shipped for 45+ packages.

Don't include unnecessary files

  • schemas/gschemas.compiled
    schemas/gschemas.compiled

All Versions

Version Status
6 Rejected
5 Active
4 Rejected
3 Active
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
None of the changes here is needed.