PDA

View Full Version : [ubuntu] 13.04 installed, no lanch bar on left, no toolbar up top.



ossian27
May 4th, 2013, 03:39 AM
Hi all,

I am at my wits end with this. I installed 13.04 today, and so far it has turned out to be a huge mistake.

When I log in under my regular profile, I only have a desktop with my regular wallpaper and the icons that are usually there. No toolbar up top, and no lauch bar on the left side. Impossible to access them. What's bizarre is that when I log in as a guest, everything is just fine.

I've tried repairing all broken packages, I've tried doing the manual sudo apt-get clean, update, upgrade. I've tried reinstalling GRUB. Nothing is working so far.

What must I do?

MaZaMo
May 4th, 2013, 03:49 AM
Try this in terminal


sudo apt-get install dconf-tools (it's probably already installed)

dconf reset -f /org/compiz/

setsid unity

Another thing you could do is make a new User and delete that one... but you probably don't want that.

ossian27
May 4th, 2013, 03:51 AM
Try this in terminal


sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
setsid unityto reset Unity to default.

Another thing you could do is make a new User and delete that one... but you probably don't want that.

Many thanks. I just reset unity to default and it has worked. Is this a permanent solution or is it something I'll have to do at every new restart?

MaZaMo
May 5th, 2013, 03:51 PM
Glad it worked! This is a permanent solution.