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

incorrect permission of ~/.config #35

Open
jmlich opened this issue Mar 28, 2022 · 1 comment
Open

incorrect permission of ~/.config #35

jmlich opened this issue Mar 28, 2022 · 1 comment

Comments

@jmlich
Copy link
Member

jmlich commented Mar 28, 2022

I can see following error messages in log

Mar 13 03:34:14 manjaro-arm pulseaudio[4488]: Failed to create secure directory (/home/manjaro/.config/pulse): Permission denied

The /home/manjaro/.config is owned by root.root. The issue could be fixed after installation.

chown manjaro.users -R /home/manjaro/.config/

The directory should be created with right owner on the beginning.

It seems the first directory with incorrect permission is /home/manjaro/.config/glacier-devicelock/

@jmlich
Copy link
Member Author

jmlich commented Mar 1, 2023

It seems there is something like this chmod 777 / right now. Which is obviously wrong and may cover this 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

No branches or pull requests

1 participant