Hi, Ruñe et. al.
I worked on a similar problem with another fellow once: none of his PPC-based (Rosetta) apps would launch on his Intel-based Mac. The solution he found was to delete the hidden
.GlobalPreferences.plist file for the affected account. To do this for your account, perform the following steps in the order specified:
1. Launch Terminal, which resides in the Macintosh HD > Applications > Utilities folder.
2. At the Terminal prompt, type the following command
exactly as written:
cd ~/Library/Preferences
This command switches the current directory to your Home > Library > Preferences folder (~/Library/Prefernces).
3. Press Return.
4. Rename your account's
.GlobalPreferences.plist file to
.GlobalPreferences.plistold: at the Terminal prompt, type the following command
exactly as written:
mv .GlobalPreferences.plist .GlobalPreferences.plistold
5. Press Return.
6. End your Terminal session:
6.1. At the Terminal prompt, type
exit and press Return.
6.2. Quit (Command-Q) Terminal.
7. Log out of your account, then log back in to your account.
8. See if the problem is resolved.
Note the following:
• Removing the .GlobalPreferences.plist file as described above will result in some of the following preferences being reset for your account, which you can reset with System Preferences:
• Date and Time formats.
• Appearance preferences.
• International preferences.
• Keyboard & Mouse preferences.
• Some third-party applications may hide registration information in this file, so you may be prompted to re-register some applications.
• You can undo the change by repeating steps 1-8 above, but in step 4 using the command:
mv .GlobalPreferences.plistold .GlobalPreferences.plist
Good luck!
😉 Dr. Smoke
Author:
Troubleshooting Mac® OS X