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

Support XDG_CONFIG_HOME directory layout on Linux #272

Open
sethwoodworth opened this issue Sep 10, 2018 · 1 comment
Open

Support XDG_CONFIG_HOME directory layout on Linux #272

sethwoodworth opened this issue Sep 10, 2018 · 1 comment

Comments

@sethwoodworth
Copy link

In linux, applications should follow the freedesktop standard, install user applications in XDG_DATA_HOME ~/.local/share/ and config files where specified by the XDG_CONFIG_HOME variable, usually defaulting to ~/.config/.

I installed scm_breeze and had to modify only three files to use XDG_DATA_HOME/XDG_CONFIG_HOME directories.

Standard

If I were to offer a PR supporting the basedir spec on linux platforms, would you consider it?

@ghthor
Copy link
Member

ghthor commented Sep 10, 2018

Yeah, let's see it!

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

No branches or pull requests

2 participants