Database and user directory locations on current macOS

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.

1 Like