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.
Asked
Active
Viewed 4.6k times
4 Answers
35
For Ubuntu 22.04 or later:
gsettings set org.gnome.shell.extensions.ding show-home false
user2514157
- 863
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

