Review of "Minimal Internet Speed Meter" version 20260308.065951 (1)

Details Page Preview

Simple and minimal internet speed meter extension for the Gnome Shell. It won't disturb your work, won't distract your attention, and won't take up too much space on your panel.

Extension Homepage
https://gitlab.gnome.org/larryw3i/MinimalInternetSpeedMeter

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 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

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

Disconnect all signals

  • extension.js:119
                this._settings.connect(
                    'changed::refresh-threshold-in-second',
                    () => {
                        this.bindUpdateNetSpeed()
                    }
                )
  • extension.js:130
                this._settings.connect('changed::show-border', () => {
                    netSpeedLabel.set_style_class_name(
                        this.getNetSpeedLabelStyleClassName()
                    )
                })
  • extension.js:126
                this._settings.connect('changed::show-byte-per-second-text', () => {
                    this.refreshSpeed()
                })

All Versions

Version Status
20260710.142957 (9) Active
20260710.135201 (8) Rejected
20260710.131700 (7) Rejected
20260623.093710 (6) Active
20260622.080131 (5) Rejected
20260622.073021 (4) Rejected
20260621.203419 (3) Rejected
20260621.202454 (2) Rejected
20260308.065951 (1) Rejected

Previous Reviews on this Version

larryw3i posted a review
Dear Maintainer, I think that the changes and features of this extension is less and less, so I change its name to `Minimal Internet Speed Meter `, and I have tested it for GNOME 50, there is no issue about that, and the `Extension Homepage URL` is `https://gitlab.gnome.org/larryw3i/Crazy1nternetSpeedMeter`, I'll update it in new version. Thank you for reviewing it. Regards, larryw3i
SriramRamkrishna rejected
the shexli linter has a few issues. Please pip3 install shexli and then run it against your extension and fix whatever the output are. If you find some false errors, just let us know that when you resubmit. Thanks.
larryw3i posted a review
Copy that! Thank you!