0

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?

g_p
  • 18,504

2 Answers2

0

I found the solution from here: http://johnpoelstra.com/gnome-desktop-full-of-files-directories/

1.Open Nautilus

  1. Press Ctrl+H to show hidden files.

  2. Got to the .config directory.

  3. Open the file ''user-dirs.dirs''

  4. Find the line and make sure it reads as follows: XDG_DESKTOP_DIR="$HOME/Desktop" .

  5. Save changes and exit editor.

I have not been able to test it myself but hoping to solve your problem.

Muzaffar
  • 5,597
-2

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.

  • When I ran the above command I got "drwxrwxr-x 8 charu charu 4096 Sep 24 22:40 . drwxr-xr-x 47 charu charu 4096 Jan 29 19:42 .. drwxrwxr-x 2 charu charu 4096 Sep 23 13:36 cache drwxrwxr-x 2 charu charu 4096 Sep 24 22:06 database drwxrwxr-x 3 charu charu 4096 Sep 24 11:42 incoming drwxrwxr-x 2 charu charu 4096 Sep 23 13:34 logs drwxrwxr-x 3 charu charu 4096 Sep 23 13:34 templates drwxrwxr-x 20 charu charu 4096 Sep 24 22:00 tmp" I am unable to find symlink for Desktop. What should be done to solve this? – user3859872 Jan 29 '15 at 14:18
  • Did you run it in your home folder? Surely? Did you delete all the standard foilders like Video, Music, so on? Anyway, try to do mkdir /home/(yourusername)/Desktop – Barafu Albino Jan 29 '15 at 14:22
  • Problem remains same even after doing so – user3859872 Jan 29 '15 at 14:35