On Apr 18, 2006, at 2:30 PM, Brian McKee wrote:

Start Terminal.app and check under preferences (apple-,)
If you don't see it there, quit Terminal,  backup and delete
~/Library/Preferences/com.apple.Terminal.plist

It's not a great idea to manipulate preference files directly. Their location, filename, format, etc. are considered an implementation detail that's subject to change without notice. Apple has already made at least two changes, from old-style plists to XML-based plists, and then from that to a binary file format.

The Apple-recommended way to deal with the user defaults database from a shell prompt is to use the "defaults" tool, like this:

        defaults delete com.apple.Terminal

Naturally, there are both Cocoa and Carbon APIs to do this programatically also.

sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

Reply via email to