18

I was woundering is the is a way/possibility to use Unity's global menu with GNOME Shell on Ubuntu 11.10?

It would be really nice to have it.

Does anyone have an idea on how to make this real?

2 Answers2

12

The application menu or global menu [as some people like to refer to it] that comes with unity provided by appmenu-gtkand indicator-appmenu doesnot work on gnome-shell. There is an alpha status globalmenu extension for gnome-shell which can be installed via ppa. But it won't look exacly like what is seen in unity the video in the link shows how it works. if you want to try it out you can install it:

sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install gnome3-globalmenu

gnome3-globalmenu

sagarchalise
  • 24,306
0

Are u referring to gnome-shell?

If yes Applications Menu extension adds an regular (old-style) menu to the top GNOME Shell bar. Install:

sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell-extensions-apps-menu
David Foerster
  • 36,890
  • 56
  • 97
  • 151
mac
  • 4,001