View Single Post
wook_sf's Avatar
Posts: 640 | Thanked: 435 times | Joined on Oct 2011 @ rajvoSa BA
#79
seems like issue resides in /home/user/.config/user-dirs.dirs
thanx to ibrakalifa, thre's fix:
Code:
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR="$HOME/MyDocs"
XDG_DOWNLOAD_DIR="$HOME/MyDocs/Downloads"
XDG_TEMPLATES_DIR="$HOME/MyDocs"
XDG_PUBLICSHARE_DIR="$HOME/MyDocs"
XDG_DOCUMENTS_DIR="$HOME/MyDocs/Documents"
XDG_MUSIC_DIR="$HOME/MyDocs/Music"
XDG_PICTURES_DIR="$HOME/MyDocs/Pictures"
XDG_VIDEOS_DIR="$HOME/MyDocs/Movies"
extract attached archive to for example root of memory card and type in terminal:
Code:
cp -f user-dirs.dirs /home/user/.config/user-dirs.dirs
edit: probably tracker-control -r will be needed too
Attached Files
File Type: zip user-dirs.zip (515 Bytes, 1410 views)

Last edited by wook_sf; 2012-06-14 at 14:07.
 

The Following 15 Users Say Thank You to wook_sf For This Useful Post: