/usr/share/config.kcfg/ktp-proxy-config.kcfg is in libktpotr9 4:15.12.3-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
<kcfgfile name="ktp-proxy-config"/>
<group name="Policy">
<entry name="OTRPolicy" type="Enum">
<label> OTR policy to choose </label>
<choices>
<choice name="Always">
<label>Always encrypt outgoing messages</label>
</choice>
<choice name="Opportunistic">
<label>Automatically encrypt messages if the other side supports OTR</label>
</choice>
<choice name="Manual">
<label>Encrypt messages if the other side requests an OTR connection</label>
</choice>
<choice name="Never">
<label>Never encrypt outgoing messages</label>
</choice>
</choices>
<default>Manual</default>
</entry>
</group>
</kcfg>
|