Home GnuPG
Diffusion GPGME 1bbe2d4b7078

qt: Start dirmngr with gpgconf to avoid multiple instances

Description

qt: Start dirmngr with gpgconf to avoid multiple instances

* lang/qt/src/qgpgmewkdlookupjob.cpp (startDirmngr): Use "gpgconf
--launch dirmngr" to start dirmngr.

Using gpgconf to start dirmngr prevents multiple instances to be started
by the concurrently running keyserver lookup and WKD lookup.

Details