Hello Ubernautes, I've installed PA on my mac yesterday. Today I see that a new folder was created on my $HOME path. It's not a dot-folder or something like that, it's just a plain folder. It ultimately contains a log file for the UI. It's kind of annoying that it goes about polluting my home folder like that. Code: ➜ ~ pwd /Users/antoine ➜ ~ tree CoherentLabs CoherentLabs └── CoherentUI └── Coherent_UI.log 1 directory, 1 file ➜ ~ ls -la CoherentLabs total 0 drwxr-xr-x 3 antoine staff 102 27 Jul 14:00 . drwxr-xr-x+ 118 antoine staff 4012 28 Jul 14:42 .. drwxr-xr-x 3 antoine staff 102 27 Jul 14:00 CoherentUI I'd love if you could log somewhere else than on my home folder.
For reference, the correct place to dump stuff like that is $XDG_CACHE_HOME/CoherentUI, or $HOME/.cache/CoherentUI if the environment variable is unset. For details and other standard paths, see http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html.