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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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()`.
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.
platform/gnome/extension.js:210
this._timeoutId = GLib.timeout_add(GLib.PRIORITY_DEFAULT, wanted, () => this._tick())
| Version | Status |
|---|---|
| 1.3.0 (1) | Unreviewed |