Open antaranyan opened 5 years ago
Define locations of "well known" user directories like the desktop folder and the music folder.
Follow defaults of xdg-user-dirs:
xdg-user-dirs
XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_DOWNLOAD_DIR="$HOME/Downloads" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="$HOME/Pictures" XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_TEMPLATES_DIR="$HOME/Templates" XDG_VIDEOS_DIR="$HOME/Videos"
Useful resources
Summary
Define locations of "well known" user directories like the desktop folder and the music folder.
Possible solution
Follow defaults of
xdg-user-dirs
:Context
Additional context
Useful resources