aboutsummaryrefslogtreecommitdiffstats
path: root/manual/faq.md
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-09-03 12:11:36 +0000
committerSaturneric <[email protected]>2022-09-03 12:11:36 +0000
commit4201e3d55cc3bd467c2e49f694a445744f9af93f (patch)
tree281aa2ad51b2753d6295e821a14d8b1737484855 /manual/faq.md
parentfeat(project): support freebsd build (diff)
downloadGpgFrontend-4201e3d55cc3bd467c2e49f694a445744f9af93f.tar.gz
GpgFrontend-4201e3d55cc3bd467c2e49f694a445744f9af93f.zip
fix(ui): fix user feedback issues.
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
Diffstat (limited to 'manual/faq.md')
-rw-r--r--manual/faq.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/manual/faq.md b/manual/faq.md
index b53c149a..5e09eb24 100644
--- a/manual/faq.md
+++ b/manual/faq.md
@@ -5,7 +5,7 @@
GpgFrontend is a cross-platform encryption tool that conforms to the OpenPGP standard. It is committed to making OpenPGP
easier to use, so that more people can use the tool to protect their privacy.
-## Relationship with OpenPGP(pgp) and Gnupg(gpg)?
+## Relationship between OpenPGP(pgp) and Gnupg(gpg)?
OpenPGP is a data encryption and decryption standard, and GpgFrontend supports it. GnuPG is a cryptographic software
used to encrypt, sign communication content and manage keys for asymmetric cryptography. It follows the OpenPGP
@@ -14,7 +14,7 @@ standard. GpgFrontend drives gnupg at runtime to implement operations such as en
## How to obtain and use GpgFrontend?
The various versions of GpgFrontend will be released in the GitHub repository, and you can find and download the latest
-version in Releases. After downloading, you can refer to the instructions in ReadME and you can start using it in just a
+version [HERE](https://www.gpgfrontend.pub/#/downloads). After downloading, you can refer to the instructions in ReadME and you can start using it in just a
few steps.
## I found some flaws in GpgFrontend, what should I do?
@@ -44,3 +44,12 @@ released, and release a stable version at an appropriate time.
But starting from 2.0.0, BETA versions will not be released unless there are special circumstances.
+## How to deal with 'ENV Loading Failed'?
+
+The reason for this problem is that GpgFrontend failed to find the GnuGP tool in your computer.
+
+- For macOS users, please install GnuPG for OSX [Here](https://sourceforge.net/p/gpgosx/docu/Download/).
+- For Linux users, please install gnupg through apt or yum.
+- For Windows users, GnuPG is now integrated in the latest version of GpgFrontend, we recommend you to download the
+ latest GpgFrontend.
+