Arch/KDE/Free/Client
I’ve managed to get everything out of my ~ by changing settings in the player.cfg and specifying it at run time with –config, that works fine. Problem is, an ~/.nx directory is recreated everytime I run the player, despite said settings. Within is a /fonts folder which holds what appears to be cache files and a CACHEDIR.TAG
.
I can see ~/.nx
hardcoded into libfontconfig.so (803), but obviously it’s compiled with no access to source so I can’t change that.
My question is whether there’s a variable that I couldn’t find, to change it’s pathing? Also is there any thought towards following the XDG Base Directory specs?