Review of "Dock Window Preview" version 2

Details Page Preview

Preview open windows by hovering a dock icon and activate a window by selecting the preview.


No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 2

Shexli found 2 issues that may need reviewer attention.

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`.

Destroy all objects

  • extension.js:58
            this._actor = new St.BoxLayout({
                style_class: 'dock-preview-popup',
                vertical: true,
                reactive: true,
                can_focus: true,
                track_hover: true,
                visible: false,
            })

All Versions

Version Status
4 Unreviewed
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

serendipity auto- rejected
Auto-rejected because of new version 3 was uploaded