View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#1054
Originally Posted by kevin00 View Post
In the home/user/ have only files .user-ringtone and .user-smstone
Using terminal just type:
Code:
cat /home/user/.config/user-dirs.dirs
It should print out the contents of the file; you can use your favourite text editor to modify it...


In the unlikely event you need to create it, you can use my reference below:
Code:
~ $ cat /home/user/.config/user-dirs.dirs 
XDG_DOCUMENTS_DIR="$HOME/MyDocs/.documents"
XDG_MUSIC_DIR="$HOME/MyDocs/.sounds"
XDG_PICTURES_DIR="$HOME/MyDocs/.images"
XDG_VIDEOS_DIR="$HOME/MyDocs/.videos"
NOKIA_CAMERA_DIR="$HOME/MyDocs/DCIM"
NOKIA_MMC_CAMERA_DIR="/media/mmc1/DCIM"
The permissions:
Code:
-rw-r--r--    1 user     users

Last edited by thedead1440; 2012-12-27 at 11:16.
 

The Following 8 Users Say Thank You to thedead1440 For This Useful Post: