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

Configuring keyboard creates user .config dir with owner root:root #267

Closed
tboehler1 opened this issue Jan 14, 2025 · 1 comment · Fixed by #268
Closed

Configuring keyboard creates user .config dir with owner root:root #267

tboehler1 opened this issue Jan 14, 2025 · 1 comment · Fixed by #268

Comments

@tboehler1
Copy link

When running raspi-config to configure the keyboard this creates the $HOMEDIR/.config/labwc folder (with mkdir -p) for the user running raspi-config. This folder is then chowned to $USER, as it should be.

If the $HOMEDIR/.config directory doesn't exist, though, this directory will still be owned by root:root afterwards.

If the $HOMEDIR/.config directory doesn't exist before doing this it should be created with the correct permissions in a separate step first.

@AndrewFromMelbourne
Copy link

A raised an issue before a realized that this issue was created. My report has detailed instructions on how to reproduce the issue.

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.

2 participants