nemomobile-ux / main

Main repo for docs and issues of Nemomobile
7 stars 0 forks source link

incorrect permission of ~/.config #35

Open jmlich opened 2 years ago

jmlich commented 2 years ago

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 commented 1 year ago

It seems there is something like this chmod 777 / right now. Which is obviously wrong and may cover this issue.