Hi everyone,

 

I need to be able to read some GPG encrypted files within pd.

I can unpack the file using a command line with [shell]. However I get an error message (appearing only in “nogui”) saying: “gpg agent is not available in this session”.

So the file gets copied to the destination file but is still encrypted. Both, in the graphical and nogui system.

 

Doing the same thing with the same command lines in Ubuntu 8.04 using the console I don’t get any errors.

 

Any ideas if GPG has to be enabled for pd? If yes, how?

Well, the problem may also be sending the password. I simply delayed a second message to send the password to [shell] after sending the decrypting message.

 

Thanx for any ideas, Ingo