« 風邪引いた。。 | メイン | かなりキツイっす »

Dashboardの停止方法

Tigerの売りのひとつにDashboardという、ウィジェットをコントロールする機能があります。
ウィジェットっつーと、大昔なマックユーザー的には、DA(デスクアクセサリ)の強化版みたいな感じですね。。
気の利いたツールをちゃちゃっと呼び出せるのは気持ち良いんですが、メモリーをたくさん積めない非力な旧型Macでは、ウィジェット画面に切り替わってからのレスポンスが結構かったるかったりします。
また、隠れてる時、CPUパワーはさほど食いませんが、メモリーはかなり消費しています。
まあ、組み込むウィジェット次第でもありますが、大して使わない機能の割にリソースの無駄遣いです。
ややこしいのは、DashboardはDOCKの一部と言うこともあってか、明示的に止める(立ち上がらなくする)機能がないんですよね。


と言うことで探してきました。

DashboardとSpotlightをON/OFFするアプリもありましたが、素直にシェルで設定するコマンドもありましたので、そちらで実行しました。


以下備忘
Some people have claimed memory or performance problems with Dashboard. In my case, I just don't use it, and dislike having applications running that I don't use or need.

After some searching, I found this hint, but didn't find anything similar on MacOSXHints. So here it is, with thanks to the original poster who found it. Launch Terminal and then enter the following commands...

To turn Dashboard off:
defaults write com.apple.dashboard mcx-disabled -boolean YES

To turn Dashboard on:
defaults write com.apple.dashboard mcx-disabled -boolean NO

You have to restart the Dock after making either change for it to take effect:
killall Dock

[robg adds: I'm thinking this might be a pretty popular hint :). I tested the commands, and they definitely work. When I ran ps ax | grep Dash with Dashboard active, my three open widgets showed up in the process list. After changing the defaults, F12 no longer worked, and the same ps command didn't find any matches for Dashboard (OK, technically, if found the grep, but that's because I'm too lazy to add it as an ignored match). When I re-enabled Dashboard, I was somewhat surprised to find that my three open widgets were indeed still open.]

トラックバック

このエントリーのトラックバックURL:
http://ezto.info/mt/mt-tb.cgi/24

コメントを投稿

About

2006年08月23日 01:26に投稿されたエントリのページです。

ひとつ前の投稿は「風邪引いた。。」です。

次の投稿は「かなりキツイっす」です。

他にも多くのエントリがあります。メインページアーカイブページも見てください。

Powered by
Movable Type