somehow the wrong commit was packaged. It probably should be the merge from Sep 15 ``` git diff 278b27e5986a1ba51a10a566792cdadc4884adc7 7958f01e5caf457326e2d9cdda8069d48232fbe9 diff --git a/README.md b/README.md index e85b30c..881ef3b 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,13 @@ To create a ZIP file for upload to GNOME Shell Extensions: make zip-file VERSION=<version> ``` -This process is automated by [the uploader Github Action](actions/uploader). +This process used to be automated by [the uploader Github Action](actions/uploader) +but has since been disabled since it required user credentials to be saved in the +repo secrets. The `gnome-extensions` tool [has recently gained an `upload` +subcommand](https://gjs.guide/extensions/upgrading/gnome-shell-49.html#extension-tools) +(which could be used in place of the upload.py Python script), but it still requires +username and password to be present in the repo secrets, so is likely still not a +good option for a CI-based solution (more research on this is required). ## Authors diff --git a/system-monitor-next.gmail.com/metadata.json b/system-monitor-next.gmail.com/metadata.json index cf70e70..c087c3f 100644 --- a/system-monitor-next.gmail.com/metadata.json +++ b/system-monitor-next.gmail.com/metadata.json @@ -1,5 +1,5 @@ { - "shell-version": ["45", "46", "47", "48"], + "shell-version": ["45", "46", "47", "48", "49"], "uuid": "system-monitor-next.gmail.com", "name": "system-monitor-next", "url": "https://github.com/mgalgs/gnome-shell-system-monitor-next-applet", ``` Reproducible: Always Steps to Reproduce: 1.$ gnome-extensions info system-monitor-next.gmail.com |grep State State: OUT OF DATE 2. 3. Actual Results: extension blocked.
FEDORA-2025-c57872eb0a (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-c57872eb0a
FEDORA-2025-c57872eb0a (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-7d56446098 (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-7d56446098
FEDORA-2025-3852d4ce2a (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-3852d4ce2a
FEDORA-2025-c365e97f20 (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-c365e97f20
Hello anotheruser, > somehow the wrong commit was packaged. It probably should be the merge from > Sep 15 Thank you very much for pointing this. Sorry for the wrong commit. My bad. According to this page: https://github.com/mgalgs/gnome-shell-system-monitor-next-applet/commits/master/ I thought that commit 278b27e from Sep 11 2025 included commit cda59ae from Sep 09 2025 (GS 49 compatibility). I didn't saw that there was parallel branches: https://github.com/mgalgs/gnome-shell-system-monitor-next-applet/network As this page shows it, these two commits are not on the same branch. Now, the last package was build with the source from commit 7958f01 (where the two branches were merged) and this problem should be resolved. If you want to test it you should get it from this page when available: https://bodhi.fedoraproject.org/updates/FEDORA-2025-7d56446098 Thank you very much again. Any comment and feedback are welcome. Cordially, -- NVieville
FEDORA-2025-7d56446098 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-7d56446098` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-7d56446098 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
> > I didn't saw that there was parallel branches: ah that explains why I saw the old version of the file while checking files in a browser for the most current commit. Seems github has was confused too :) checking with extensions I see two more Gnome extensions disabled, not sure who is the maintainer will check later: extensions are: Caffeine and Pop Shell
FEDORA-2025-3852d4ce2a has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-3852d4ce2a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-3852d4ce2a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-c365e97f20 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-c365e97f20` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-c365e97f20 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-7d56446098 (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-c365e97f20 (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-3852d4ce2a (gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.