-
Notifications
You must be signed in to change notification settings - Fork 116
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
support XDG_CONFIG_HOME & XDG_DATA_HOME #249
Comments
I would also like to see this change as well |
bump |
This is definitely an issue for the libgphoto2 library. |
Wait a minute... @legrostdg what did you think gphoto2 should use XDG_DATA_HOME for? |
@ndim I'm not sure of what files (lib)gphoto2 uses. On my computer, I just have |
@legrostdg That is what I thought, but I wanted to make sure. Thanks you! We handle the settings file as part of libgphoto2, so this issue can be closed again. |
It would be great if gphoto2 could support
XDG_CONFIG_HOME
andXDG_DATA_HOME
.~/.gphoto/settings
probably belongs to$XDG_CONFIG_HOME/gphoto/settings
See http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html for the reference.
Not high priority, though :).
The text was updated successfully, but these errors were encountered: