Nowadays, I have been modifying my iTerm2 profiles by using python script.
So after modifying it, I have to convert the file back to in binary1 format as usual.
But after upgrade my OSX to Mavericks, I found all Preferences are cached. So the previous procedure didn't work at all unless I reboot or re-login.
10.9 Preferences are cached.
http://hints.macworld.com/article.php?story=20130908042828630
So if you want to apply the changes right after modification of plist file, you have to do either OSX reloading it manually or disabling 'Preferences Service (cfprefsd)'
You have two choices doing this.
- Run command 'defaults read'
- kill cfprefsd
$ defaults read com.googlecode.iterm2.plist |
$ killall cfprefsd |
cfprefsd: https://discussions.apple.com/message/22165237#22165237
'Mac' 카테고리의 다른 글
맥북 거치대 Rain Design 의 mstand (0) | 2017.09.04 |
---|---|
el capitan 에서 java 설치하기 (0) | 2015.12.03 |
VMWare Fusion 에러 메시지 vmware fusion pipe connection has been broken 대처법 (0) | 2013.02.13 |
Mac 용 무료 소프트웨어 정보 제공 사이트 (0) | 2012.04.17 |
Mac 용 네버윈터 나이츠2 실행 소감 (0) | 2012.03.23 |