Review of "Auto Accent Colour" version 5

Details Page Preview

Automatically set GNOME's accent colour based on the wallpaper.

Extension Homepage
https://codeberg.org/Wartybix/GNOME-Auto-Accent-Colour/

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 has not produced a result yet.

All Versions

Version Status
20 Active
19 Active
18 Active
17 Active
16 Active
15 Rejected
14 Active
13 Active
12 Active
11 Active
10 Active
9 Active
8 Active
7 Active
6 Active
5 Rejected
4 Active
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Please use one of these instead of spawn command (line 242 `extension.js`): - `GLib.get_os_info('NAME')` - `GLib.get_host_name()`
JustPerfection posted a review
btw, if you are looking for Ubuntu session you can use: ```js if (Main.sessionMode.currentMode === 'ubuntu') { console.log('Running Ubuntu Session'); } ```
Wartybix posted a review
Ah okay, thank you for the tip. Your way is much nicer as well, because it means I only need to run the 'Ubuntu checker' at the start of enable(), rather than every time applyClosestAccent() is called, as it no longer needs to be in an asynchronous function like it does when using Gio.Subprocess. I'll submit a new version with the fix shortly.