Review of "ChromaLeon" version 11

Details Page Preview

Adapt the system's colors like a chameleon Change your GNOME Shell, Adwaita, adw-gtk3, and app/folder icons accent colors dynamically based on your wallpaper.

Extension Homepage
https://github.com/Fabito02/ChromaLeon

No comments.

Diff Against

Files

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

Shexli (experimental)

Shexli did not find any issues.

All Versions

Previous Reviews on this Version

JustPerfection waiting for author
You already have getttext in the entry point, what's the reason for not using that? Also you can see how to import the gettext to prefs process: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#preferences
JustPerfection rejected
Also remove line 556-582 `chromaleon.js`. Shouldn't be there.
fabito_02 posted a review
Lines 556-582 are used to display it as a separate application in the grid. This was the only solution I found to make this possible without it looking like I'm just opening a shortcut to GNOME Extensions. If it doesn't run as an app, it has a slightly different and more limited workflow, since the extension settings can only be opened one at a time.
fabito_02 posted a review
I also tried applying it in a separate file, but .js files cannot be sent if they are not imported somewhere.
JustPerfection waiting for author
Why not this? ```bash gnome-extensions prefs user-accent-colors@fabito02 ```
fabito_02 posted a review
In this case, I was looking for something slightly similar to what we have with GSConnect. It behaves like an application when opened through its .desktop file. I used the method you mentioned in previous versions, it was the first method I found in my research, but it still behaves like an extension when opened. Specifically, it can't be used in parallel with other extension windows due to the limitation of one window at a time, somewhat negating the point of using a shortcut and breaking the initialization if you have the settings of another extension open and forgot to close them beforehand.
JustPerfection active
Ok. Approved.