Review of "ChromaLeon" version 11

Details Page Preview

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

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

Version Status
1.5.3 (73) Active
1.5.3 (72) Rejected
1.5.3 (71) Rejected
1.5.3 (70) Rejected
1.5.3 (69) Rejected
1.5.2 (68) Active
1.5.2 (67) Rejected
1.5.0 (66) Active
1.4.1 (65) Rejected
1.4.0 (64) Active
1.3.0 (63) Active
1.2.7 (62) Active
1.2.7 (61) Rejected
1.2.6 (60) Active
1.2.5 (59) Active
1.2.4 (58) Active
1.2.4 (57) Rejected
1.2.3 (56) Rejected
1.2.0 (55) Inactive
1.2.0 (54) Rejected
1.1.0 (53) Rejected
1.1.0 (52) Rejected
1.0.0 (51) Inactive
50 Inactive
49 Inactive
48 Inactive
47 Inactive
46 Inactive
45 Inactive
44 Inactive
43 Rejected
42 Rejected
41 Inactive
40 Inactive
39 Rejected
38 Rejected
37 Rejected
36 Inactive
35 Inactive
34 Inactive
33 Rejected
32 Inactive
31 Rejected
30 Inactive
29 Inactive
28 Inactive
27 Inactive
26 Inactive
25 Inactive
24 Inactive
23 Rejected
22 Rejected
21 Rejected
20 Inactive
19 Rejected
18 Rejected
17 Rejected
16 Rejected
15 Rejected
14 Rejected
13 Inactive
12 Inactive
11 Inactive
10 Inactive
9 Inactive
8 Inactive
7 Inactive
6 Rejected
5 Inactive
4 Inactive
3 Inactive
2 Inactive
1 Rejected

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.
Fabito02 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.
Fabito02 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 ```
Fabito02 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.