13-month calendar (with Sol) and a 13-sign zodiac including Ophiuchus. Adds a second calendar in the GNOME date menu, or replaces the default one. 24-hour clock and 7-day week stay unchanged.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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:23
this._gregorianBtn = new St.Button({
style_class: 'real-calendar-mode-button',
can_focus: true,
label: 'Gregorian',
x_expand: true,
})
extension.js:29
this._realBtn = new St.Button({
style_class: 'real-calendar-mode-button',
can_focus: true,
label: 'Real',
x_expand: true,
})
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:35
this._gregorianBtn.connect('clicked', () => this._setView('gregorian'))
extension.js:36
this._realBtn.connect('clicked', () => this._setView('real'))
| Version | Status |
|---|---|
| 1 | Unreviewed |