9

In Ubuntu 14.04 Unity places Computer, Home and Trash icons on the desktop. I've tried using Unity-Tweak to remove them but they're still there. How can I remove them?

dantalion23
  • 93
  • 1
  • 1
  • 3

4 Answers4

18

Run this command from a terminal:
gsettings set org.gnome.desktop.background show-desktop-icons false

Or to do it with GUI open dconf-editor and go to org -> gnome -> desktop -> background and uncheck "show-desktop-icons."

Pabi
  • 7,401
  • 3
  • 40
  • 49
0
  1. Install "Tweaks" sudo apt install gnome-tweaks.
  2. Open "Tweaks" > "Extensions" > "Desktop Icons" > Click gear symbol > Disable "Show the personal folder in the desktop" & "Show the trash icon in the desktop".

Ubuntu Tweaks disable desktop icons

0

Try putting cursor over the item you want to move and right click , I think you will get a unpin from desktop option or it may drag down to rubbish bin if you click hold and drag.

0

I tried all of the tips on the web, but none of them worked, so I did a very rudimentary thing as follows, and it worked. You can remove the "Install Ubuntu" icon permanently, but I just hid it as follows so that I can launch the installer when I really need to install Ubuntu on the main hard disk:

  1. Open the terminal.
  2. sudo mkdir /usr/share/applications/UNWANTED_LAUNCHERS
  3. sudo mv /usr/share/applications/ubiquity.desktop /usr/share/applications/UNWANTED_LAUNCHERS/

(*Note: The visible file name, "Install Ubuntu 16.04 LTS" with spaces in it does not work for the terminal. You must use the real file name, "ubiquity.desktop", which Ubuntu actually find it by.)

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83