Home and Desktop got merged in my system. Means whatever I save in home gets automatically save on Desktop and if I delete anything from the desktop it gets deleted from home as well.
How can I get rid from this?
Home and Desktop got merged in my system. Means whatever I save in home gets automatically save on Desktop and if I delete anything from the desktop it gets deleted from home as well.
How can I get rid from this?
I found the solution from here: http://johnpoelstra.com/gnome-desktop-full-of-files-directories/
1.Open Nautilus
Press Ctrl+H to show hidden files.
Got to the .config directory.
Open the file ''user-dirs.dirs''
Find the line and make sure it reads as follows: XDG_DESKTOP_DIR="$HOME/Desktop" .
Save changes and exit editor.
I have not been able to test it myself but hoping to solve your problem.
Open terminal, go to home folder and do ls -al
. This will show you if Desktop has somehow become symlink to home. If so, just delete Desktop folder in file manager and recreate it.
mkdir /home/(yourusername)/Desktop
– Barafu Albino
Jan 29 '15 at 14:22
gsettings get org.gnome.nautilus.preferences desktop-is-home-dir
run in a terminal? – steeldriver Jan 29 '15 at 14:23xdg-user-dir DESKTOP
? – g_p Jan 29 '15 at 14:30