Shows a customizeable analog desktop clock. Please visit the GitHub repository for documentation and to report any issues.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
8.3 (9) | Unreviewed |
8.2 (8) | Rejected |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Rejected |
1. Rejected because you shouldn't notify on each enable and disable (extension.js line 100 and 130). That means user will get an unnecessary notification on each enable and lock (extension will be disabled on each lock). 2. Also you shouldn't use try catch block for gsettings like that (extension.js line 39-46) and (prefs.js 32-38). Just let it fail normally, so we know the extension is not working properly just because of the schema file is missing. For future reference: `myErrorLog()` (common.js line 19-21) is doing `log()` not `logError()`. That means the code will not fail even when the schema file is not provided. If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
THX 4 pointing out... How am I supposed to proceed, fix and upload a new zip...??? Or did I miss how to edit / review here...??? Sorry for dumbaskin' but be gentle, it's my first extension ;-) ... Cheers, Zappo II
Hey, You can upload the modified zip file the same way you did the first version.