Results 1 to 4 of 4

Thread: Gnome 3 did not install Mutter

  1. #1
    Join Date
    Apr 2011
    Beans
    3

    Gnome 3 did not install Mutter

    Or at least it looks that way ...
    I'm new to Ubuntu and Linux in general, so i apologize in advance if the question is stupid.

    Installed Ubuntu 11.04. First thing I did was connect to the internet and install Gnome 3 as described here: http://askubuntu.com/questions/22946...ion-of-gnome-3

    Code:
    sudo add-apt-repository ppa:gnome3-team/gnome3
    sudo apt-get update
    sudo apt-get dist-upgrade
    sudo apt-get install gnome-shell
    Everything installed OK, but when I logged out and then back in with Gnome shell, this is what it looked like:


    Quite ugly and not at all like the slick pictures on the Gnome3 website.
    I did a bit of reading and from what I understand gnome 3 uses Mutter. I installed it, but nothing changed.

    So, basically I'm asking if anyone can help me make my gnome shell look as slick as it should be by default?

  2. #2
    Join Date
    Jul 2008
    Beans
    120
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Gnome 3 did not install Mutter

    I suspect it has to do with your chosen theme, which appears to be different than the one used in the Gnome 3 demos. It's called Adwaita and should be available in the Appearence Preferences.

  3. #3
    Join Date
    Nov 2010
    Location
    Berlin, Germany
    Beans
    4,534
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Gnome 3 did not install Mutter

    It were not even been possible to install Gnome 3 without Mutter, and it wouldn't even run at all. No, what you are missing are the standard themes, since those package isn't installed automatically as a dependency:
    Code:
    sudo apt-get purge gnome-accessibility-themes
    sudo apt-get install gnome-themes-standard
    http://ubuntuforums.org/showthread.php?t=1725221

    Greetings.

  4. #4
    Join Date
    Apr 2011
    Beans
    3

    Re: Gnome 3 did not install Mutter

    Quote Originally Posted by Krytarik View Post
    It were not even been possible to install Gnome 3 without Mutter, and it wouldn't even run at all. No, what you are missing are the standard themes, since those package isn't installed automatically as a dependency:
    Code:
    sudo apt-get purge gnome-accessibility-themes
    sudo apt-get install gnome-themes-standard
    http://ubuntuforums.org/showthread.php?t=1725221

    Greetings.
    Worked beautifully. Thank you.

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
  •