Please kindly assist me in restoring my missing video folder on nautilus, i mistakenly cut the folder icon and save on my external hard drive. would like to know how i can get the video icon folder back to nautilus. am running ubuntu 15.04
Asked
Active
Viewed 1,030 times
2 Answers
6
Edit the file ~/.config/user-dirs.dirs
and change the line XDG_VIDEOS_DIR
to
XDG_VIDEOS_DIR="$HOME/Videos"
You may need to restart your session

solsTiCe
- 9,231
-
am a new user. on the terminal – Henry Folorunsho Jun 09 '15 at 21:59
-
You could use any editor you like like gedit – solsTiCe Jun 09 '15 at 21:59
-
so sorry you mean open gedit and type – Henry Folorunsho Jun 09 '15 at 22:01
-
XDG_VIDEOS_DIR="$HOME/Videos" – Henry Folorunsho Jun 09 '15 at 22:02
-
Ending Nautilus and restarting it was enough for me. No session restart necessary on Fedora 28/Gnome – Thomas Fellinger Jul 11 '18 at 15:40
0
I had this same problem. I just started my laptop and my Videos folder was gone. I later found my Videos folder in my .gnupg folder after using disk analyser to check my disk usage. Thanks to the fact that I have over 300gb of videos it was on the top of disk usage folders

Dreymi
- 1
-
-
If this comment which appears to be the case adds info to the answer use EDIT and add it, do not add as a comment. – David Sep 23 '22 at 06:34