Review of "Screenshot Util" version 1.0.0 (1)

Details Page Preview

A panel button for taking screenshots through an external tool (flameshot, gnome-screenshot, ksnip, spectacle, or a custom profile). Pick fullscreen / window / area, set a pre-capture delay with a slider, and switch between tool profiles. After a capture it finds the saved file and offers a preview, copy-image, copy-path, open-in-editor, and open-folder — all configurable in preferences.

Extension Homepage
https://github.com/blurayne/gnome-shell-screenshot-utility

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 1 manual_review 1

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

  • indicator.js:317
    Gio.File.new_for_path(path).load_contents(null)

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

  • indicator.js:320
    St.Clipboard.get_default()
  • indicator.js:330
    St.Clipboard.get_default()

EGO-M-004 error

metadata shell-version must only include plausible stable releases and at most one development release

Field `shell-version` contains invalid values, more than one development release, or implausible future releases.

metadata.json must be well-formed

  • metadata.json
    shell-version=['45', '46', '47', '48', '49', '50', '51']

All Versions

Version Status
1.0.1 (2) Unreviewed
1.0.0 (1) Unreviewed