Review of "Starfield" version 1

Details Page Preview

A starfield behind your windows on every workspace and monitor. Fly forward through deep space, sweep sideways, or steer the vanishing point with the pointer. Respects your background image. Requires an OpenGL-capable compositor.

Extension Homepage
https://github.com/cwittenberg/starfield

No comments.

FAQ

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • shell/starfield.js:76
            this._surface = new St.Widget({
                height: renderHeight,
                reactive: false,
                scale_x: monitor.width / renderWidth,
                scale_y: monitor.height / renderHeight,
                style: 'background-color: white;',
                width: renderWidth,
            })

All Versions

Version Status
1 Active

Previous Reviews on this Version

JustPerfection active