Existing users, log in.  New users, create a free account.  Lost password?

User Profile for morgancain

User Name morgancain

Member Since 2000-05-24

Total number of Feedback Posts: 2

Total number of comments: 0

Last 10 Feedback Posts by morgancain  [ Search for All ]

Don't go there GURLfriend! 1.1 (Mac OS X)

Another alternative  

As posted by jhurshman on Macfixit, you can do this to edit your Info.plist inside the Help appilcation from Terminal:


sudo cp /System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist /System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist.original; checkLine=`grep -n 'NSAppleScriptEnabled' /System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist.original | awk -F : '{print $1}'`; theLine=`echo "$checkLine + 1" | bc`; sed -e "$theLine s/true/false/g" /System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist.original > ~/Info.plist.nu; sudo cp ~/Info.plist.nu /System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist


OR if you're paranoid and want to do it manually, you can walk through this recipe (again from Terminal):


sudo -s [enter password]
vi /System/Library/CoreServices/Help\ Viewer.app/Contents/Info.plist
type '/NSApple' to search for NSApplescriptEnabled
down-arrow to next line after NSApplescript, use 'x' key to delete the word 'true'
type 'i' key for insert mode, type 'false', hit 'esc' key
type 'ZZ' to quit and save
exit; exit

Your results should look something like this in the area you edited: 

<key>NSApplescriptEnabled</key>
<false/>
And basically, what you are doing is editing the NSApplescriptEnabled key in the Info.plist file inside the Help View application to be false instead of true.


Works for me!

PS: Trying to post special characters in comment here at VT is like hammering nails with your forehead! [alert admin]

Post a comment | More Info  |  1 of 2 users found this helpful

Wednesday, May 19 2004 @ 05:02 PM PDT

VideoLAN client 0.4.5 (Mac OS X)

hahaha, did a…  

vcd search at 11:00 and was monkeying with some shareware app. went back to main versiontracker page at 11:10 and lo! vlc had just arrived and it plays the vcd file! happy days and synchronisity... [alert admin]

Post a comment | More Info

Monday, October 14 2002 @ 11:56 AM PDT

Last 10 Comments by morgancain  [ Search for All ]

No user comments.