Review of "Simple Tiling" version 21

Details Page Preview

A Simple Tiling Extension for Gnome Shell.

Extension Homepage
https://git.ztfr.eu/Dome/Simple-Tiling

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 2

Shexli found 2 issues that may need reviewer attention.

EGO-L-005 warning

owned object references should be released in disable()

Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.

Destroy all objects

  • extension.js:43
    this._settings = ExtensionUtils.getSettings(SCHEMA_NAME)
  • extension.js:44
    this._wmSettings = new Gio.Settings({ schema: WM_SCHEMA })
  • extension.js:310
    this._settings = ExtensionUtils.getSettings(SCHEMA_NAME)

EGO-L-004 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • extension.js:450
                GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
                    if (win.get_display())
                        win.make_above();
                    return GLib.SOURCE_REMOVE;
                })

All Versions

Previous Reviews on this Version

Domoel auto- rejected
Auto-rejected because of new version 24 was uploaded