RoachZhao

Results 191 comments of RoachZhao

Maybe solve the problem as I found var `systemmonitorAvailableSources` should be an array, change the code according to [var QML Basic Type](http://doc.qt.io/qt-5/qml-var.html)... Made a pull request #54 , check it...

@alium What's your Linux Distro? I only test it on `Manjaro`. For me there are 3 way to let cpu `OFF` disappear. 1. comment `systemmonitorAvailableSources.push(source)` at `plasma-applet-thermal-monitor/package/contents/ui/main.qml` line 312 2....

First,those 3 method is mutually exclusive. And for now I think the different between your sittuation an my is I installed systemed version Manjaro. So, I can't reproduce it. And...

What I did is try to solve #52 which let got the idea that `systemmonitorAvailableSources` maybe not support push method. But maybe this is something different in problem, though change...

@alium @severnaside glad to hear that.

Hi everyone, I got same effect with another plasmoid named `kargos`. And the effect is more better for me that as I use `Bumblebee`. Will show GPU temperature if I...

@batmanm0b1E If you use `bumblebee` you should first remove this plasmoid from pane, then run a app like `python` use `optirun`. Then readd this plasmoid, finally there will be a...

> > Same problem on Manjaro 20.0. Crashes when trying to access the settings. > > Do you know how to configure it without menu? Should be in `~/.config/plasma-org.kde.plasma.desktop-appletsrc`.

Hi @aulospl could you tell me the command you use to get the error message?

Check PR #54