Review of "Taskbar Cats" version 1.3.0 (1)

Details Page Preview

A colony of pixel-art cats lives on your dock. They chase the mouse pointer, sit and stare at it, nap when you ignore them, and scratch your app icons.

Extension Homepage
https://github.com/PatrikSchweika/taskbar-cats

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 3

Shexli found 3 issues that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • platform/gnome/sprites.js:17
    GLib.file_get_contents(manifestPath)

EGO-P-007 warning

JavaScript files should be reachable from extension.js or prefs.js

Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.

Don't include unnecessary files

  • core/types.js

EGO-L-007 warning

main loop sources should be removed before being recreated

Main loop sources should be removed before creating a new source on the same field.

Remove main loop sources

  • platform/gnome/extension.js:210
    this._timeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, wanted, () => this._tick())

All Versions

Version Status
1.3.0 (1) Unreviewed