J. King wrote on 7/27/11 9:29 PM: > I installed a second time, was able to locate: > > * GPG Services in Library/Services > * GPG Tools Preferences in Preference Panes > > I am still unable to locate the MacGPG2 in my local files. > > I have uninstalled pending your comments.
MacGPG2 is not an application/utility/PreferencePane that shows through a graphic interface, like Services, GPGTools Preferences, GPG Keychain Access, or the Desktop PGP (from PGP Corporation, now a part of Symantec) that you have been using. MacGPG2, and for that matter MacGPG are "under the hood", they are invoked, when required, by e.g. Thunderbird (via Enigmail) or by GPGMail (when the GPGMail team completes its writing of a GPGMail bundle that will be compatible with Lion). If you care to install again, you should go to Terminal, and type after the prompt (that is the $ character): gpg2 --version [return] the output in Terminal should be something like: $ gpg2 --version gpg (GnuPG/MacGPG2) 2.0.17 libgcrypt 1.4.6 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 ditto for gpg (if you have also installed gpg 1.4.11) $ gpg --version gpg (GnuPG) 1.4.11 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 admin-s-computer-2:~ admin$ Best regards, Charly _______________________________________________ gpgtools-users mailing list [email protected] FAQ: http://www.gpgtools.org/faq.html Changes: http://lists.gpgtools.org/mailman/listinfo/gpgtools-users Unsubscribe: http://lists.gpgtools.org/mailman/options/gpgtools-users/[email protected]?unsub=Unsubscribe&unsubconfirm=1 This email sent to: [email protected]
