guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.74k stars 219 forks source link

Please store imgui.ini in XDG_CONFIG_HOME/goxel or in $HOME/.config/goxel, not directly in $HOME #250

Closed xyproto closed 2 years ago

xyproto commented 2 years ago

Hi,

Thanks for creating Goxel, it's very fun to use.

When starting Goxel on Arch Linux, it creates imgui.ini in the $HOME directory. Placing stray files directly in $HOME is generally frowned upon.

Please store imgui.ini in a suitable location like $XDG_CONFIG_HOME/goxel or $HOME/.config/goxel instead.

Best regards, Alexander F. Rødseth

guillaumechereau commented 2 years ago

Thanks for letting me know. In fact I think we shouldn't store this file at all. I will see how to disable it.

guillaumechereau commented 2 years ago

I just pushed a fix for that.