Vanilla-OS/live-iso

Downloads folder disappeared VanillaOS 22.10

jacobgonzales20 opened this issue · 1 comments

Issue Description

My downloads folder literally disappeared from my home directory

Steps to Reproduce

  • I have no idea

On what version of Vanilla OS this happens?

22.10

Additional Information

  • Using R8

Screenshot from 2023-09-24 22-59-16

This issue was self fixed by me using the following commands:

  1. open console
  2. cd .config/
  3. cat user-dirs.dirs
  4. mkdir $HOME/Downloads
  5. sudo nano user-dirs.dirs
  6. 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 to XDG_DOWNLOAD_DIR="$HOME/Downloads"

This YouTube video aligns with the changes I made
https://youtu.be/5CXAnImjTvU