Ubuntu 14.10(Utopic Unicorn), Displays menu is Broken?
I had also the same problem in Ubuntu-14.10. I solved it by reinstalling ubuntu-desktop.
type with these commands and see if it is working:
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo shutdown -r now
I don't have a specific answer for that situation but you can usually find out (or get around it) with some troubleshooting:
Most of the upgrade issues are caused by some former settings / config files not being handled gracefully by the newer version of a package. Packages do their best to either be backwards compatible or migrate user's settings so that everything continues to work seamlessly after an upgrade. However this can be hard to test and so a frequent source of bugs.
To confirm this, create a new user and log back in as that user. If the problem is gone you know it's one of your regular user's settings that's doing it.
Alternatively if you're familiar with command line you can test with same user:
- log out + log back in using the console (Ctrl-Alt-F1)
- rename your home folder and create a new one
- log back in and see if you can replicate the issue
If that's the case first backup your home directory then you can either:
- start putting your config files back (the .files in your home dir,
ls -d ~/.??*
)
and see which one is triggering it (do a binary search if there's a lot). It's likely going to be something in.gconf
or.config
in which case you have to dig deeper. - or start from scratch and just import / replicate the settings your care about.