Turn the alt+tab into a vertical list
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO011 error
GSettings schema XML must be present in package
Extension appears to use GSettings but no `.gschema.xml` file is included in the package.
EGO027 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:209
this._settings = new Gio.Settings({
schema_id: 'org.gnome.shell.window-switcher',
})
extension.js:221
this._switcherList = new VerticalWindowSwitcher(windows)
EGO014 warning
objects created by extension should be destroyed in disable()
Object collections created in `enable()` are missing matching destroy loops in `disable()` or its helper methods.
extension.js:117
item
| Version | Status |
|---|---|
| 4 | Unreviewed |
| 3 | Unreviewed |
| 2 | Rejected |
| 1 | Rejected |