babluboy / bookworm

A simple ebook reader for Elementary OS
GNU General Public License v3.0
1.32k stars 101 forks source link

preferred cache location for linux #317

Open brainchild0 opened 4 years ago

brainchild0 commented 4 years ago

Currently, application cache, that is, data that can be deterministically derived from available data but is stored separately for purposes of optimization, is stored for Linux users under ~/.local/share. However, to distinguish it from non-reproducible data, the preferred location is under ~/.cache. I suggest making an adjustment to follow this scheme.