12

i have upgraded Ubuntu desktop from 12.10 to 13.04. Since then I can't see the Panel or Launcher, but I'm able to open the terminal using the keyboard shortcut Ctrl+Alt+T.

When I use the Guest login there is no such problem. I am facing the problem only with administrator account. I have tried this Launcher, top Panel, and window decorations missing after 12.04 upgrade, but I couldn't find the result.

karel
  • 114,770
alpha0
  • 121
  • 1
  • 1
  • 4

4 Answers4

20

This worked for me:

dconf reset -f /org/compiz/ 

then enter:

unity --reset-icons &disown
Eric Carvalho
  • 54,385
user157103
  • 201
  • 1
  • 2
  • this works, but keep in mind that it will reset the launcher! – maephisto Aug 14 '13 at 10:32
  • this did not work for me. The menus appeared for a second, after the restart, then disappeared. – dranxo Oct 31 '13 at 00:20
  • works when I run like that dconf reset -f /org/compiz/ && unity --reset-icons &disown at the second time. – Claudio Santos Dec 17 '13 at 22:30
  • I just login with root account in ubuntu-14.04 LTS then i can not see anything in topbar its just black panel. then i can not do anything with launcher. i have reset unity tweak tool but all try failed. can anyone help? – Dr. Piyush Dholariya May 12 '15 at 06:16
1

Try deleting ~/.cache or~/.gconf. Realize however that if you made any edits to the system using dconf (or gconf)-editor, they will be reset.

Another alternative is to also delete ~/.config but that would reset any and all application preferences throughout Ubuntu for your user.

See also: Resetting Unity on 12.10 or 13.04

jamireh
  • 11
1

try this:

sudo apt-get purge fglrx lightdm && sudo apt-get install lightdm ubuntu-desktop

and then reboot

1

This happened to me and I moved the .config directory and re-logged in and it is working fine for me now.

mv ~/.config ~/.config_old

I had to use the old Ctrl+Alt+F1 to get to a terminal because the guest terminal wouldn't allow me to sudo for some reason. Then I did a Ctrl+Alt+F7 to get back to my login session.

αғsнιη
  • 35,660