Page MenuHome GnuPG

Kleopatra does not use the correct gpgconf
Testing, HighPublic

Description

Kleopatra has a Tools->GnuPG_Command-_Line tool which by default uses "gpgconf -X". This is an important for supporting users.

Due to the recent changes to allow installing several GnuPG versions this does not work correctly because it uses the gpgconf from $PATH. However, it should use the gpgconf as also used by Kleopatra (i.e. gpgme). Otherwise wrong information may be shown depending on the order of installed GnuPG versions (due to the order in $PATH).

Event Timeline

werner created this task.
werner created this object with edit policy "Contributor (Project)".
ikloecker changed the task status from Open to Testing.Wed, Feb 4, 2:42 PM

Fixed. Kleopatra now looks for programs given as plain name (i.e. without any path) first in the GnuPG installation path (as reported by gpgme) and then next to the kleopatra executable. If the program is found at neither location it is run as-is.

Backported for VSD 3.4