Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
EGO-L-002 warning
objects created by extension should be destroyed in disable()
Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.
extension.js:81
icon_color_off = new St.Icon({ style_class: 'system-status-icon'})
extension.js:79
icon_color_on = new St.Icon({ style_class: 'system-status-icon'})
extension.js:77
icon_off = new St.Icon({ style_class: 'system-status-icon'})
extension.js:75
icon_on = new St.Icon({ style_class: 'system-status-icon'})
EGO-M-004 error
metadata shell-version must only include plausible stable releases and at most one development release
Field `shell-version` contains invalid values, more than one development release, or implausible future releases.
metadata.json must be well-formed
metadata.json
shell-version=['45', '46', '47', '48', '49', '50', '51']