We obtain the default base directories from the library calls:
GLib.get_user_data_dir()
GLib.get_user_config_dir()
GLib.get_user_cache_dir()
These can all be customised using environment variables. I don’t recommend changing the defaults though.
We obtain the default base directories from the library calls:
GLib.get_user_data_dir()
GLib.get_user_config_dir()
GLib.get_user_cache_dir()
These can all be customised using environment variables. I don’t recommend changing the defaults though.