You might have noticed that when you open [b]System Preferences > International > Input Menu[/b], there is no Character Palette or Keyboard Viewer.
This can easily be fixed by deleting some cache files with either a “payload-free” package and a postinstall script, or on first boot i.e. launching a script using a Launch Daemon.
Apple posted a solution to this problem on July 15th, 2008. These are the two lines of code you need:
[code]/bin/rm /System/Library/Caches/com.apple.IntlDataCache*
/bin/rm /var/folders/*/*/-Caches-/com.apple.IntlDataCache*[/code]
[b]Mac OS X Leopard: Keyboard Viewer, Character Palette does not appear[/b]
[url]http://support.apple.com/kb/TS1896[/url]
Edit: I just noticed that Patrick Fergus posted a [url=https://www.afp548.com/forum/viewtopic.php?forum=45&showtopic=20407]similar thread[/url] back in april 2008.
Comments are closed