Review of "Server Communicator [DEPRECATED]" version 2

Details Page Preview

This extension has moved and been renamed to 'Action Station'. It still supports API requests and remote mounts, but now includes local shell command execution. Please switch to the new 'Action Station' extension for future updates.

Extension Homepage
https://github.com/Kappa63/gnome-shell-extension-ActionStation

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
7 Unreviewed
6 Active
5 Inactive
4 Rejected
3 Inactive
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please remove `stylesheet.css` since you are not using it: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. You cannot create instance of objects in global scope and also leave it there after disable (line 4 `HttpCallUtils.js`): - [EGO Review Guidelines: Initialization](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) - [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 3. You should call `abort()` on disable or destroy (line 4 `HttpCallUtils.js`): [`Soup.Session.abort()`](https://gjs-docs.gnome.org/soup30~3.0/soup.session#method-abort) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions