Skip to content

(Breaking change) Change default configuration directory - #342

Draft
x-9917638 wants to merge 1 commit into
glomatico:mainfrom
x-9917638:change-config-path
Draft

(Breaking change) Change default configuration directory#342
x-9917638 wants to merge 1 commit into
glomatico:mainfrom
x-9917638:change-config-path

Conversation

@x-9917638

Copy link
Copy Markdown

Change the default configuration directory to a better platform-dependent value:

  • Linux: $XDG_CONFIG_HOME/gamdl/config.ini, falling back to $HOME/.config/gamdl/config.ini and then /home/<user>/.config/gamdl/config.ini
  • Posix (including mac): $HOME/.config/gamdl/config.ini falling back to /home/<user>/.config/gamdl/config.ini
  • Windows: No change.
  • Anything else: $HOME/.gamdl/config.ini falling back to /home/<user>/.gamdl/config.ini and then <cwd>/.gamdl/config.ini

This would be a breaking change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant