Re: LaunchServices.plist not wotking on 10.5
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hey Mr. M, Just shooting from the hip here, but have you tried a tool like fseventer, and then seeing what changes on 10.5 when you modify the behavior manually in the GUI? Allister Banks POINT www.pointconsultants.com 646.502.4708 368 Broadway Ste. 303 New York, New York 10013 On Mar 1, 2011, at 8:05 AM, Karthikeyan M wrote:
Hi,
I have an issue with LaunchServices for Adobe Reader. I have edited the com.apple.launchservices.plist to open all the pdf files by Adobe Reader. In 10.6, all the pdf documents opens by default with Adobe Reader but in 10.5 it open with preview. It does not open with Adobe Reader 10.5.
Our requirement is to open all the pdf files by default in Adobe Reader. Is something I need to do to achieve this?
Launchservices.plist:-
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LSHandlerContentType</key> <string>com.adobe.pdf</string> <key>LSHandlerRoleAll</key> <string>com.adobe.reader</string> </dict> </plist>
Regards, Karthikeyan M
Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Allister Banks