Provide a system menu item to renew Kerberos tickets
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-006 warning
extensions should not use lookupByURL or lookupByUUID for current extension access
Use `this`, `this.getSettings()` or `this.path` instead of `lookupByURL()` or `lookupByUUID()` for the current extension.
extension.js:174
Extension.lookupByURL(import.meta.url)
EGO-L-005 warning
owned object references should be released in disable()
Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.
extension.js:149
this.menuItem = new PopupMenu.PopupMenuItem(this._account.PresentationIdentity, false)
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:150
this.menuItem.connect('activate', this._clicked.bind(this))
extension.js:204
this.menu.connect('open-state-changed', this._subMenuOpenStateChanged.bind(this))
| Version | Status |
|---|---|
| 20 | Active |
| 19 | Inactive |
| 18 | Inactive |
| 17 | Inactive |
| 16 | Inactive |
| 15 | Inactive |
| 14 | Inactive |
| 13 | Rejected |
| 12 | Active |
| 11 | Rejected |
| 10 | Inactive |
| 9 | Inactive |
| 8 | Rejected |
| 7 | Active |
| 6 | Inactive |
| 5 | Active |
| 4 | Inactive |
| 3 | Inactive |
| 2 | Inactive |
| 1 | Rejected |