Changed all entries to $HOME as having them point to directories on NFS mounted filesystems prevented autofs from unmounting them when not in use.
This commit is contained in:
parent
c4c5ed6c61
commit
b89234e57a
1 changed files with 8 additions and 8 deletions
|
@ -5,11 +5,11 @@
|
|||
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||
# absolute path. No other format is supported.
|
||||
#
|
||||
XDG_DESKTOP_DIR="$HOME/files/Desktop"
|
||||
XDG_DOWNLOAD_DIR="$HOME/files/Downloads"
|
||||
XDG_DOCUMENTS_DIR="$HOME/files/Documents"
|
||||
XDG_TEMPLATES_DIR="$HOME/files/Documents/Templates"
|
||||
XDG_PICTURES_DIR="$HOME/files/Pictures"
|
||||
XDG_MUSIC_DIR="/data/media/Music"
|
||||
XDG_VIDEOS_DIR="/data/media/Movies"
|
||||
XDG_PUBLICSHARE_DIR="$HOME"
|
||||
XDG_DESKTOP_DIR="$HOME/"
|
||||
XDG_DOWNLOAD_DIR="$HOME/"
|
||||
XDG_DOCUMENTS_DIR="$HOME/"
|
||||
XDG_TEMPLATES_DIR="$HOME/"
|
||||
XDG_PICTURES_DIR="$HOME/"
|
||||
XDG_MUSIC_DIR="$HOME/"
|
||||
XDG_VIDEOS_DIR="$HOME/"
|
||||
XDG_PUBLICSHARE_DIR="$HOME/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue