MisterGuinness / gnome-shell-extension-sensors

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

Fedora 38: Beta Testing #76

Closed MisterGuinness closed 1 year ago

MisterGuinness commented 1 year ago

Fedora 38 Beta also comes with a new gnome-shell

$ gnome-shell --version
GNOME Shell 44.beta

I'm not sure if this is intentional, but autoconf failed checking for gcc, seems it was missing, so I had to install it manually

$ sudo dnf install gcc

If this isn't fixed, the dependecies need to be updated in the installation instructions to include gcc

MisterGuinness commented 1 year ago

Strange that gcc is not installed by default in F38 official either, so will need to add to the dependencies