Review of "gi3" version 1

Details Page Preview

gi3 — an i3/sway-style manual tiler for GNOME: per-workspace tiling mode, splits, gaps, scratchpad, window rules and i3 config import, plus directional focus/move/snap/resize for floating windows, clipboard history and an app tray.

Extension Homepage
https://github.com/voidverse-xyz/gi3

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

Shexli found 6 issues that may need reviewer attention.

EGO-A-001 manual_review

extension code must not be minified or obfuscated

File appears obfuscated: 68% of identifiers are 1–2 characters (avg length 3.2).

Code must not be obfuscated

  • helpers/configIO.js
    short identifier ratio: 68%, identifiers scored: 134

EGO-C49-003 error

extensions targeting GNOME 49 must not call maximize or unmaximize with Meta.MaximizeFlags

This extension explicitly targets GNOME Shell 49 but still passes `Meta.MaximizeFlags` to `maximize()` or `unmaximize()`.

Meta.Window

  • helpers/window.js:67
    metaWindow.unmaximize(Meta.MaximizeFlags.BOTH)
  • tricks/tiler.js:1823
    window.unmaximize(Meta.MaximizeFlags.BOTH)

EGO-A-001 manual_review

extension code must not be minified or obfuscated

File appears obfuscated: 69% of identifiers are 1–2 characters (avg length 2.7).

Code must not be obfuscated

  • tiling/windowMap.js
    short identifier ratio: 69%, identifiers scored: 39

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • tricks/clipboard.js:30
    St.Clipboard.get_default()

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

  • tricks/sysmon.js:33
    GLib.file_get_contents(path)

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

All Versions

Version Status
2 Unreviewed
1 Rejected

Previous Reviews on this Version

voidverse.xyz auto- rejected
Auto-rejected because of new version 2 was uploaded