<div dir="ltr">Hey,<div><br></div><div>That may be true only if you download the binary release. But in the SlackBuild, we use the Source release and I don't include KeePass.config.xml in the package at all.</div><div><br></div><div>There are a couple things you can do as an user, if you don't prefer keeping the config xml globally:</div><div><br></div><div>* Pass the path to your local configuration file through the command line argument: '-cfg-local:' and override defaults. </div><div>* Keep your local configuration file in `~/.config/KeePass`</div><div><br></div><div>I'll think about including this file for global configuration (In the source, it's `true` by default)</div><div><br></div><div>Thanks,</div><div><br></div><div>Shrivats</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 June 2018 at 23:01, Thomas Szteliga <span dir="ltr"><<a href="mailto:ts@websafe.pl" target="_blank">ts@websafe.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I've noticed a strange problem with KeePass.<br>
I see now in the description, that's the portable version.<br>
<a href="https://slackbuilds.org/repository/14.2/misc/KeePass/" rel="noreferrer" target="_blank">https://slackbuilds.org/reposi<wbr>tory/14.2/misc/KeePass/</a><br>
<br>
<br>
This version will not save user settings by default.<br>
<br>
So it won't remember the last opened file or any settings<br>
changed by a user without write permissions<br>
in /usr/lib/KeePass/Release/.<br>
<br>
The problem is caused by `PreferUserConfiguration`<br>
which is by default set to false in<br>
`/usr/lib/KeePass/Release/KeeP<wbr>ass.config.xml`<br>
<br>
<br>
~~~<br>
...<br>
<PreferUserConfiguration>false<wbr></PreferUserConfiguration><br>
...<br>
~~~<br>
<br>
Changing value to true will fix the problem and users<br>
will be able to have individual configs.<br>
<br>
<br>
Found this bit related:<br>
<a href="https://sourceforge.net/p/keepass/discussion/329221/thread/d8c595ac/" rel="noreferrer" target="_blank">https://sourceforge.net/p/keep<wbr>ass/discussion/329221/thread/<wbr>d8c595ac/</a><span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
<br>
-- <br>
Best regards<br>
<br>
Thomas Szteliga<br>
</font></span></blockquote></div><br></div>