Force focus only for specific apps on Wayland
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Package contains files that often should not be shipped for review.
Don't include unnecessary files
.git/index
.git/index
.git/description
.git/description
.git/HEAD
.git/HEAD
.git/config
.git/config
.git/COMMIT_EDITMSG
.git/COMMIT_EDITMSG
.git/hooks/pre-push.sample
.git/hooks/pre-push.sample
.git/hooks/pre-merge-commit.sample
.git/hooks/pre-merge-commit.sample
.git/hooks/pre-applypatch.sample
.git/hooks/pre-applypatch.sample
.git/hooks/applypatch-msg.sample
.git/hooks/applypatch-msg.sample
.git/hooks/post-update.sample
.git/hooks/post-update.sample
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
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:8
this._windowTracker = Shell.WindowTracker.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:9
this._settings = this.getSettings()
prefs.js:25
this._list = new Gtk.ListBox({
selection_mode: Gtk.SelectionMode.NONE,
})
| Version | Status |
|---|---|
| 2 | Active |
| 1 | Rejected |
1. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup. 2. Please add GitHub or GitLab url to the `metadata.json`: [EGO Review Guidelines: url](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) 3. Remove `.git` folder: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 4. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. You can also add `donations` to the `metadata.json`, so people can donate to you if they want: [Extension Anatomy: donations](https://gjs.guide/extensions/overview/anatomy.html#donations) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions