Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
It looks like the window created by gpg does not work with the general framework of vscode extension. You may look for help in vscode's repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have configured LaTeX workshop to have another build recipe that runs latexmk and then GPG to sign the output PDF. The latexmk stage runs fine, but the GPG stage seems to hang.
To Reproduce
I have used the recipe and tool settings below:
Expected behavior
Since I am using a hardware security key with GPG, I should expect that when running the
LaTeXmk + sign
recipe, the latex file will be built and then gpg will be called to sign it. This will result in a popup window for the hardware key pin, entering the pin should then allow GPG to create a signed version of the pdf file and GPG will exit with code0
, telling LaTeX workshop everything is fine.Logs
LaTeX Workshop Output
Developer Tools Console
No dev tool console messages are produced during the running and once the progress seems to hang.
Desktop
using bzip2 version 1.0.8, 13-Jul-2019
compiled with curl version 7.72.0; using libcurl/7.72.0 Schannel
compiled with expat version 2.2.10; using expat_2.2.10
compiled with liblzma version 50020052; using 50020052
compiled with libressl version LibreSSL 3.1.4; using LibreSSL 3.1.4
compiled with MiKTeX Application Framework version 4.1; using 4.1
compiled with MiKTeX Core version 4.5; using 4.5
compiled with MiKTeX Archive Extractor version 4.0; using 4.0
compiled with MiKTeX Package Manager version 4.2.1; using 4.2.1
compiled with uriparser version 0.9.4
compiled with zlib version 1.2.11; using 1.2.11
Additional questions
Are you using VSCodium?
No
Are you using the Snap or Flatpack versions of VS Code?
No
Are you using LaTeX Workshop with VS Code Remote?
No
Additional context
I wonder if the issue is with the graphical pop-up from GPG for the Yubikey pin. Maybe however LaTeX Workshop is running the process is blocking the GUI and causing a stalemate.
Here is my full LaTeX workshop configuration:
Beta Was this translation helpful? Give feedback.
All reactions