PDA

View Full Version : [ubuntu] 11.04 to 11.10 update gone wrong



<storm>
November 9th, 2011, 11:52 PM
Hi guys

I kept on getting the nagging message from ubuntu to upgrade to 11.10, and I kept on putting it off - anyway a few days ago in a moment of madness I hit the upgrade button from within Ubuntu. The update manager spent about 5 mins updating and then errored out - I dutifully reported the bug (https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/886817), and decided I'd do a clean install when I have more time (at the moment I'd in my final year doing a computer science degree - so I don't have a lot of free time).

Anyway since the upgrade failed, program windows that don't load maximised, load too high on the screen, so you can't get access to the title bar, etc. For example:
http://i.imgur.com/bHUsy.png

Any ideas for a fix?

zvacet
November 11th, 2011, 01:40 PM
Do you get any errors when run


sudo apt-get update && sudo apt-get upgrade

or from


sudo dpkg --configure -a
sudo apt-get -f install

<storm>
November 12th, 2011, 02:10 AM
No errors on the command line. I've found a few programs that when they load up are fully visible on the screen, and their title bars have completely vanished :confused: - e.g.:
http://i.imgur.com/XKs5L.png

Any ideas on how I can get the title bar back?

<storm>
November 14th, 2011, 06:17 PM
After much command-fu ninja-ing, I have found that if you run the command:
metacity --replace then the title bars magically reappear again, BUT Unity crashes out and quits - so you can only run commands from the terminal (or load any desktop shortcuts). Also when you reboot, Unity resurrects itself, but the title bars vanish again.

Any ideas?

BillyBoa
November 14th, 2011, 06:23 PM
Maybe you should try to reset Unity and Compiz


to reset the Unity launcher icons:

unity --reset-icons


to reset Unity:

unity --reset


to reset Compiz:

gconftool-2 --recursive-unset /apps/compiz-1
unity --reset

osiixy
December 21st, 2011, 01:38 PM
-I canceled my answer because the solution does not work -