Review of "Gnome Behafucha" version 4

Details Page Preview

Fixes text typed in the wrong keyboard layout (Hebrew/English) using Super+Z (or a custom shortcut). This extension accesses the clipboard only when triggered by the user to perform the conversion and does not store or share any data.

Extension Homepage
https://github.com/amiad/gnome-behafucha

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

Shexli found 1 issue that may need reviewer attention.

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

  • extension.js:15
    St.Clipboard.get_default()

All Versions

Version Status
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

JustPerfection active
JustPerfection posted a review
Don't need to use any parameters for `this.getSettings()` if you already have this in `metadata.json`. ```json "settings-schema": "org.gnome.shell.extensions.gnome-behafucha", ```