I can't open anything from my parrot os

— While i want to open Documents, Downloads, Home, music etc from my parrot os. I am seeing this error “the path for the directory containing caja settings need read and write permissions: /home/roky(user_name)/.config/caja”.
Now ,I can’t open anything. I searched in google but i didn’t find any solution about this issue.

**I am using Parrot MATE 1.20.4

I have seen this in Mint, in that case it was due to auto login on encrypted filesystem. Disabled auto login and it worked… Just a thought…

not working…

I don’t know exactly what’s going on , but i think it’s firejail related error,wrong configuration
You may try

 firjail --noprofile caja

Or

 firejail sudo caja

i tried but doesn’t work

Have you tried chmod-ing the .config/caja folder?
Something like this:
chmod 755 ~/.config
chmod 644 ~/.config/caja/*

not working.but thanks for your suggestion

i’ve fixed it in another way…

Share solution for future somebody get help​:+1::+1: & i also learn

What was the issue and the solution?

I created a caja file with:
mkdir -p /home/your_username/.config/caja
Then I changed the access:
sudo chown your_username:your_username -R /home/your_username

I created a caja file with:
mkdir -p /home/your_username/.config/caja
Then I changed the access:
sudo chown your_username:your_username -R /home/your_username

1 Like

looks like your caja config file / folder didn’t owned by user. It is weird. Did you create new user or do something else?