E-Mail:

Changing “Hidden” Preferences

Apple doesn’t make it terribly easy to customize certain aspects of Mac OS X. That’s completely understandable. Mac OS X is set up to be simple and elegant from the start, and countless people tinkering with this would likely lead to problems. Despite this, there are plenty of changes to Mac OS X and its applications you can make, if you know where to make them.

Tools like Visage and TinkerTool can give you an easy to use interface to change a good deal of Mac OS X’s “hidden” settings, but don’t cover everything. If you just want to jump in, or don’t want to be nagged by shareware notices, you can grab any decent plain text editor and make changes yourself instead.

User-specific preferences are stored in /Users/username/Library/Preferences, where username is your user name. The files end in .plist and are prefixed with com.apple for Apple’s applications (including Mail and the Finder). Opening up and editing these files can let you change a wide variety of things, but can be a bit dangerous. Be careful before you change anything and be sure to keep backup copies!

As an example to get you started, you can find Finder preferences in com.apple.finder.plist. A boolean option will be defined by a key tag containing the option name, followed by true or false tags. The following sets the option AppleShowAllFiles to true. This makes the Finder display all files, including hidden ones you probably don’t want to see anyway.

<key>AppleShowAllFiles</key>
<true/>

A restart of the Finder (log out and log back in) will cause the new preferences to be loaded.

What Do You Think?

 

Want to Start a Blog Here for Free?

Are you an expert in one subject or another? If your goal is to help others and dispense your hard-earned information back to the community, get involved in our community site today! You can write about anything - no matter the topic. Exceptional candidates will be offered the chance to contribute to (and generate revenue from) the main Lockergnome site. Join us today!

Resource - Jul 7, 2008

75% Off Mac Life Cover Price

Apple, Feedback - Apr 7, 2008

Mac Development

Apple, Resource - Apr 3, 2008

Macworld Free Trial

62 queries / 0.371 seconds.