Downloads folder disappeared VanillaOS 22.10
jacobgonzales20 opened this issue · 1 comments
jacobgonzales20 commented
jacobgonzales20 commented
This issue was self fixed by me using the following commands:
- open console
- cd .config/
- cat user-dirs.dirs
- mkdir $HOME/Downloads
- sudo nano user-dirs.dirs
- then look and check to make sure all the folders are filled in, in my case
XDG_DOWNLOAD_DIR="$HOME/ "
was labeled as that so, all I needed to do was change it toXDG_DOWNLOAD_DIR="$HOME/Downloads"
This YouTube video aligns with the changes I made
https://youtu.be/5CXAnImjTvU