-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User directory setting is ignored. #75
Comments
Looks like the |
Should be fixed in the latest builds |
Looks to be working for me. Question though, do logs and crash dumps belong in the user or config directory? Currently they are saved in config, but my first reaction is that config is strictly for device config files. |
Yeah, we should probably move them... Crashes are saved to the BP_DB_PATH environment variable, and logs are hardcoded right now (in the allinone). |
If specifying a non-default user path (using
--user-dir
argument), it is ignored because main.cpp either derives it from the location ofoptions.xml
, or in the case of an empty config (first time run), hard-codes it to/.config/
. The actual program parameter is never used.I would like to keep the cache, config, etc. files on a separate volume from the config files.
Here's an execution log (ignore the usb path):
The text was updated successfully, but these errors were encountered: