Hello I accidently deleted the pictures folder and retsored it but now it is not appearing in navigation bar.
Attaching the image The folder is restored but it is not showing in navigation bar along with home,music etc
Hello I accidently deleted the pictures folder and retsored it but now it is not appearing in navigation bar.
Attaching the image The folder is restored but it is not showing in navigation bar along with home,music etc
Enter the new ~/Pictures
directory in Nautilus and hit Ctrl+D.
I suspect, but only suspect, that the OP has yet to log out and back in after editing the file. They don't seem to be obsolete here; I messed one of them up a few weeks ago and my startup files failed to be read until I realized what I'd done wrong.
– MDeBusk Nov 15 '22 at 21:08
xdg-user-dirs-update --set PICTURES ~/Pictures
– kenn Nov 15 '22 at 17:07code
using the {_} icon above the edit window. You can also copy the output from a terminal using a mouse. – user68186 Nov 15 '22 at 17:13cat user-dirs.dirs
show an existing line:XDG_PICTURES_DIR="$HOME/"
. Try editing this line and make it point to the correct folder:XDG_PICTURES_DIR="$HOME/Pictures"
. Rather than adding a new line. – user68186 Nov 15 '22 at 17:16