Tunes gnome 4x, 5x Overview UI to make it more usable. Changes: - Search textbox is hidden by default and shown only when user begins to type-to-search - Scale of workspaces' thumbnails increased 2x - Restores wallpaper on workspaces' thumbnails. No more gray background - Show workspaces' thumbnails even when there is only one workspace - Firefox's PIP (picture in picture) window is now displayed on the overview screen All modifications can be disabled in the extension's settings. ATTENTION! After extension update, gnome-shell restart is required: X11: Alt+F2 => r Wayland: logout => login
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
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:40
this.settings = this.getSettings()
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:43
this.settings.connect('changed::' + name, () => {
this._refresh_mod(name)
})
| Version | Status |
|---|---|
| 26 | Active |
| 25 | Active |
| 24 | Inactive |
| 23 | Inactive |
| 22 | Rejected |
| 21 | Inactive |
| 20 | Inactive |
| 19 | Active |
| 18 | Rejected |
| 17 | Inactive |
| 16 | Inactive |
| 15 | Inactive |
| 14 | Inactive |
| 13 | Active |
| 12 | Inactive |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Inactive |
| 8 | Inactive |
| 7 | Inactive |
| 6 | Inactive |
| 5 | Inactive |
| 4 | Rejected |
| 3 | Inactive |
| 2 | Inactive |
| 1 | Inactive |
Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup.