Review of "Glance Widgets" version 1.1.0 (2)

Details Page Preview

A floating, iOS-style desktop widget stack: Bluetooth device battery levels, weather, an analog clock, storage usage, and an Immich photo slideshow — arranged in a configurable multi-column grid.

Extension Homepage
https://github.com/Imnotndesh/glance-widgets

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 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-005 warning

owned object references should be released in disable()

Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.

Destroy all objects

  • extension.js:1926
    this._colorSettings = new Gio.Settings({ schema_id: 'org.gnome.settings-daemon.plugins.color' })
  • extension.js:1924
    this._interfaceSettings = new Gio.Settings({ schema_id: 'org.gnome.desktop.interface' })
  • extension.js:1922
    this._notifSettings = new Gio.Settings({ schema_id: 'org.gnome.desktop.notifications' })

All Versions

Version Status
1.1.0 (3) Unreviewed
1.1.0 (2) Rejected
1.1.0 (1) Rejected

Previous Reviews on this Version

Imnotndesh auto- rejected
Auto-rejected because of new version 1.1.0 (3) was uploaded