gpgconf advertises options that, when used, break the old version 1 gpg. An
example is the log-file option announced by "gpgconf --list-options gpg": The
option is not supported by the old gpg, but still GUIs relying on gpgconf offer
to set it. After doing so, every operation of gpg fails since it complains about
an invalid option in the gpg.conf file. IMHO this is unacceptable and a bug GPG
(and not the GUIs), since gpgconf was used exactly the way it was intended. As
an example, have a look at [1].
If a co-installation of gpg1 and gpg2 is supported, this should be fixed either
by gpgconf using ~/.gnupg/gpg.conf-2 for such options or by letting gpg1 ignore
these options.
[1]
https://bugs.kde.org/show_bug.cgi?id=226630
https://bugs.kde.org/show_bug.cgi?id=246808