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 paths for config files. #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Use XDG paths for config files. #12

wants to merge 2 commits into from

Conversation

jheretic
Copy link
Contributor

@jheretic jheretic commented Nov 26, 2019

One of the issues with running Murakami standalone from pip or from the git repository is that its default locations for configuration files and for dynamic configuration state are in system directories that aren't accessible by a non-admin user and/or don't exist. As a consequence, one always has to specify non-standard directories in order to run as a regular user. This pull requests shifts the default to use the Freedesktop.org XDG standard user directories for configuration and state, as discovered by the pyxdg package.


This change is Reviewable

@jheretic jheretic requested a review from critzo November 26, 2019 02:53
@critzo
Copy link
Contributor

critzo commented Nov 27, 2019

@jheretic Could you provide instructions on how to test this PR to confirm it's working as expected?

@critzo
Copy link
Contributor

critzo commented Nov 29, 2019

@jheretic Before I can test this, I need some advice or instructions on how to setup the system to be able to run poetry install and poetry run murakami. If we could check in about this early next week that would be awesome.

@SaiedKazemi SaiedKazemi changed the base branch from master to main August 10, 2022 23:50
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 this pull request may close these issues.

2 participants