Tracks the time you have been actively using your computer
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
11 | |
10 | Rejected |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Inactive |
4 | Active |
3 | Inactive |
2 | Inactive |
1 | Rejected |
1. Use `console.*` instead of `print()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 2. Don't use `var`. Use `let` and `const` instead. 3. Not needed since this is 45 only (line 122 `extension.js`). 4. It's better to use `null` instead of `void 0`. 5. Please import `gettext` from the `extension`: ```js import {Extension, gettext as _, ngettext} from 'resource:///org/gnome/shell/extensions/extension.js'; ``` You can use `nautilus` in `metadata.json`: ```json "gettext-domain": "nautilus", ``` Wanna fix and send it again?
Ok, thanks, will do.