enhancement: Respect XDG specifications #1103

Open
opened 4 years ago by Michszcz · 1 comments
Michszcz commented 4 years ago (Migrated from github.com)

Describe the bug
re3 makes a dot directory (.re3) in $HOME, which clutters home direcotry, is non-standard and a bad practice
How To Reproduce
probably just run re3
Expected behavior
respect XDG specifications; use XDG_DATA_HOME and XDG_CONFIG_HOME instead
Screenshots

Version
linux 64bit opengl aol adf68863

**Describe the bug** re3 makes a dot directory (.re3) in $HOME, which clutters home direcotry, is non-standard and a bad practice **How To Reproduce** probably just run re3 **Expected behavior** respect XDG specifications; use XDG_DATA_HOME and XDG_CONFIG_HOME instead **Screenshots** - **Version** linux 64bit opengl aol adf68863
asm95 commented 3 years ago (Migrated from github.com)

Proposed solution: Use XDG variables if available, fallback to $HOME if not defined in environment.

Useful Links:

Proposed solution: Use XDG variables if available, fallback to `$HOME` if not defined in environment. Useful Links: - Spec: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mirror/re3#1103
Loading…
There is no content yet.