UshakovVasilii / gnome-shell-extension-freon

Shows CPU temperature, disk temperature, video card temperature (NVIDIA/Catalyst/Bumblebee&NVIDIA), voltage and fan RPM
https://extensions.gnome.org/extension/841/freon
GNU General Public License v2.0
424 stars 77 forks source link

Fixed incorrect class name for nvidiabumblebee being used in _updateDisplay #238

Closed sync1211 closed 2 years ago

sync1211 commented 2 years ago

The class name bumblebeenvidia used in the _updateDisplay function is not initialized, so I replaced it with nvidiabumblebee.

This caused cards detected by the Nvidia + Bumblebee provider to be ignored.