7

Linux Mint 12 is using MGSE which makes the GNOME Shell more like Gnome 2.x interface. I would like to know if that was possible on Ubuntu and how I would go about doing that.

pomsky
  • 70,557
Jordan
  • 968

1 Answers1

7

You can try MGSE[Mint Gnome Shell Extension] from webupd8team gnome3 ppa:

sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install mgse-bottompanel mgse-menu mgse-windowlist

Or you can directly use linux mint repository. Just add to your software sources

deb http://packages.linuxmint.com/ lisa main

and do

sudo apt-get update
sudo apt-get install linuxmint-keyring mint-meta-mgse
sagarchalise
  • 24,306