23

I don't know how I changed this, after a restart I found this home folder on the desktop. I don't want it there - how do I remove it? Left click does not show an option to delete it.

Here's a screenshot:

Tim
  • 33,500
ajay
  • 535

4 Answers4

35

For Ubuntu 22.04 or later:

gsettings set org.gnome.shell.extensions.ding show-home false
32

This has changed under Ubuntu 19.04 "Disco Dingo":

gsettings set org.gnome.shell.extensions.desktop-icons show-home false

Similarly for the Trash icon:

gsettings set org.gnome.shell.extensions.desktop-icons show-trash false

Should you wish the icons back again, repeat the command with false changed to true.

scruss
  • 1,279
13

For Ubuntu versions prior to 19.04:

gsettings set org.gnome.nautilus.desktop home-icon-visible false

For Ubuntu 19.04 or later, see this answer.

Tim
  • 33,500
11

On ubuntu 22.04 Setting -> Appearance -> Desktop Icons -> Show Personal folder -> disable it enter image description here