Review of "Free Space Indicator" version 1.0.0 (1)

Details Page Preview

Shows disk free space in the top panel

Extension Homepage
https://github.com/inbalboa/gnome-freespace

No comments.

FAQ

Files

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

All Versions

Version Status
1.0.1 (2) Active
1.0.0 (1) Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Don't use sync spawn since that can freeze the shell process (line 143, 160 `extension.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 2. Better to use `this._stopMonitoring` inside `_startMonitoring()` since that is easier for reviewers to review.