-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider following XDG base directory specification on Linux #283
Comments
My main concern about changing anything like this is if it will cause problems for existing users |
The code should detect an existing |
I remember submitting a patch for this to PrBoom+, only problem is the logic prioritized the path under home directory rather than the default. |
If I'm not mistaken, PrBoom+ has already implemented this in coelckers/prboom-plus#470 |
Putting everything in
~/.<appname>
has been considered bad practice on Linux for a while.https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
This keeps the home directory clean, lets backup apps only back up important files, lets the cache directory be cleared to reclaim space, etc.
The text was updated successfully, but these errors were encountered: