Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
9 | Active |
8 | Active |
7 | Rejected |
6 | Active |
5 | Rejected |
4 | Active |
3 | Active |
2 | Rejected |
1 | Rejected |
Rejected because you shouldn't use spawn command when you can do it in gjs: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#scripts-and-binaries 1. Use `GLib.get_user_name()` instead of spawn command (line 40 extension.js): https://gjs-docs.gnome.org/glib20~2.0/glib.get_user_name 2. Use `GLib.get_real_name()` instead of spawn command (line 44 extension.js): https://gjs-docs.gnome.org/glib20~2.0/glib.get_real_name