Review of "Mouse Tail" version 16

Details Page Preview

A Gnome extension to draw the mouse tail on the screen

Extension Homepage
https://github.com/LaneSun/mouse-tail

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

  • extension.js:30
    this._drawingLayer = new St.DrawingArea({ reactive: false })

All Versions

Previous Reviews on this Version

lanesun auto- rejected
Auto-rejected because of new version 17 was uploaded