Version 2.87 was just released with changes to the Linux config location. It is fully backward compatible to the older
~/.tixati
config location, but now defaults to
~/.config/tixati
on most systems.
We just updated the support page for this. From
https://support.tixati.com/config_path :
On all Linux systems, the config directory is determined by following these steps in order:
If the command line flag
--user-data-dir=/path/to/dir
is present, then that path will be used.
If the environment variable
TIXATI_USER_DATA_DIR
is set, then that path will be used.
If the environment variable
TIXATI_CONFIG_HOME
is set, then that path appended with
/tixati
will be used.
If the environment variable
XDG_CONFIG_HOME
is set, then that path appended with
/tixati
will be used if it exists.
If the environment variable
XDG_CONFIG_HOME
is not set, then
~/.config/tixati
will be used if it exists.
If the path
~/.tixati
exists, then it will be used.
If the environment variable
XDG_CONFIG_HOME
is set, then that path appended with
/tixati
will be used.
And finally, the ultimate default path is
~/.config/tixati