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

Add XDG_CONFIG_HOME directory to Ubuntu images #544

Merged
merged 5 commits into from
Mar 13, 2020

Conversation

miketimofeev
Copy link
Contributor

The hosted Ubuntu images have no current user-owned ${XDG_CONFIG_HOME} (aka ${HOME}/.config) directory, which causes issues for some tasks(installing dependencies using sudo would automatically create it with the root being the owner of it)
#491

Changes:

  • Add $HOME/.config/configstore directory owned by user
  • Add XDG_CONFIG_HOME environmental variable

images/linux/ubuntu1604.json Outdated Show resolved Hide resolved
@al-cheb al-cheb self-requested a review March 12, 2020 21:06
Copy link
Contributor

@alepauly alepauly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @miketimofeev

@alepauly alepauly merged commit dadf83d into actions:master Mar 13, 2020
@miketimofeev miketimofeev deleted the v-mitim/add_config_directory branch June 1, 2021 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants