Review of "Touchpad On Off" version 9

Details Page Preview

Toggle touchpad on or off

Extension Homepage
https://github.com/Rmano/gse-touchpad-onoff

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) error 1 warning 2

Shexli found 3 issues that may need reviewer attention.

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

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:81
    icon_color_off = new St.Icon({ style_class: 'system-status-icon'})
  • extension.js:79
    icon_color_on = new St.Icon({ style_class: 'system-status-icon'})
  • extension.js:77
    icon_off = new St.Icon({ style_class: 'system-status-icon'})
  • extension.js:75
    icon_on = new St.Icon({ style_class: 'system-status-icon'})

EGO-M-004 error

metadata shell-version must only include plausible stable releases and at most one development release

Field `shell-version` contains invalid values, more than one development release, or implausible future releases.

metadata.json must be well-formed

  • metadata.json
    shell-version=['45', '46', '47', '48', '49', '50', '51']

All Versions

Version Status
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

JustPerfection active