Manage extensions from the top panel For support, please report issues in time via the Homepage link below rather than the review section below it
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-003 warning
extensions should not call run_dispose in extension code
Extension code should not call `run_dispose()`.
fubar.js:120
x.run_dispose()
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.
fubar.js:25
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.
fubar.js:33
St.Clipboard.get_default()
fubar.js:34
St.Clipboard.get_default()
EGO-A-001 manual_review
extension code must not be minified or obfuscated
File appears obfuscated: 66% of identifiers are 1–2 characters (avg length 2.6).
prefs.js
short identifier ratio: 66%, identifiers scored: 53
| Version | Status |
|---|---|
| 44 | Unreviewed |
| 43 | Active |
| 42 | Active |
| 41 | Active |
| 40 | Active |
| 39 | Rejected |
| 38 | Inactive |
| 37 | Active |
| 36 | Inactive |
| 35 | Active |
| 34 | Active |
| 33 | Inactive |
| 32 | Inactive |
| 31 | Inactive |
| 30 | Active |
| 29 | Active |
| 28 | Inactive |
| 27 | Active |
| 26 | Inactive |
| 25 | Active |
| 24 | Inactive |
| 23 | Inactive |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Rejected |
| 19 | Active |
| 18 | Rejected |
| 17 | Inactive |
| 16 | Inactive |
| 15 | Inactive |
| 14 | Inactive |
| 13 | Inactive |
| 12 | Inactive |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Inactive |
| 6 | Rejected |
| 5 | Inactive |
| 4 | Inactive |
| 3 | Inactive |
| 2 | Rejected |
| 1 | Rejected |
> EGO029 `run_dispose` This follows the GNOME Shell practice [0] thus is considered ‘absolutely necessary’ and has been commented in accordance with the guideline [1]. [0] https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/a540670a9f468298fb7ccce6f2544cd4180a4db1/js/ui/keyboard.js#L1996-L1998 [1] https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-should-not-force-dispose-a-gobject > EGO036 `lookupByURL` It's a misjudgment. Conversely, the guidelines recommend using them `if subclassing Extension and ExtensionPreferences` [2]. [2] https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils > EGO-A-005 clipboard These are shared library functions that this extension may not use, but all clipboard-related operations are either disabled by default and must be enabled manually, or require manual user intervention as the guideline required. > EGO-A-001 obfuscated That is a help widget used to render simple Markdown-style doc so that some variable names have similar forms to markup tags [3] for semantic purposes, but not a matter of `obfuscated`. [3] https://docs.gtk.org/Pango/pango_markup.html#convenience-tags