-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change conf path XDG_CACHE_HOME to XDG_STATE_HOME #9755
Merged
phoerious
merged 10 commits into
keepassxreboot:develop
from
jNullj:feat/switch-to-XDG_STATE_HOME-9738
Oct 23, 2023
Merged
Change conf path XDG_CACHE_HOME to XDG_STATE_HOME #9755
phoerious
merged 10 commits into
keepassxreboot:develop
from
jNullj:feat/switch-to-XDG_STATE_HOME-9738
Oct 23, 2023
Commits on Aug 18, 2023
-
Change conf path XDG_CACHE_HOME to XDG_STATE_HOME
Keepassxc saves application state at XDG_CACHE_HOME which can be cleared on some systems periodicly. This is not desireable as app state like window size is not consistent when openning the app. To avoid this this commit is switching the path to XDG_STATE_HOME which is more fitting based on the freedesktop basedir spec (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), this will allow to prevent state file deletion as well. Solves keepassxreboot#9738
Configuration menu - View commit details
-
Copy full SHA for 31c7159 - Browse repository at this point
Copy the full SHA 31c7159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134c56d - Browse repository at this point
Copy the full SHA 134c56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bcf23 - Browse repository at this point
Copy the full SHA b8bcf23View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ca0bb - Browse repository at this point
Copy the full SHA c5ca0bbView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2eecf98 - Browse repository at this point
Copy the full SHA 2eecf98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd5ce4 - Browse repository at this point
Copy the full SHA 0cd5ce4View commit details -
Only generate oldLocalConfigPath if the local config is missing and the old config path should be checked. Before this commit oldLocalConfigPath would always get generated, while it won't be needed most of the time.
Configuration menu - View commit details
-
Copy full SHA for d77ef9d - Browse repository at this point
Copy the full SHA d77ef9dView commit details
Commits on Aug 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85a2b74 - Browse repository at this point
Copy the full SHA 85a2b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c0f3d - Browse repository at this point
Copy the full SHA 74c0f3dView commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb9700d - Browse repository at this point
Copy the full SHA bb9700dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.