Skip to content

Draft: Read kleopatra config from gnupghome/kleopatra/kleopatrarc

Carl Schwan requested to merge work/carl/kleopatrarc-in-gnupghome into master

This is a proof of concept and all call of KSharedConfig should be replaced by Kleo::SharedConfig. This require libkleo!101

Can be tested that this work by putting

[Test]
test=gnupghome

in ~/.gnupg/kleopatra/kleopatrarc

and ``ìni [Test] test=.config test2=.config


in `~/.config/kleopatrarc`

If configs are both in gnupghome and .config then gnupghome take precedence. Saving is done in `~/.gnupg/kleopatra/kleopatrarc`

Merge request reports