GNOME Shell update indicator for Fedora Linux. This is based on Arch Linux Updates Indicator by Raphaƫl Rochet. This extension is not affiliated, funded, or in any way associated with Fedora brand and Red Hat Software.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
25 | Active |
24 | Inactive |
23 | Inactive |
22 | Inactive |
21 | Inactive |
20 | Inactive |
19 | Rejected |
18 | Rejected |
17 | Inactive |
16 | Inactive |
15 | Inactive |
14 | Rejected |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Rejected |
4 | Active |
3 | Rejected |
2 | Inactive |
1 | Rejected |
1. Please move line 32 prefs.js to `fillPreferencesWindow`. You can attach it to the window to avoid garbage collecting before window close. 2. Do that on enable (line 74 extension.js). and delete that on disable (not nulling that out). 3. It's better to move line 581-585 to `FedoraUpdateIndicator`. 4. You can add `gettext-domain` to metadata.json to make it easier for 45 port: https://gjs.guide/extensions/overview/anatomy.html#metadata-json-required 5. You should clean up `UPDATES_LIST` in disable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects