MisterGuinness / gnome-shell-extension-sensors

Gnome shell extension: Shows CPU temperature, HDD temperature, voltage and fan RPM
0 stars 0 forks source link

Fedora 41: Beta Testing #102

Open MisterGuinness opened 1 month ago

MisterGuinness commented 1 month ago

Fingers crossed for no code changes required other than metadata.json

MisterGuinness commented 1 month ago

Found the following...

https://gjs.guide/extensions/upgrading/gnome-shell-47.html

Metadata TIP There were no relevant changes to metadata.json in GNOME 47.

Extension TIP There were no relevant changes to extension.js in GNOME 47.

Preferences getPreferencesWidget and fillPreferencesWindow in prefs.js are now awaited when the preference window is opened.

I wonder if this means that issue #70 might be resolved.

MisterGuinness commented 1 month ago
$ gnome-shell --version
GNOME Shell 47.beta

Seems to be working.

The only slight issue is hddtemp reports an error on the USB drive I was running live from. It probably always did, but I never tested hddtemp on a live OS. I don't think hddtemp is even supported (the man page is dated 2003)

MisterGuinness commented 1 month ago

The problems mentioned in issues #70 and #79 are still there.