1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fix !EROFS bug.

Doc updates
This commit is contained in:
Werner Koch 2008-08-01 10:51:11 +00:00
parent e27ca6e059
commit 201a348565
8 changed files with 44 additions and 5 deletions

View file

@ -208,6 +208,26 @@ The signature is broken. You may try the option
number N is the internal algorighm indentifier; for example 8 refers to
SHA-256.
@item The Windows version does not work under Wine
When running the W32 version of @command{gpg} under Wine you may get
an error messages like:
@smallexample
gpg: fatal: WriteConsole failed: Access denied
@end smallexample
@noindent
The solution is to use the command @command{wineconsole}.
Some operations like gen-key really want to talk to the console directly
for increased security (for example to prevent the passphrase from
appearing on the screen). So, you should use @command{wineconsole}
instead of @command{wine}, which will launch a windows console that
implements those additional features.
@end itemize