1

I installed Ubuntu in a virtual machine using the official mini.iso image and decided to try Xubuntu with the following command:

sudo apt-get install --no-install-recommends xubuntu-desktop

But what I got you can see here:

enter image description here

No icons (though some icons are ok), wallpaper, tray.

The same happens when if I install xfce4. I reinstalled Ubuntu from mini.iso and tried this:

sudo apt-get install xfce4

But there are still no icons (in the same places). And desktop icons look horrible.

enter image description here

Please help me to get a normal UI. I really don't want to install Ubuntu with a huge package of unnecessary software.

Alex
  • 11

2 Answers2

0

Dealt with this recently. The following fixed it for me:

sudo apt-get install gnome-icon-theme-full tango-icon-theme
wchatx
  • 121
0

Try running:

sudo apt-get install xubuntu-icon-theme
sempaiscuba
  • 1,433