Open jmlich opened 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/
/home/manjaro/.config/glacier-devicelock/
It seems there is something like this chmod 777 / right now. Which is obviously wrong and may cover this issue.
chmod 777 /
I can see following error messages in log
The /home/manjaro/.config is owned by root.root. The issue could be fixed after installation.
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/