Fix for "Does not decrypt with "ls....."" error
Brought to you by:
simon450
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.
Logged In: NO
Thanks.
That works.
Olivier
Logged In: NO
Thanks, works great. Wish I knew more about applescript...
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?
Logged In: NO
Thanks works great!!