Review of "Ambed Fly" version 1

Details Page Preview

A small animated fly for the GNOME desktop that wanders around and reacts to the mouse.

Extension Homepage
https://github.com/walrou/ambed-fly

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

  • extension.js:27
            this.fly = new St.Icon({
                gicon: Gio.FileIcon.new(
                    Gio.File.new_for_path(this.frames[0])
                ),
                icon_size: this.FLY_SIZE,
                reactive: false
            })

All Versions

Version Status
1 Active

Previous Reviews on this Version

JustPerfection active
Approved but please fix the issue mentioned in the shexli. If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions