When I log into Ubuntu 13.04, it only shows my background. Now I've tried CCSM to enable the Ubuntu Unity Plugin, but every time I try to do it, it seems to put a check mark in the blank then the check Mark goes away. I really need a fix for this because I don't want to have to downgrade my system.
Asked
Active
Viewed 2,915 times
2 Answers
0
This seems kind of far fetched - but are you sure Unity is installed? If so, it may be worth doing a purge and a reinstall. These can be done from the recovery terminal if necessary.
sudo apt-get purge unity && sudo apt-get install unity
J3RN
- 178
0
It may be a good idea to ensure all the normal desktop packages are installed with a
sudo apt-get install ubuntu-desktop
I'm not sure why this metapackage would not be installed, but it's worth a try.
thomasrutter
- 37,804