User folder location in Linux #678
Answered
by
dromer
MilesSummers
asked this question in
Q&A
-
The User folder defaults to my $HOME directory. This means that I am getting all sorts of directories for various plugins created in my home directory (not ideal). Is there some way to change the User folder? I could find nothing in ~/.config/Cardinal/main.json to allow me to change it. |
Beta Was this translation helpful? Give feedback.
Answered by
dromer
Jul 30, 2024
Replies: 1 comment
-
This is mostly hardcoded here: https://github.com/DISTRHO/Cardinal/blob/main/src/CardinalCommon.cpp#L604-L658 There is some minor control through |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MilesSummers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is mostly hardcoded here: https://github.com/DISTRHO/Cardinal/blob/main/src/CardinalCommon.cpp#L604-L658
There is some minor control through
$XDG_DOCUMENTS_DIR
environment variable.