Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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`.
extension.js:59
this.#topBox = new St.BoxLayout({ style_class: CLOCK_STYLE_CLASS_NAME })
| Version | Status |
|---|---|
| 1.1.3 (13) | Active |
| 1.1.3 (12) | Rejected |
| 1.1.3 (11) | Rejected |
| 1.1.2 (10) | Inactive |
| 1.1.2 (9) | Rejected |
| 1.1.2 (8) | Rejected |
| 1.1.1 (7) | Inactive |
| 1.1.0 (6) | Rejected |
| 1.0.5 (5) | Inactive |
| 1.0.4 (4) | Inactive |
| 1.0.3 (3) | Inactive |
| 1.0.2 (2) | Inactive |
| 1.0.1 (1) | Rejected |
Re shexli error: - #topBox is destroyed and freed on lines 108 and 109 I got rid of the try/catch in extension.js as well as most others elsewhere.