Florian BeerFlorian BeerAnonymous 26 Jul 2012 12:58
Here's how to fix the process view in iStats Pro for Mountain Lion:
http://forums.macrumors.com/showthread.php?t=1325546
Some problems in 10.8
Works fine in 10.7
I'm putting the finishing touches on the all-new RoaringApps, with support for Mavericks & iOS 7.
Try it out now and help me squash some bugs.
Created by Anonymous on 24 Jul 2011 12:50.
Last updated by bcammo on 16 Jul 2013 04:32.
Supports iCloud
Secured by Gatekeeper
Supports retina graphics
cant download wiget
4.92 | |
iSlayer | |
http://www.islayer.com/apps/istatpro/ | |
Some problems |
0 rating
Under Mountain Lion, the processes section is showing blank squares instead of a list, and other sections are missing entirely.
It's easy to fix iStat Pro processes for Mountain Lion
Steps:
1. Locate your widget, it will be under /Library/Widgets or ~/Library/Widgets
2. Right click it and select: "Show Package Contents"
3. Open Wide.js or Tall.js file in some editor (Wide is for horizontal view, Tall for vertical)
4. Locate the line
Quote:
WideSkinController.prototype.updateProcesses = function(){
var _self = this;
var exclude = "";
if(p.v("processes_excludewidgets") == 'on')
exclude = " grep -v DashboardClient | ";
if(p.v("processes_sort_mode") == 'cpu')
widget.system('ps -arcwwwxo "pid %cpu command" | egrep "PID|$1" | grep -v grep | ' + exclude + ' head -7 | tail -6 | awk \'{print "<pid>"$1"</pid><cpu>"$2"</cpu><name>"$3,$4,$5"</name></item>"}\'', function(data){ _self.updateProcessesOut(data);});
else
widget.system('ps -amcwwwxo "pid rss command" | egrep "PID|$1" | grep -v grep | ' + exclude + ' head -7 | tail -6 | awk \'{print "<pid>"$1"</pid><cpu>"$2"</cpu><name>"$3,$4,$5"</name></item>"}\'', function(data){ _self.updateProcessesOut(data);});
}
Change "PID|$1" to "PID| $1" (Add space before $ sign)
5. Save the changes
6. remove widget and re-add it Dashboard, and it should be fixed
Florian BeerFlorian BeerAnonymous 26 Jul 2012 12:58
Here's how to fix the process view in iStats Pro for Mountain Lion:
http://forums.macrumors.com/showthread.php?t=1325546
Brent SordylBrent SordylAnonymous 26 Jul 2012 13:56
Here's a direct link to the fix, its a simple text edit and it worked for me.
http://forums.macrumors.com/showpost.php?p=15332289&postcount=20
[ bob]bobAnonymous 27 Jul 2012 17:15
nice thanks
[ Hannes Oud]Hannes OudAnonymous 27 Jul 2012 18:14
thanks, the fix worked for me
arnoarnoAnonymous 27 Jul 2012 20:23
thanks, ça fonctionne pour moi for Wide & Tall. :-)
arno
[ ottavio]ottavioAnonymous 28 Jul 2012 12:17
Thanks a million !
I followed the steps and everything gone alright !
[ skeamer]skeamerAnonymous 29 Jul 2012 13:27
nice thanks!
[ jj]jjAnonymous 30 Jul 2012 02:29
cheers!
[ keki]kekiAnonymous 30 Jul 2012 08:42
thanks!
[ rafitaFCB]rafitaFCBAnonymous 30 Jul 2012 23:49
Thanks!!!!!
[ Murnau]MurnauAnonymous 31 Jul 2012 15:19
Great =)
[ myke]mykeAnonymous 01 Aug 2012 14:12
Works a treat! Thanks!
[ arriquitaun]arriquitaunAnonymous 06 Aug 2012 08:09
Worked perfectly! Thanks!!!
[ blob]blobAnonymous 26 Aug 2012 15:42
danke! thanks!
dandanAnonymous 27 Aug 2012 15:43
work perfect, thanks
[ DnA]DnAAnonymous 28 Aug 2012 10:25
Thanks, it works!!
[ chucker]chuckerAnonymous 30 Aug 2012 22:38
Thanks, work great!
[ Babs]BabsAnonymous 30 Sep 2012 01:44
it didn't work for me… still showing empty squares and no percentages.
Running ML, changed both wide and tall. double checked and both are changed.
[ Robert]RobertAnonymous 03 Dec 2012 00:05
Thanks - worked for me
[[/module]]