Review of "Desktop Widgets (Desktop Clock)" version 15.0 (15)

Details Page Preview

Add widgets to the desktop. Widgets include: - Digital Clock - Analog Clock - Weather - Static Text - Images - Command Output – runs terminal commands at user defined intervals and displays the result Widgets can be freely repositioned by dragging them with your mouse. Note: The Desktop Icons extension may interfere with this feature. Please disable it temporarily to move widgets.

Extension Homepage
https://gitlab.com/AndrewZaech/azclock

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
15.0 (15) Active
14 Active
13 Active
12 Active
11 Active
10 Active
9 Active
8 Rejected
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

andrew_z posted a review
The settings file changes are mostly just filename changes. It might easier to review by viewing the changes at https://gitlab.com/AndrewZaech/azclock/-/compare/v14...main?from_project_id=37110545
JustPerfection rejected
Please disconnect object on disable (line 93 `extension.js`).
andrew_z posted a review
Isn't that automatically disconnected when the widget is destroyed? https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/signalTracker.js#L200-L202 "If object is a {Clutter.widget}, this is done automatically when the widget is destroyed."
JustPerfection active
My bad! Missed that class being `St.Widget` in the diff.