Results 1 to 6 of 6

Thread: 11.04 to 11.10 update gone wrong

  1. #1
    Join Date
    Mar 2011
    Beans
    3

    Unhappy 11.04 to 11.10 update gone wrong

    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, 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:


    Any ideas for a fix?

  2. #2
    Join Date
    Mar 2006
    Beans
    8,348

    Re: 11.04 to 11.10 update gone wrong

    Do you get any errors when run

    Code:
    sudo apt-get update && sudo apt-get upgrade
    or from

    Code:
    sudo dpkg --configure -a
    sudo apt-get -f install
    There is no greater religion than a truth.

  3. #3
    Join Date
    Mar 2011
    Beans
    3

    Unhappy Re: 11.04 to 11.10 update gone wrong

    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 - e.g.:


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

  4. #4
    Join Date
    Mar 2011
    Beans
    3

    Angry Re: 11.04 to 11.10 update gone wrong - help

    After much command-fu ninja-ing, I have found that if you run the command:
    Code:
    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?

  5. #5
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: 11.04 to 11.10 update gone wrong

    Maybe you should try to reset Unity and Compiz


    to reset the Unity launcher icons:
    Code:
    unity --reset-icons

    to reset Unity:
    Code:
    unity --reset

    to reset Compiz:
    Code:
    gconftool-2 --recursive-unset /apps/compiz-1
    unity --reset

  6. #6
    Join Date
    Nov 2009
    Beans
    1

    Re: 11.04 to 11.10 update gone wrong

    -I canceled my answer because the solution does not work -
    Last edited by osiixy; December 21st, 2011 at 02:40 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •