unmarked

Moderator
Registered: 01/15/07
Posts: 278
|
|
| |
Reply with quote | #1 | Sometimes, Launch Services doesn't pick up the changes in filetype information. You can force a Launch Services to clear its cache and reset to update filetype information.
Quit TextSoap if you haven't already.
Launch /Applications/Utilities/Terminal.app and use the following the ` chars are important. the first part locates the lsregister which is in a non-standard location. the -kill resets the database and -r recursively scans for new items. the -apps local, system, user tells it to scan for apps at system level, machine (local) level and in your user folders.
`locate lsregister` -kill -r -apps local, system, user
You can also do a -all if the -apps doesn't do the job (although this isn't usually necessary).
|
| Loading... | | |