Skip to content
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

Use XDG_CONFIG_HOME for user-specific files #112

Closed
whot opened this issue Oct 6, 2019 · 0 comments · Fixed by #117
Closed

Use XDG_CONFIG_HOME for user-specific files #112

whot opened this issue Oct 6, 2019 · 0 comments · Fixed by #117

Comments

@whot
Copy link
Contributor

whot commented Oct 6, 2019

This came up in #108 (comment), this issue is to keep track of that part.

And to answer the question there: I think we can ignore $XDG_CONFIG_DIRS for now and add that when someone requires it, using $XDG_CONFIG_HOME is enough for now.

whot added a commit to whot/libxkbcommon that referenced this issue Oct 25, 2019
Use $XDG_CONFIG_HOME/xkb as the primary lookup path for XKB rules. Same
motivation as in 3a91788, however the XDG directories are more standard
and recommended these days than application-specific dotfiles.

The XDG spec says to fall back to $HOME/.config where XDG_CONFIG_HOME is not
set so we implement that behavior as well.

Fixes xkbcommon#112

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
whot added a commit to whot/libxkbcommon that referenced this issue Oct 28, 2019
Use $XDG_CONFIG_HOME/xkb as the primary lookup path for XKB rules. Same
motivation as in 3a91788, however the XDG directories are more standard
and recommended these days than application-specific dotfiles.

The XDG spec says to fall back to $HOME/.config where XDG_CONFIG_HOME is not
set so we implement that behavior as well.

Fixes xkbcommon#112

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
bluetech pushed a commit that referenced this issue Oct 31, 2019
Use $XDG_CONFIG_HOME/xkb as the primary lookup path for XKB rules. Same
motivation as in 3a91788, however the XDG directories are more standard
and recommended these days than application-specific dotfiles.

The XDG spec says to fall back to $HOME/.config where XDG_CONFIG_HOME is not
set so we implement that behavior as well.

Fixes #112

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant