PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.64k stars 74 forks source link

kalker doesn't follow XDG specification #123

Closed felixsanz closed 10 months ago

felixsanz commented 1 year ago

the file history.txt should be inside XDG_DATA_HOME or XDG_CACHE_HOME, but not XDG_CONFIG_HOME.

So... not .config/kalker/history.txt as is not a configuration file. Instead it should be inside .cache or .local/share (not sure about this, but probably .cache)

PaddiM8 commented 1 year ago

Yeah I think XDG_CACHE_HOME will be good.