Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1556  / 2 Years ago, mon, april 11, 2022, 4:32:46

I am new to Ubuntu operating system.



I went through this post : Downloads Directory Not Opening.



I have the same problem but the solution that was suggested there is not working.



Whatever changes I add using xdg-user-dirs-update --set DOWNLOAD $HOME/Downloads get erased when I reboot the computer. How can I fix this ? Is it possible to recover data in Downloads folder?


More From » downloads

 Answers
5

To create the Downloads directory, type in Terminal:

mkdir ~/Downloads



Then update user-dirs.defaults by typing in Terminal:

xdg-user-dirs-update --set DOWNLOAD $HOME/Downloads



EDITED

A possible solution is to prevent xdg-user-dirs-update from running (and resetting your configuration at each session start up) by setting enabled=False to your user-dirs.conf:

Edit this file:
/etc/xdg/user-dirs.conf

And change enabled=True To enabled=False


[#15257] Tuesday, April 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pheter

Total Points: 223
Total Questions: 111
Total Answers: 119

Location: Guadeloupe
Member since Sat, Aug 22, 2020
4 Years ago
;