Bug #321
closedsystem info: hardcoded values get reset
100%
Description
This one is different from my "feature" request.
I went through the source code and the comments in it describe very well what should be done.
For example we go to system info -> DVD-ROM than it catches infos and waits 15 seconds to recatch...
In the source code it says "Request only one time" //SystemInfo.cpp line 44 and all is written to be only set one time
but it wont... Also for the other parts like hdd and what is defined for "only one time" get reset.
Updated by buzz about 10 years ago
I agree they should not get reset. minor issue though right :)
Updated by buzz about 10 years ago
- related to Feature #320: algorithm improvements on system info added
Updated by buzz about 10 years ago
- Status changed from New to Closed
- Assignee set to buzz
- % Done changed from 0 to 100
- Resolution set to duplicate
They don't get reset - the data for the HD/DVD is requested only once - it was just printing up Busy from the InfoLoader whilst the job was being processed (if that's what you mean?. this was fixed in #320
Updated by tim619 about 10 years ago
"whilst the job was being processed" than I assume the job is beeing processed again every 15 seconds and that would be an issue. Look at comment #320
Updated by tim619 about 10 years ago
As I wrote in #320 all runs flawless now. Don't know why that didn't worked on first run.