My ~/.cache is tmpfs and keepass lost its configuration every restart. Is it possible to use ~/.config directory as any other tools use ?
On Linux systems, the local configuration file is typically stored in '$XDG_CONFIG_HOME/KeePass' (which often is '~/.config/KeePass').
Best regards, Dominik
voleg@noname:~ $ ll $(find .cache .config -type f | grep -i keepas) -rw-r--r-- 1 voleg voleg 2033 Jun 17 20:15 .cache/keepassxc/keepassxc.ini -rw------- 1 voleg voleg 155 Feb 22 12:48 .config/KeePassXCrc -rw-r--r-- 1 voleg voleg 369 Feb 1 18:43 .config/autostart/org.keepassxc.KeePassXC.desktop -rw-r--r-- 1 voleg voleg 4026 Jun 11 11:26 .config/keepassxc/keepassxc.ini
Exactly .cache/keepassxc/keepassxc.ini set starting behaviour, last open database and window sizing.
KeePass and KeePassXC are different projects.
KeePassXC is here.
cheers, Paul
Thanks for clarification. I'll ask them there.
Log in to post a comment.
My ~/.cache is tmpfs and keepass lost its configuration every restart. Is it possible to use ~/.config directory as any other tools use ?
On Linux systems, the local configuration file is typically stored in '$XDG_CONFIG_HOME/KeePass' (which often is '~/.config/KeePass').
Best regards,
Dominik
voleg@noname:~ $ ll $(find .cache .config -type f | grep -i keepas)
-rw-r--r-- 1 voleg voleg 2033 Jun 17 20:15 .cache/keepassxc/keepassxc.ini
-rw------- 1 voleg voleg 155 Feb 22 12:48 .config/KeePassXCrc
-rw-r--r-- 1 voleg voleg 369 Feb 1 18:43 .config/autostart/org.keepassxc.KeePassXC.desktop
-rw-r--r-- 1 voleg voleg 4026 Jun 11 11:26 .config/keepassxc/keepassxc.ini
Exactly .cache/keepassxc/keepassxc.ini set starting behaviour, last open database and window sizing.
KeePass and KeePassXC are different projects.
Best regards,
Dominik
KeePassXC is here.
cheers, Paul
Thanks for clarification. I'll ask them there.