I recently installed ubuntu 18.04 along with windows 10. The installation was done into an SSD which contained the Windows OS, but of course, partitioned. So, the Windows OS is in one partition and the Linux in other.
I created a directory common
and the path of the directory is
\home\user\common
and I tried to move Pictures, Documents, Desktop etc., to this directory. I also created the symbolic links in the file user-dirs. dirs
but no luck. Here is an example of how it was and how I changed it -
XDG_DESKTOP_DIR="$HOME/Desktop"
I created a directory common
in home/user
and changed the file as follows,
XDG_DESKTOP_DIR="$HOME/common/Desktop"
Since this doesn't work I want to know if there is an alternative solution or should I reinstall the OS?
Thanks
/home/user/common
? Do you have multiple users and do you want to share these folders with them? Or do you want all the users to have a common set of Pictures, Documents, and Music folder? The later may create problems as one user may not have the correct rights to modify or delete the files created by another user. Edit your question and and explain it better. – user68186 Apr 05 '21 at 21:53