Review of "WMM Manager" version 1

Details Page Preview

Wallpaper Multi-Monitor Manager

Extension Homepage
https://github.com/makimanson/wmm

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

  • extension.js:250
    GLib.file_get_contents(this.settingsPath)
  • extension.js:275
    GLib.file_get_contents(this.bookmarksPath)
  • extension.js:115
    file.load_contents(null)

EGO-P-006 warning

unnecessary build and translation artifacts should not be shipped

Package contains files that often should not be shipped for review.

Don't include unnecessary files

  • install.sh
    install.sh
  • screenshots/screenshot.png
    screenshots/screenshot.png
  • po/wmm.pot
    po/wmm.pot
  • po/ca.po
    po/ca.po
  • po/es.po
    po/es.po

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

  • wmm_platform/shell/cinnamon/applet.js
  • wmm_platform/shell/gnome/extension.js

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Unreviewed