Add custom text to workspace indicators
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
extension.js:54
this._customIndicator = new St.Label(labelProps)
extension.js:53
this._customLabel = new St.Label(labelProps)
extension.js:48
this._customLogo = new St.Icon({
gicon: Gio.icon_new_for_string(this._settings.get_string('logo-path')),
icon_size: Main.panel.height,
})
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:54
this._customIndicator = new St.Label(labelProps)
extension.js:53
this._customLabel = new St.Label(labelProps)
extension.js:48
this._customLogo = new St.Icon({
gicon: Gio.icon_new_for_string(this._settings.get_string('logo-path')),
icon_size: Main.panel.height,
})
| Version | Status |
|---|---|
| 22 | Active |
| 21 | Rejected |
| 20 | Rejected |
| 19 | Active |
| 18 | Inactive |
| 17 | Inactive |
| 16 | Inactive |
| 15 | Inactive |
| 14 | Inactive |
| 13 | Inactive |
| 12 | Inactive |
| 11 (11) | Inactive |
| 10 | Rejected |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Inactive |
| 6 | Inactive |
| 5 | Inactive |
| 4 | Inactive |
| 3 | Rejected |
| 2 | Inactive |
| 1 | Rejected |