Simple and minimal internet speed meter extension for the Gnome Shell
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
19 | Active |
18 | Inactive |
17 | Inactive |
16 | Active |
15 | Inactive |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Active |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Inactive |
I'm not going to reject this one since it was auto approved but you need to fix these for the next version: 1. Please move everything from init to enable. You cannot create objects in init() function: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Also do these on disable: if (netSpeed) { netSpeed.destroy(); netSpeed = null; } if (container) { container.destroy(); container = null; }