Contribute
Register

How to resolve the "processes bug" in iStatPro under Mountain Lion

Status
Not open for further replies.
Joined
Jan 31, 2011
Messages
40
Motherboard
Gigabyte GA-Z68-MA-D2H-B3
CPU
i7-3770K
Graphics
GTX 650 Ti
Hi guys,
I just wanted to share a tip for those who use iStatPro under ML. Maybe you have noticed that the "processes" section now only shows squares.


To solve the issue, just navigate to the app in ~/Library/Widgets.
Then right-click on it and show packages content.
You will see two files named Tall.js and Wide.js.
Open the files with a good text editor, like Smultron

Go to line 548 in Tall.js and look at the entry : egrep "PID|$1". Just add a space between the pipe and $1 like this : egrep "PID| $1"
Do the same at line 550.
For Wide.js, do the same at lines 609 and 611. Then save both files.

Just cmd+R on iStatPro : the section "processes" will come back to life !
 

Attachments

  • Capture d’écran 2012-10-05 à 17.08.58.png
    Capture d’écran 2012-10-05 à 17.08.58.png
    61.8 KB · Views: 96
  • Capture d’écran 2012-10-05 à 17.09.32.png
    Capture d’écran 2012-10-05 à 17.09.32.png
    70.8 KB · Views: 94
Thanks for the tip.
 
man, GREAT advice, i waited a long time for this tricky advice !!!

thx, saxfun ;)
 
Status
Not open for further replies.
Back
Top