Astra Monitor is a cutting-edge, fully customizable, and performance-focused system monitoring extension for GNOME's top bar. It's an all-in-one solution for those seeking to keep a close eye on their system's performance metrics like CPU, GPU, RAM, disk usage, network statistics, and sensor readings.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
src/utils/cancellableTaskManager.js:27
this.timeoutId = GLib.idle_add(GLib.PRIORITY_DEFAULT_IDLE, () => {
try {
this.boundTask()
.then(resolve)
.catch(reject)
.finally(() => {
this.rejectFn = und
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']
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.
prefs.js:99
this.welcome = new Welcome(this)
prefs.js:100
this.profiles = new Profiles(this)
prefs.js:101
this.visualization = new Visualization(this)
prefs.js:102
this.processors = new Processors(this)
prefs.js:103
this.gpu = new Gpu(this)
prefs.js:104
this.memory = new Memory(this)
prefs.js:105
this.storage = new Storage(this)
prefs.js:106
this.network = new Network(this)
prefs.js:107
this.sensors = new Sensors(this)
prefs.js:108
this.utility = new Utility(this, window)
| Version | Status |
|---|---|
| 42 (60) | Active |
| 42 (59) | Rejected |
| 41 (58) | Active |
| 40 (57) | Active |
| 39 (56) | Active |
| 38 (55) | Active |
| 37 (54) | Active |
| 36 (53) | Active |
| 35 (52) | Active |
| 34 (51) | Active |
| 33 (50) | Active |
| 32 (49) | Active |
| 31 (48) | Active |
| 30 (47) | Active |
| 29 (46) | Active |
| 28 (45) | Active |
| 27 (44) | Active |
| 26 (43) | Active |
| 25 (42) | Active |
| 24 (41) | Active |
| 24 (40) | Rejected |
| 24 (39) | Inactive |
| 23 (38) | Active |
| 23 (37) | Rejected |
| 22 (36) | Active |
| 21 (35) | Active |
| 21 (34) | Inactive |
| 21 (33) | Rejected |
| 21 (32) | Rejected |
| 20 (31) | Rejected |
| 19 (30) | Active |
| 18 (29) | Active |
| 18 (28) | Inactive |
| 17 (27) | Active |
| 16 (26) | Inactive |
| 16 (25) | Rejected |
| 15 (24) | Active |
| 14 (23) | Active |
| 14 (22) | Rejected |
| 14 (21) | Rejected |
| 13 (20) | Active |
| 12 (19) | Active |
| 11 (18) | Active |
| 10 (17) | Inactive |
| 10 (16) | Rejected |
| 10 (15) | Rejected |
| 10 (14) | Rejected |
| 9 (13) | Active |
| 9 (12) | Inactive |
| 8 (11) | Active |
| 7 (10) | Active |
| 7 (9) | Rejected |
| 6 (8) | Active |
| 5 (7) | Active |
| 4 (6) | Active |
| 3 (5) | Active |
| 2 (4) | Active |
| 1 (3) | Active |
| 2 | Inactive |
| 1 | Rejected |
line 135-174 `src/utils/utils.js` have this issue: https://gjs.guide/extensions/review-guidelines/best-practices.html#avoid-unnecessary-try-catch-wrappers