Review of "GNOME Shell Cast" version 3

Details Page Preview

Cast your whole screen or a single window to a Chromecast device from the top panel, with system audio. Audio-only receivers (speakers, cast groups) are detected and offered as an audio share. Copies to the clipboard only when you press "Copy command" or "Copy details" in its dialogs. Requires the gnome-shell-cast-daemon to be installed (see the project README). Keywords: chromecast / cast / google cast / screencast / screen mirroring / screen sharing / wireless display / tv / nest hub / speakers Please β€œrate” πŸ’“ the project here and give it a 🌟 on GitHub. If you encounter any issues or have suggestions, feel free to open an issue on GitHub!

Extension Homepage
https://github.com/omid/gnome-shell-cast

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

  • lib/errorDialog.js:46
    St.Clipboard.get_default()
  • lib/setupDialog.js:53
    St.Clipboard.get_default()

All Versions

Version Status
3 Active
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection active
line 73 `lib/quickIndicator.js`: https://gjs.guide/extensions/review-guidelines/best-practices.html#avoid-unnecessary-checks
omid posted a review
thanks, sure