Menu

#11 Fix for "Does not decrypt with "ls....."" error

open
nobody
None
5
2005-10-11
2005-10-11
Anonymous
No

Well,
after waiting for a while for a fix to come I had to figure it out for
myself. I am not an applescript developer but I was able to figure
it out. Here goes:

1) Install latest 1.3b7
2) Open ~/Library/Application Support/EntourageGPG/
Common.incl file in Script Editor
3) At the top of the file add the following line
property fileExists=""
4) Find the following line (it's almost at the end of the file)
set fileExists to do shell script "ls '" & POSIX path of
fileLocation & "'"
5) comment it out (add -- before that line) (that's 2 dashes)
6) add the following below that line
try
set fileExists to alias fileLocation
end try
7) Save the file and try to decrypt. Should work now.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Thanks.
    That works.

    Olivier

     
  • Nobody/Anonymous

    Logged In: NO

    Thanks, works great. Wish I knew more about applescript...

     
  • Shura

    Shura - 2007-07-05

    Logged In: YES
    user_id=1837107
    Originator: NO

    The EntourageGPG directory in Application Support does not exist, much less the Common.incl file - How do I get the complete content of this file?

     
  • Nobody/Anonymous

    Logged In: NO

    Thanks works great!!

     

Log in to post a comment.