Editing plist of Finder with defaults causes Finder to relaunch constantly
I recently helped someone recover their computer with the defaults command, which showed me the power of the .plist and the defaults command.
I came across an article which explains how to change the font size of the Finder window past the default max. of 16 points.
With the Property Editor I can change the setting, relaunch the Finder and everything is fine.
But when I run this command:
defaults write com.apple.finder StandardViewOptions '{clmv={FontSize=30;};}'
and relaunch the Finder it doesn't start up properly. Instead it constantly relaunches.
Now the FontSize=30 is a little extreme but it works when I change it with Property Editor (besides I just wanted to see if it would work and what better way than going extreme - I can't really tell the difference between 16 and 17 points).
I checked the plist with Property Editor before relaunching and the value was changed to 30 via defaults.
Any ideas?
Also, it took me some time to get the encoding right for the subkey clvm - is there an Apple Developer page with some detailed examples?
Thanks,
AppleMonkey
v.1 PowerBook G4 15'' Mac OS X (10.4.3)