0

When switching on my PC I get to password and background photo. No icons or anything. I have attempted the Ctrl+Alt+F1 route, but this did not work. How can I fix this?

1 Answers1

0

Which Desktop are you using? What's your graphic hardware specs?

If you are using Unity Desktop, check this link Unity doesn't load, no launcher no dash appears

Where, as @Oli says (Answer taken directly)

1. Try to open a terminal with Ctrl+Alt+T. This may not work but you can try right clicking on the desktop and selecting "Open terminal here." Otherwise, you may need to change to a "hard" terminal by pressing Ctrl+Alt+F1 and log in.

  1. Install compizconfig-settings-manager by running

    sudo apt-get install compizconfig-settings-manager

  2. Then run it with this:

    DISPLAY=:0 ccsm &

The first part tells the terminal which display you want it to load on (otherwise it won't have a clue).

  1. If you switched to a TTY in step 1, switch back to the graphical server by pressing Ctrl +Alt+F7 (or Ctrl+Alt+F8 sometimes).

There there should be a CompizConfig Settings Manager waiting for you.

  1. Find the Unity plugin. Enable it. You will be asked "Ubuntu Unity Plugin requires the plugin OpenGL. Enable Ubuntu Unity Plugin / Enable OpenGL"

  2. Everything should spring into life but if it doesn't, you might have to restart. You can do that by going back to the terminal and running sudo reboot.