Accidentally moved folders out of home folder

Hello, I accidentally moved Music, Pictures, Videos and Downloads out of my home folder. I tried to move them back but they lost their icons and Firefox cant save to them. They also don't show up in the file managers side bar like documents does.

Anyone know how to fix this?

Move them back. Then edit ~/.config/user-dirs.dirs to match again.

XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.