krcools
About
- Username
- krcools
- Joined
- Roles
- Member
Comments
-
I experienced the same issue. In my case, for some reason, the ~/.cache directory and its subdirectories were owned by root, causing the reported permission related issue. To change ownership: >sudo chown -R yourname:yourname ~/.cache This reso…