-
Notifications
You must be signed in to change notification settings - Fork 12
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
Change default download location to XDG_CACHE_HOME rather than downloads #237
Comments
It should be noted arch (which we support) doesn't create the Downloads directory by default, nor does it set XDG_DOWNLOAD_DIR. |
Ubuntu doesn't set
But we could fall back to The historical reason for using |
I assume this would actually place files into |
Correct, we'd want to put it in there. Logic something like: f"{os.getenv("XDG_CACHE_HOME", "~/.cache")}/FaithLife-Community" |
Downloads should continue to be scanned after cache home (which is normally ~/.cache)
This is a nice to have if you like to keep your downloads folder clean
https://specifications.freedesktop.org/basedir-spec/latest/
The text was updated successfully, but these errors were encountered: