-
Notifications
You must be signed in to change notification settings - Fork 34
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
$XDG_DATA_DIRS #39
Comments
Hi @sanpii, thanks for reporting this issue! It's not implemented, but I thought about what would be necessary a while ago. In fact, we even came up with the same struct name. :-) One of the problems is That's why I avoided this topic until now. From my point of view, the spec needs to be fixed first. |
I would like to see this feature supported as well, but with a different interface. From my interpretation of the specification, the main point is a preference order for finding files and directories. It is very explicit about the fact that files in these paths are not expected to be writable. Additionally, I would like to point out the following paragraph in the specification:
In particular, the path given by I would have thought of an interface (and implementation proposition) like this:
Small modifications of
This would make it possible to add the necessary Prior Art: the Qt libraries for C++ although the missing |
Something like the above proposal, extended to |
Hello,
I don’t find a way to retreive
$XDG_DATA_DIRS
. Is it a missing feature?From XDG specifications:
After reading the source code, I think I need a
SystemDirs
likesProjectDir
.The text was updated successfully, but these errors were encountered: