PhilipK / BoilR

Synchronize games from other platforms into your Steam library
Apache License 2.0
1.35k stars 41 forks source link

Config file placed in incorrect directory #337

Closed Daedalusspacegames closed 1 year ago

Daedalusspacegames commented 1 year ago

Describe the bug Upon starting up Boilr for the first time, I observed that Boilr's config.toml, as well as other files, had been placed in my $HOME/.config directory (I would speculate this is because I have $XDG_CONFIG_HOME set explicitly to $HOME/.config)

To Reproduce Steps to reproduce the behavior:

  1. Install the non-Flatpak version of Boilr
  2. Set $XDG_CONFIG_HOME to $HOME/.config
  3. Start Boilr
  4. Config files get placed in $HOME/.config

Expected behavior Ordinarily (and based on the default codepath) I would expect Boilr's files to end up in $XDG_CONFIG_HOME/boilr

Desktop (please complete the following information):