klog icon indicating copy to clipboard operation
klog copied to clipboard

XDG Base Directory Specification

Open sashko opened this issue 2 years ago • 1 comments

According to the XDG Base Directory Specification, the config directory should be ~/.config/klog/.

If there's a green light, I could go ahead and prepare a patch.

sashko avatar Jul 07 '22 16:07 sashko

Not enough. In XDG Spec, Data needs to be placed in $XDG_DATA_HOME/$pkgname, ~/.local/share/klog and Cache needs to be placed in $XDG_CACHE_HOME/$pkgname, ~/.cache/klog. e.g. cty.csv belong to cache and logbook.dat belong to data.

CoelacanthusHex avatar Apr 28 '23 15:04 CoelacanthusHex