You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While otherwise supporting the XDG spec (data is stored in $XDG_DATA_HOME/keyguard,
Currently KG stores cache in the hardcoded ~/.Keyguard/cache directory
Describe the solution you'd like ~/.Keyguard/cache should be moved to ~/.cache/keyguard ($XDG_CACHE_HOME) to comply with the Freedesktop XDG Base Directories specification
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
While otherwise supporting the XDG spec (data is stored in
$XDG_DATA_HOME/keyguard
,Currently KG stores cache in the hardcoded
~/.Keyguard/cache
directoryDescribe the solution you'd like
~/.Keyguard/cache
should be moved to~/.cache/keyguard
($XDG_CACHE_HOME
) to comply with the Freedesktop XDG Base Directories specificationDescribe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: