Review of "Evertrack-v2204" version 3

Details Page Preview

Use dbus to identify the PID and window in focus

Extension Homepage
https://github.com/rodrigopfarias/evt-pid-win-ext

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
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
You cannot create instance of objects in init like that (line 107 `extension.js`): [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) 1. Remove line 103 and 110-116. 2. Replace line 107 with `return new EvertrackExtension();`