I don't understand people who just throw it all in there.
It's quite simple really. It's called unorganised people.
I don't understand people who just throw it all in there.
Would anyone be able to load the iStat Pro version with all the fixes and the Apple Trackpad / Keyboard battery monitor? I downloaded one from page 6 of this thread and it doesn't work
This works on my machine, 2012 rMBP.
Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TC0H kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TC0D kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TC1D kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TG0P kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TH0P kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TO0P kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR Th0H kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
Hmm. Interesting. I'll be installing 10.8.5 and will see soon. I use iStat Nano and not Pro, though.
Still - if it's just those few errors I think I'd be fine just ignoring them. Console reports plenty of things I never know/care about. So long as it works!
And if it causes an issue and no one offers a fix here, heck, that'll be time for me to retire iStat for good.
the zip above fixed everything in mavericks too!
...including the Console errors kbmb posted about, just above?
Which zip in particular are you talking about?
Gwang73
Nope.
Well my computer doesn't lock up like his.
I know, I know.....hanging onto iStat Pro for every last breath it has. Guessing by the time Mavericks rolls around it won't work anymore.
Anyway....just updated to 10.8.5 tonight and notice I get these errors in Console when starting iStat Pro (when loading the Dashboard for the first time)
Code:Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TC0H kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000 Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TC0D kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000 Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TC1D kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000 Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TG0P kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000 Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TH0P kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000 Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR TO0P kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000 Sep 12 17:51:24 kernel[0]: SMC::smcReadKeyAction ERROR Th0H kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8023138000
After a search it seems some like this happened back in the 10.7.4 days, although this not nearly as bad since the errors seem only occur for a short while when dashboard is loaded and iStat is first run.
http://reviews.cnet.com/8301-13727_...-smc-console-errors-after-os-x-10.7.4-update/
Ok, so after taking a look....it seems that for some reason, the background images used in the Tall bars for showing disk usage where positioned starting in the center, and wrapping around. This is what was causing the bars to look like they were doubled.
No idea why it started happening, but here's a solution to the CSS file to fix it. Not sure if some ML update will change this in the future, so use at your own risk. I'll repeat Budlus's instructions for finding the file:
1. Locate your widget, it will be under /Library/Widgets or ~/Library/Widgets
2. Right click it and select: "Show Package Contents"
3. Open core.css in some editor
4. Locate the block (for me it's starting on line 7) and add the following line in RED.
Code:.verticalbarbg { background-image:url(./images/common/bar_vertical_bg.png); width:8px; overflow:hidden; [B][COLOR="Red"]background-position: -4px 0;[/COLOR][/B] }
5. Directly under this block, ADD the following CSS statement:
Code:[B].verticalbar { background-position: -4px 0; }[/B]
By adding this statement to the core.css file, it will affect all colors for the widget.
6. You can either remove and re-add the widget, or just kill the Dock and restart Dashboard by going to terminal and entering: killall Dock
----------------------
-Kevin
woots, thanks to everyone here for all the tips! yeah for me its not that istat menus can't do the stuff istat pro can, its just that my menu bar is WAY too cluttered with a million things already, i prefer it on my dashboard.
here's the widget with all the tweaks and updates suggested in this thread. i only got iStat pro though
Bjango stopped development of the free iStat Pro widget quite some time ago, opting to only update the iStat Menus app, which isn't free.Just to pass along the news:
iStat Menus gets updated with Mavericks fixes, new Mac support, more
(although I don't believe Bjango includes the Dashboard Widgets any more... at least, I don't see any mention of them any more on the product page.)