On 03/01/2017 09:57 PM, patrice colet wrote:
Is there on linux an environment variable for this ?
Because on my archlinux system application specific data are located at a different place in ~/.local/share
nah. there are slightly different semantics between ~/.local/share and ~/.local/lib.
~/.local/lib: Static, private vendor data ~/.local/share: Resources shared between multiple packages, such as fonts or artwork.
afaik, only ~/.local/share can be specified via an envvar XDG_DATA_HOME.
this is all specified in [1]
fdamdsr IOhannes
[1] https://www.freedesktop.org/software/systemd/man/file-hierarchy.html#Home%20...