Answers for "remove icons from desktop of ubuntu"

2

remove home icon ubuntu

# Ubuntu 18.04 LTS 
gsettings set org.gnome.nautilus.desktop trash-icon-visible false
gsettings set org.gnome.shell.extensions.desktop-icons show-trash false


## Ubuntu 20
gsettings set org.gnome.shell.extensions.desktop-icons show-trash false
gsettings set org.gnome.shell.extensions.desktop-icons show-home false
Posted by: Guest on June-05-2020
0

ubuntu remove application icon

remove application icon file from "/usr/share/applications" or "~/.local/share/applications".
Posted by: Guest on August-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language