Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Mac Help not working

I've noticed that I can't use Mac Help.

Also applications that are unusable at present: Chess.app, iChat.app, Front Row.app

Any ideas?

iBook G4, Mac OS X (10.5.6)

Posted on Apr 5, 2009 9:56 AM

Reply
13 replies

Apr 5, 2009 12:31 PM in response to KevinSmith

Sounds like launchservices database needs rebuilt.

Create an applescript by copy and pasting the script below into your Script Editor. Then run the script.

set theCommand to (do shell script "locate lsregister")
set theArguments to " -kill -r -f -domain local -domain system -domain user"
set thePath to " /Applications" --edit this as needed
set theScript to theCommand & theArguments & thePath
do shell script theScript

Let me know if this works.
-Dave

Apr 5, 2009 2:11 PM in response to KevinSmith

Darn ... I thought for sure that would have solved the problem. The outcome would be that your apps would launch properly.

It seems like you may have some directory or permissions issues. Try repairing permissions with Disk Utility in Utilities>Disk Utility. Also, run the Verify Disk to see if the disk and directory have any errors. If they do, you will have to reboot from your original system disk and run Disk Utility from there to repair them.

-Dave

Mac Help not working

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.