>If you look at the preference file
>'com.apple.launchServices.plist' and expand it you will see a LSHandler
>mentioned for 'mailto', in my case #3, but there is no such item in
>Emailer for the preference to latch onto. All the LSHandlers look a bit
>like a reverse URL. So even though we can select Emailer it just won't
>stick because the appropriate LSHandler does not exist. That figures due
>to CEs age.
This is what mine shows (taked from 10.3).
<key>U:mailto</key>
<array>
<dict>
<key>LSBundleLocator</key>
<data>
AAAAAAC2AAMAAAAAvgL7CQAASCsAAAAAAAEbNgAEu20A
AL4oyGUAAAAACSD//kFQUExNTWFu/////wABAAgAARs2
AAEZXgAOABAABwBFAG0AYQBpAGwAZQByAA8AFgAKAEgA
YQByAGQAIABEAHIAaQB2AGUAEgA0QXBwbGljYXRpb25z
IChNYWMgT1MgOSkvQ2hyaXMgQ2xhcmlzIEVtYWlsZXIv
RW1haWxlcgATAAEvAP//AAA=
</data>
<key>LSBundleRoleMask</key>
<integer>-1</integer>
<key>LSBundleSignature</key>
<string>MMan</string>
</dict>
</array>
Being that I know nothing about it structure, I can't say if simply
pasting the above into a 10.4 plist will work. I have no idea what the
data string means, so I don't know if that is some form of encoded path
to my copy of Emailer.
I do notice that the LSBundleSignature refs the MMan creator code. That
is Emailer's creator code. That may be all it needs to launch Emailer,
and it may just be a 10.4 bug that isn't creating the right info
(possibly because Apple has been trying to drop Type/Creator codes from
OS X)
If someone is feeling brave, they can try pasting the above into their
plist in place of the existing mailto entry. Just be sure to back up that
plist before you do, just in case it screws things up.
-chris
<http://www.mythtech.net>
___________________________________________________________________________
To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to
<[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>