-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Adhere to XDG Base Directory Specification #754
Comments
What's the tl;dr of this? XDG_CONFIG_HOME defaults to |
Don't hardcode at build time. Use the environment variable at runtime. Even though in the default configuration, the result is the same. This is useful in this case for backwards compatibility. |
Pushed a PR but I don't have a linux to test it, can you help verify that this resolves the issue? |
I still get
but saving settings works. |
The hardcoded
cdogs-sdl/CMakeLists.txt
Line 156 in d99a199
breaks flathub/io.github.cxong.cdogs-sdl#1.
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
The text was updated successfully, but these errors were encountered: