Review of "Twingate Status" version 1

Details Page Preview

Displays Twingate VPN connection status in the GNOME Shell top bar. Shows available resources, authentication state, and allows starting/stopping the connection. Supports English, French, Spanish, German, Italian, and Portuguese.

Extension Homepage
https://github.com/guillaume-gambs/twingate-status-gnome

No comments.

FAQ

Files

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

Shexli (experimental) warning 3

Shexli found 3 issues that may need reviewer attention.

EGO-X-006 warning

extensions should not use lookupByURL or lookupByUUID for current extension access

Use `this`, `this.getSettings()` or `this.path` instead of `lookupByURL()` or `lookupByUUID()` for the current extension.

`extensionUtils`

  • extension.js:160
    Extension.lookupByUUID('twingate-status@guillaume-gambs.github.io')

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-006 warning

preferences classes should not retain window-scoped objects on instance fields without close-request cleanup

Preferences code stores window-scoped objects on the exported prefs class without `close-request` cleanup.

Destroy all objects

  • prefs.js:22
    this._ = new Translator(settings)

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Rejected

Previous Reviews on this Version

guillaumeg auto- rejected
Auto-rejected because of new version 2 was uploaded