Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO011 error
GSettings schema XML must be present in package
Extension appears to use GSettings but no `.gschema.xml` file is included in the package.
EGO016 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:468
this._calTimerId = GLib.timeout_add_seconds(
GLib.PRIORITY_DEFAULT, POLL_CALENDAR_S, () => {
this._refreshEvents().catch(e => console.error('[Glance]', e.message));
return GLib.SOURCE_CONTINUE;
}
)
extension.js:474
this._meetTimerId = GLib.timeout_add_seconds(
GLib.PRIORITY_DEFAULT, CHECK_MEETINGS_S, () => {
const { events } = Storage.getEventsCache();
this._checkMeetings(events).catch(e => console.error('[Glance]', e.message));
return GLib.SO
| Version | Status |
|---|---|
| 3 | Unreviewed |
| 2 | Rejected |
| 1 | Rejected |