Review of "TrayPlay Microconsole" version 2

Details Page Preview

Virtual microconsole in system tray

Extension Homepage
https://github.com/threetwofourfive/trayplay

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) error 1 warning 1

Shexli found 2 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

  • app.js:27
    GLib.file_get_contents(CONFIG_PATH)

EGO-I-002 error

Gtk, Gdk and Adw must not be imported in shell process files

GTK library `Gdk` must not be imported in extension process files.

Do not import GTK libraries in GNOME Shell

  • app.js:11
    import Gdk from 'gi://Gdk';

All Versions

Version Status
5 Unreviewed
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

threetwofourfive auto- rejected
Auto-rejected because of new version 3 was uploaded