Review of "Flickernaut" version 8

Details Page Preview

A GNOME extension that adds custom entry to Nautilus context menu. NOTE: - To use this extension, you need to install nautilus-python package. - Please restart Nautilus after enabling, disabling, or changing extension preferences to apply changes.

Extension Homepage
https://github.com/imoize/flickernaut

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
8 Active
7 Rejected
6 Active
5 Rejected
4 Inactive
3 Inactive
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection active
Approved but: 1. Please move line 12-15 `prefs` to `fillPreferencesWindow()`. [EGO Review Guidelines: Initialization](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-initialization-for-static-resources) 2. I reviewed mostly Python scripts in this package which is not a good sign for a GNOME Shell extension. please don't add more Python scripts in the future.
brilliantnz posted a review
I'm sorry about the Python scripts. I only split the code into multiple files to make it easier to read and manage, but the logic is still the same as before. In the future, I will gradually move as much business logic as possible to JavaScript, and keep the Python part limited to handling menu integration and application launching. Thanks again for your time and consideration!