FS#61771 - [plasma5-applets-thermal-monitor] Reload temp sources after startup necessary

Attached to Project: Community Packages
Opened by Dennis Kadioglu (dkadioglu) - Friday, 15 February 2019, 08:58 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Monday, 01 July 2019, 12:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
With recent Plasma versions (unfortunately I don't know exactly since when), you have to click on Reload Temperature Sources after startup. Using this patch https://github.com/kotelnik/plasma-applet-thermal-monitor/pull/54 this is fixed for me. Would it be possible to integrate this?
This task depends upon

Closed by  Bruno Pagani (ArchangeGabriel)
Monday, 01 July 2019, 12:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.2.9-2. Sorry for the delay.
Comment by Suleyman (sungerbob) - Monday, 01 April 2019, 18:33 GMT
Would be great.
Just adding these lines in '/usr/share/plasma/plasmoids/org.kde.thermalMonitor/contents/ui/main.qml' will fix issue! Looks like developer has no activity for long time.
<<
temperatureModel.clear()

+ if (!systemmonitorAvailableSources) {
+ systemmonitorAvailableSources = []
+ }

if (!systemmonitorSourcesToAdd) {
systemmonitorSourcesToAdd = []
}
<<
# https://github.com/kotelnik/plasma-applet-thermal-monitor/pull/54/commits/b389b886a7ee759d06c9eb0e6a3b6abbea400035

Loading...