> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Remove Home Folder Icon from Ubuntu Desktop
- URL: https://itsfoss.com/ubuntu-remove-home-icon/
- Published: 2023-08-22T03:01:01.000Z
- Updated: 2023-08-23T06:25:42.000Z
- Description: Here's a quick tip for Ubuntu users who don't want to see the home folder icon on the desktop.
- Author: Abhishek Prakash
- Tags: Ubuntu

Ubuntu uses a customized GNOME version which has a somewhat similar look to the old Unity desktop thanks to the side launcher.

Another difference between the vanilla GNOME and Ubuntu's GNOME is the use of Home folder and tash on the desktop. The icons are there so that you can quickly access them.

![Home folder icon on Ubuntu desktop](https://itsfoss.com/content/images/2023/08/home-folder-icon-on-ubuntu-desktop.png)

Home folder icon on Ubuntu desktop

If you do not find that aesthetically pleasing, you can remove the home folder from the desktop view.

Let me share both GUI and command line methods for that.

## Hide home folder icon from desktop in Ubuntu

Here's what you have to do.

**Access the desktop** by pressing the Super + D [keyboard shortcut in Ubuntu](https://itsfoss.com/ubuntu-shortcuts/).

Now **right click on an empty space** on the desktop.

From the right-click context menu, **select Desktop Icons Settings**.

![Access Ubuntu desktop icon settings](https://itsfoss.com/content/images/2023/08/access-ubuntu-desktop-icon-settings.png)

Right click on the desktop and click the Desktop Icons Settings

It will open the Ubuntu Desktop settings option in the Settings application. You could have accessed it by opening Settings app and going to Ubuntu Desktop option in sidebar as well.

Here, you'll see a **toggle option for Show Personal folder**. Toggle it off to disable the home folder icon from the desktop.

![Disable home icon on the desktop](https://itsfoss.com/content/images/2023/08/disable-home-folder-icon-on-ubuntu-desktop.png)

Disable the Show Personal folder button

💡

Want the home folder icon back? Toggle it on again.

## Disable the home folder icon using command line

Yes, you can totally disable the home folder icon from the command line.

Open a terminal and use the following command.

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

```

The effects will be immediate. 

To bring the home icon back, use the same command but with `true` instead of `false`:

```
gsettings set org.gnome.shell.extensions.ding show-home true
```

See how simple that was? Similar steps can be taken to remove the trash icon as well.

[How to Remove Trash Icon From Desktop in UbuntuThis simple quick tip shows how to remove trash icon from the desktop in Ubuntu. Both graphical and command line methods have been discussed.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2018/04/remove-trash-icon-from-ubuntu-desktop-featured-1.jpeg)](https://itsfoss.com/remove-trash-icon-ubuntu-desktop/)