Check for updates on startup cannot be disabled #13562
Replies: 2 comments
|
Its likely your config file is being reset on every app start or reboot. Check there. |
0 replies
|
That was the reason exactly. My bad. NixOS creates the configuration file declaratively, meaning keepassxc.ini file is generated and made read-only. So to disable the popup I have to set the property Thank you for pointing me to the right direction. @droidmonkey |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I keep getting this "Check for updates on startup?" popup window appear after starting the app.

I want to disable it, because on Linux the package manager will take care of updating the app.
In theory this is disabled in the configuration:

Also the ini configuration has a
CheckForUpdates=falseline:keepassxc.zip
Is it only me having this problem? Am I set the wrong config option?
I'm using custom build from commit 703855b.
I'm having this on NixOS. If anyone wants to test it, here is the package version override:
All reactions