icecc / icemon

Icecream GUI Monitor
http://kfunk.org/tag/icemon/
GNU General Public License v2.0
88 stars 34 forks source link

adjust for icecream change that has broken scheduler discovery #40

Closed llunak closed 6 years ago

llunak commented 6 years ago

47ba035d4dc024d460758c3cf99df1a1a2908db2 in icecream has changed the discovery to always timeout and only then return a scheduler. So first checking for timeout and only then trying to get a scheduler now never provides the scheduler. Change the code the same way iceccd has been changed in that commit.