Nov 21, 2008
Tweak
Leopard を使っていてちょっと便利な小技
- iTunes 8 から表示される様になった曲の右側の iTunes Store へのリンク矢印を表示させない
- iTunes 8 のブラウザ表示時にジャンルを表示させない
- Spaces が自動で切り替わるのを防止する
- ドラッグで Spaces を移動する際の待ち時間を設定する
- 
		HelpViewer のウィンドウをフローティングではなくする
 ヘルプが最前面にこなくなるので便利
- ネットワークドライブに .DS_Dtore を作成しない
- X11 の終了確認ダイアログを無効にする
- Mail.spp で添付ファイルのインライン表示を無効にする
- 
		Front Row の iTunes トップソングの国を指定する
		
 代表的な国コード 111111 デフォルト (アメリカ) 143442 フランス 143443 ドイツ 143444 イギリス 143447 フィンランド 143449 アイルランド 143460 オーストラリア 143461 ニュージーランド 143462 日本 
$ defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
	
$ defaults write com.apple.iTunes show-genre-when-browsing  -bool FALSE
	
$ defaults write com.apple.dock workspaces-auto-swoosh -bool NO
	
$ defaults write com.apple.dock workspaces-edge-delay -float 0.5
	
$ defaults write com.apple.helpviewer NormalWindow -bool YES 
	
$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true 
	
$ defaults write org.x.x11 no_quit_alert false
	
$ defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
	
$ defaults write com.apple.frontrow MusicStoreFrontID 国コード
Edit this entry...
wikieditish message: Ready to edit this entry.
A quick preview will be rendered here when you click "Preview" button.

