Screen overlay for dorso-linux posture monitor
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 2 | Active |
| 1 | Rejected |
1. D-Bus interface name should start with `org.gnome.Shell.Extensions`. 2. Please add GitHub or GitLab url to the `metadata.json`: [EGO Review Guidelines: url](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) 3. Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Thanks for the review. I've addressed all three points: 1. D-Bus naming: renamed the interface, object path and well-known name to the org.gnome.Shell.Extensions namespace. Interface org.gnome.Shell.Extensions.DorsoOverlay, object path /org/gnome/Shell/Extensions/DorsoOverlay, bus name org.gnome.Shell.Extensions.DorsoOverlay. 2. metadata.json: added the repository URL "url": "https://github.com/Gheop/dorso-linux". 3. AI: I can fully justify and explain every part of this extension. It's a single ~200-line file using only documented St, Clutter, Cairo and Gio APIs, with consistent style, no dead code and no prompt-style comments. Happy to walk through any section if useful. An updated version is uploaded.