Prayer, Water, and Break reminders for GNOME Shell
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:208
this._currentPrayerItem = new PopupMenu.PopupMenuItem(_('Current prayer: not available'), {
reactive: false,
})
extension.js:136
this._iconContainer = new St.Widget({
layout_manager: new Clutter.BinLayout(),
x_expand: false,
y_expand: false,
})
extension.js:123
this._mainIcon = new St.Icon({
gicon: fileIcon,
fallback_icon_name: 'appointment-soon-symbolic',
style_class: 'system-status-icon',
icon_size: 20,
})
extension.js:145
this._panelText = new St.Label({
text: _('No events'),
style_class: 'panel-label',
})
extension.js:129
this._reminderDot = new St.Widget({
visible: false,
x_align: Clutter.ActorAlign.END,
y_align: Clutter.ActorAlign.START,
style: 'background-color: #facc15; min-width: 7px; min-height: 7px; border-radius: 99px; border: 1px sol
extension.js:198
this._statusItem = new PopupMenu.PopupMenuItem(_('No reminders scheduled'), {
reactive: false,
})
extension.js:213
this._upcomingPrayerItem = new PopupMenu.PopupMenuItem(_('Next prayer: not available'), {
reactive: false,
})
extension.js:203
this._upcomingReminderItem = new PopupMenu.PopupMenuItem(_('Upcoming reminder: none'), {
reactive: false,
})
| Version | Status |
|---|---|
| 3 | Unreviewed |
| 2 | Rejected |
| 1 | Rejected |