I've been fiddling around with different desktop environments lately. I started with Gnome Fallback, then Gnome 3 then XFCE and now I decided to use Unity.
I installed ubuntu-desktop
and launched "Ubuntu" in Lightdm but no panel or launcher appears. To make them appear I need to do CTRL+ALT+F1, login and execute:
export DISPLAY=:0
setsid unity
It then appears after I execute that but every time I login I need to do that. In addition, there are no indicators in the top right corner.
Does anyone know how I can make the indicators appear and make the launcher and panel appear when I log in?
Thanks,
~/Pictures
? Cause it's not doing that. – Bentley Carr May 22 '14 at 00:09~/Pictures
as that's what GNOME3 and XFCE does by default. I'll edit my question. – Bentley Carr May 22 '14 at 01:02setsid unity
is the command to start unity from the command line. It is not the solution to your problem. Did you try resetting your Unity configuration, or any of the other suggested answers? – bain May 23 '14 at 11:15rm -rf ~/.compiz-1 ~/.config/compiz-1
– bain May 23 '14 at 11:23