42

I did a fresh install of trusty 14.04, but a lot of icons are missing. I installed from DVD which was painfully slow and I hope to avoid repeating the process, especially since I started customizing stuff.

Here's my settings window:

System Settings

I've tried:

sudo apt-get install --reinstall gnome-control-center
sudo apt-get install --reinstall gnome-settings-daemon-schemas

None of which changed anything.

Any idea? I wanna edit preferences and none of them are in System Settings, neither in Unity Dash.

casraf
  • 615

4 Answers4

50

I had exactly the same problem - same icons missing as well. I had stupidly uninstalled gnome-bluetooth, and nothing was fixing it. So I did what user282306 (r00t) suggested -

sudo apt-get install ubuntu-desktop

And I've got them all back again.

Kudos @user282306 (previously r00t) for the suggestion.

kinokijuf
  • 111
Tim
  • 32,861
  • 27
  • 118
  • 178
13

This issue was resolved for me by (re-)installing unity-control-center

apt-get install unity-control-center.

I didn't want to re-install the whole ubuntu-desktop because it was going to install a bunch of packages I didn't want/need and use another 100MB of space.

Compared to just 4MB with unity-control-center

m__
  • 231
  • 2
  • 3
8

Most likely (probably due to some dependency issue) below packages were removed:

  • unity-control-center-signon
  • gnome-control-center-unity

This command should resolve this issue:

sudo apt-get install unity-control-center-signon gnome-control-center-unity
bear7
  • 236
1

If you use Awesome WM, to start the settings panel, use either of:

  • (17.04+)

    XDG_CURRENT_DESKTOP=Unity7 unity-control-center
    
  • (16.10-)

    XDG_CURRENT_DESKTOP=Unity unity-control-center
    

See unity-control-center icons missing when using xsession desktop with awesome window manager

loxaxs
  • 759
  • 5
  • 15