Review of "Activate Linux" version 3

Details Page Preview

Replicates the 'Activate Windows' watermark on the bottom right corner of the desktop.

Extension Homepage
https://github.com/bbbenji/gnome-shell-extension-activate-linux

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 1

Shexli found 1 issue that may need reviewer attention.

EGO030 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:17
    GLib.file_get_contents('/etc/os-release')
  • extension.js:27
    GLib.file_get_contents('/proc/sys/kernel/osrelease')

All Versions

Version Status
6 Active
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

bbbenji auto- rejected
Auto-rejected because of new version 4 was uploaded