Review of "Better Desktop Zoom" version 13

Details Page Preview

A better experience with the GNOME magnifier

Extension Homepage
https://github.com/popov895/better-desktop-zoom

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-P-006 warning

unnecessary build and translation artifacts should not be shipped

Compiled GSettings schemas should not be shipped for 45+ packages.

Don't include unnecessary files

  • schemas/gschemas.compiled
    schemas/gschemas.compiled

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:24
            this._a11ySettings = new Gio.Settings({
                schema_id: `org.gnome.desktop.a11y.applications`,
            })
  • extension.js:27
            this._magnifierSettings = new Gio.Settings({
                schema_id: `org.gnome.desktop.a11y.magnifier`,
            })

All Versions

Version Status
13 Active
12 Active
11 Active
10 Active
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

fmuellner active