Page MenuHome GnuPG

Kleopatra: Two settings groups use keys in dash separated notation
Closed, InvalidPublic

Description

All keys in the groups FileOperations and Tooltip as described in https://gnupg.com/vsd/kleopatra-settings.html won't be recognized in both registry and configuration files. Changing the settings via gui does work and generate dash seperated keys (and sometimes have a different name):

FileOperations

documentationimplementationdifferent
AddASCIIArmorascii-armor*
AutoDecryptVerifyauto-decrypt-verify
DontUseTmpDirdont-use-tmp-dir
SymmetricEncryptionOnlysymmetric-encryption-only
UsePGPFileExtfile-extension-pgp*

Tooltip

documentationimplementationdifferent
ShowCertificateDetailsshow-certificate-details
ShowOwnerInformationshow-owner-information
ShowValidityshow-validity

Details

Version
vsd-3.3.3-beta90.29 @ win11

Event Timeline

timegrid created this object with edit policy "Contributor (Project)".

I suspect that the author of the documentation confused the (internally used) "name" of the settings with the "key" that's used in the config files (and the registry). For reference: Many settings are defined in https://dev.gnupg.org/source/kleo/browse/master/src/kcfg/settings.kcfg .

Allright, then the dash notation for those two groups are intended and the documentation needs to be adjusted