Put a single task or goal in your menu bar
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-006 warning
extensions should not use lookupByURL or lookupByUUID for current extension access
Use `this`, `this.getSettings()` or `this.path` instead of `lookupByURL()` or `lookupByUUID()` for the current extension.
entryMenu.js:24
Extension.lookupByURL(import.meta.url)
widget.js:27
Extension.lookupByURL(import.meta.url)
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
entryMenu.js:23
St.Clipboard.get_default()
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:66
this._button_box = new Gtk.Box({
orientation: Gtk.Orientation.HORIZONTAL,
valign: Gtk.Align.CENTER,
})
prefs.js:72
this._leftButton = new Gtk.ToggleButton({
label: 'Left',
})
prefs.js:75
this._centerButton = new Gtk.ToggleButton({
label: 'Center',
group: this._leftButton,
})
prefs.js:79
this._rightButton = new Gtk.ToggleButton({
label: 'Right',
group: this._leftButton,
})
| Version | Status |
|---|---|
| 28 | Active |
| 27 | Active |
| 26 | Active |
| 25 | Active |
| 24 | Inactive |
| 23 | Rejected |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Rejected |
| 19 | Rejected |
| 18 | Active |
| 17 | Inactive |
| 16 | Inactive |
| 15 | Rejected |
| 14 | Rejected |
| 13 | Inactive |
| 12 | Rejected |
| 11 | Active |
| 10 | Rejected |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Rejected |
| 5 | Active |
| 4 | Active |
| 3 | Active |
| 2 | Rejected |
| 1 | Rejected |