Installed 12.10 from LiveDVD on Dell desktop that ran Ubuntu in original machine. It boots to plain desktop with icons carried over from 12.04, but no Dash or menu and no taskbars. Help!
Asked
Active
Viewed 7,890 times
2 Answers
2
I had this (wallpaper and icons but nothing else) on my mess-around-with-Linux-and-feel-total-hacker-laptop and tried the dconf
reset but didn't have it and my netbook had no internet connection to install dconf.
So being a complete noob I skipped that and did the setsid unity
anyway.
And it worked, started the UI nicely :)
No clue what happend, but even after few reboots I still get the proper UI and all, so call it fixed.

Bart
- 21
1
I am not 100% sure what is going on with your setup, but I would try to reset Unity and Compiz.
Type the following in to a terminal:
dconf reset -f /org/compiz/
then
setsid unity
If this is an issue with Unity settings that will reset your config to default.
I hope that helps.

cprofitt
- 6,595
sudo apt-get install dconf-tools
– NickTux Oct 22 '12 at 05:12