#51 Do not pollute the user's home folder with configuration files or directories

已關閉
carlos.garcia8 年之前創建 · 0 條評論

The best location to save configuration data is not directly in the home folder. Instead, as suggested by the XDG Base Directory Specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), the best location is defined by the environmental variable $XDG_CONFIG_HOME. If empty, the default is $HOME/.config.

Summarizing, the autosaves, background images or any other configuration should go in $HOME/.config

The best location to save configuration data is not directly in the home folder. Instead, as suggested by the XDG Base Directory Specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), the best location is defined by the environmental variable $XDG_CONFIG_HOME. If empty, the default is $HOME/.config. Summarizing, the autosaves, background images or any other configuration should go in $HOME/.config
Sign in to join this conversation.
未選擇里程碑
未指派成員
1 參與者
正在加載...
取消
保存
尚未有任何內容