I do not change /home/fred/.config/user-dirs.dirs
Then these still show in file browser.
Code:
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"
Code:
ls -l /mnt # I have others but this is for linking.
drwxrwxrwx 17 fred fred 4096 Oct 19 2019 data
Then in /home I have the links to the folders that are in the /mnt/data above.
Example but many (l means it is a link):
Code:
lrwxrwxrwx 1 fred fred 19 Oct 14 19:37 Documents -> /mnt/data/Documents
lrwxrwxrwx 1 fred fred 19 Oct 14 19:37 Downloads -> /mnt/data/Downloads
If you follow the procedure I posted, then it works.
Bookmarks