Bug 2397683 - disabled on gnome-49 per manifest
Summary: disabled on gnome-49 per manifest
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-shell-extension-system-monitor-applet
Version: 43
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: nicolas.vieville
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-23 20:17 UTC by anotheruser
Modified: 2025-10-02 02:15 UTC (History)
1 user (show)

Fixed In Version: gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc44 gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc43 gnome-shell-extension-system-monitor-applet-38-39.20250923git7958f01.fc41
Clone Of:
Environment:
Last Closed: 2025-09-23 21:35:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description anotheruser 2025-09-23 20:17:11 UTC
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.

Comment 1 Fedora Update System 2025-09-23 21:30:47 UTC
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

Comment 2 Fedora Update System 2025-09-23 21:35:20 UTC
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.

Comment 3 Fedora Update System 2025-09-23 21:41:27 UTC
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

Comment 4 Fedora Update System 2025-09-23 21:55:38 UTC
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

Comment 5 Fedora Update System 2025-09-23 22:07:52 UTC
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

Comment 6 nicolas.vieville 2025-09-23 22:11:34 UTC
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

Comment 7 Fedora Update System 2025-09-24 15:53:16 UTC
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.

Comment 8 anotheruser 2025-09-24 16:04:52 UTC
> 
> 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

Comment 9 Fedora Update System 2025-09-24 16:33:30 UTC
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.

Comment 10 Fedora Update System 2025-09-24 16:56:33 UTC
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.

Comment 11 Fedora Update System 2025-10-02 01:20:11 UTC
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.

Comment 12 Fedora Update System 2025-10-02 02:09:49 UTC
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.

Comment 13 Fedora Update System 2025-10-02 02:15:15 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.