My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallingonUbuntu  
A step by step guide for Hardy/Intrepid/Jaunty
ubuntu, Phase-Deploy, installation, Featured
Updated Dec 21, 2009 by pierre.s...@gmail.com

Table Of Contents

Installing from the GNOME Global Menu PPA

This is the best way to get the latest version of the GlobalMenu. PPAs work like normal Ubuntu archives. You can install software in the usual way (for example, through apt-get or synaptic) and whenever there's an update Ubuntu will prompt you to install it.

Adding the PPA to your Ubuntu repositories

To install packages from our PPA, you need to tell Ubuntu where to find it. You do this by giving Ubuntu the PPA's URL, which you can find on the PPA's overview page.

  1. Open SystemAdministrationSoftware Sources and press Third Party Software.
  2. Press Add to add a new repository.
  3. Enter the APT line for the extra repository.
    • If you're using Karmic Koala:
    •         deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu karmic main 
              deb-src http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu karmic main 
    • If you're using Jaunty Jackalope:
    •         deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu jaunty main
              deb-src http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu jaunty main
    • If you're using Intrepid Ibex:
    •         deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main
              deb-src http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main
    • If you're using Hardy Heron:
    •         deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu hardy main
              deb-src http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu hardy main
  4. Press Add Source and then click Close to save your changes.
  5. You will be notified that the information about available software is out-of-date. Press Reload.
  6. You now need to import and accept our GPG key with which we digitally sign the files we provide, which makes it easy to check that the files have not been tampered with since their creation. In order for apt to be able to check this, you need the public key that corresponds to the signatures. http://gnome2-globalmenu.googlecode.com/files/GlobalMenuKey.gpg
  7. Once you have downloaded the GPG key, import the key by selecting the Authentication tab, clicking on Import Key File, and then selecting the GPG key to be imported.

Remove older versions of GlobalMenu (if necessary)

sudo apt-get remove gnome2-globalmenu

Install the GlobalMenu package

sudo apt-get install gnome-globalmenu 

NOTE: On Hardy, after clicking "Enable Global Menu" in the applet's preference window, nothing happens. It's because gnome-settings-daemon in hardy is old and doesn't support loading external Gtk plugin modules. You can either upgrade to Intrepid or you have to export GTK_MODULES=globalmenu-gnome manually in either .gnomerc or .bash_profile.

Installing with DEBs on a 32 or 64 bit system

You can download the deb directly from the PPA page and install it manually. Note that using this method, you won't get automatic updates!

https://edge.launchpad.net/~globalmenu-team/+archive/ppa

There are now 64-bit Ubuntu packages in the PPA. Please test them and report any bug you may find (after checking for duplicates). For more information, see Issue 149

Installing from source

latest version of the Global Menu

Please refer to the BuildFromSource page.

older versions of the Global Menu

very old adq's original code

If you really want the very old adq's original code you can check it out from: http://gnome2-globalmenu.googlecode.com/svn/tags/0.1_11/

Ayoli's guide for the 0.7 version

Refer to the guide written by Ayoli.

Comment by lolo.fa...@gmail.com, Dec 26, 2007

Il vaut mieux employer aptitude que apt-get.

Comment by project member pierre.s...@gmail.com, Dec 26, 2007

j'ai toujours fait apt-get :-( Je me croutonnise déjà à mon âge.Je corrige dès que j'ai terminé le tuto

Comment by lolo.fa...@gmail.com, Dec 26, 2007

ok j'attends la fin avec impatience.

Comment by project member pierre.s...@gmail.com, Dec 26, 2007

je viens d'essayer aptitude et je ne vois pas bien l'intéret par rapport à apt-get. Certes c'est graphique si on lance aptitude seul, mais sinon, c'est la même procédure. Pourquoi s'embêter ? Souhaites-tu que je mette la procédure en graphique ? En même temps est-ce souhaitable dans la mesure où ce code est instable ?

Comment by lolo.fa...@gmail.com, Dec 26, 2007

Aptitude gère mieux les dépendances que apt-get. En fait la pluspart des commande ou on utilise apt-get marche exactement de la même façon en utilisant aptitude : aptitude install, aptitude reinstall ... et il me semble qu'aptitude est recommandé par l'équipe de développement d'ubuntu. De toute façon il faut utiliser soit l'un, soit l'autre mais ne pas mélanger les deux si possible.

Comment by lolo.fa...@gmail.com, Dec 26, 2007

C'est encore moi. Je remplacerai sudo make install par sudo checkinstall qui permet de créer un .deb ce qui est plus facile a gérer par la suite.

Comment by project member rainwood...@gmail.com, Dec 26, 2007

Also need to install gtk2-aqd.

Comment by project member pierre.s...@gmail.com, Dec 27, 2007

Was sleeping :-) Going to add the next steps now

Comment by project member pierre.s...@gmail.com, Dec 27, 2007

Pourquoi les dev d'Ubuntu ne le passent pas en standard ? Quels inconvénients a Aptitude pour qu'il ne soit pas recommandé partout ?

Sinon merci pour checkinstall,là encore c'est un truc d'empaqueteurs qui n'est pas installé par défaut. Je suppose qu'on ne considère pas que l'utilisateur lambda compile des paquets ;-)

Je mets les 2 dans la mesure où les arguments apportent un plus.

Comment by project member pierre.s...@gmail.com, Jan 4, 2008
# apt-get source gtk+2.0
# Install svn sudo apt-get install svn # Download the patches
# svn checkout http://gnome2-globalmenu.googlecode.com/svn/branches/1.0/trunk/gtk2-aqd/ # Using cd, head to the gtk2-aqd dir that's been downloaded
Comment by ketil.w....@gmail.com, Jan 24, 2008

There are several missing files, and dpkg-buildpackage -r fakeroot does not work.

Comment by project member rainwood...@gmail.com, Feb 13, 2008

This page doesn't look like to be consistent.

Comment by rafaella...@gmail.com, Feb 20, 2008

how about a package for XFCE applet?

Comment by vitaly.pevgonen, Feb 21, 2008

why "sudo mkdir" in "Installing with debs" section? wget runs without sudo and couldn't create a file in a folder :)

Comment by consolam...@gmail.com, Feb 27, 2008

I installing applet and it needs root for work. How to correct this? Help :) (Ubuntu 7.10)

Comment by doorkno...@gmail.com, Apr 18, 2008

It doesn't work in hardy...it almost does but it doesn't. If you find a solution please email me at doorknob60@gmail.com

Comment by FerozFa...@gmail.com, Apr 28, 2008

Agree with doorknot, it installs without errors, but when you try to add it, synaptic reports it as broken

Comment by alorenz...@hotmail.com, May 18, 2008

Well,excuse me for my english..this guide is ok,but when i have installed .deb I had 2 errors and so I put a ticks on all sources update.This caused an upgrade of distro and when i reboot my computer,the errors there isn't!Now it's work very well

Comment by gaudreau...@gmail.com, May 21, 2008

I've gotten it working in Hardy, i just followed the guide. this was 4 or 5 days ago, so it could have been fixed since the april 18th post by Doorknob

Comment by kirbyw...@gmail.com, May 24, 2008

It says it is broken, and a dependancey is broken...

What do I need to install?

Comment by pau...@gmail.com, May 26, 2008

When I try install show me a error in .deb file. Some dependencies isn't install so..

sudo apt-get -f install

And try again

sudo dpkg -i .deb

Comment by luis.da...@gmail.com, May 29, 2008

you should move this project to launshpad.net and create a PPA repository :)

Comment by nelstan...@gmail.com, May 31, 2008

this worked great... but it doesnt work for firefox, the menu is still in the same place, what do i do?

Comment by curtis.h...@verizon.net, Jun 1, 2008

Since these examples are for gutsy and hardy to make a deb, why not create a personal package archive on launchpad.net. You can import your code and patches, then let launchpad build all the dependencies and packages. Then anyone get just issue an apt-get to get the global menu.

Comment by project member rainwood...@gmail.com, Jun 1, 2008

@nelstanlee; we can beg hard for firefox to use native widgets. File a bug at Firefox bugzilla to let them notice the importance of using native widgets rather than draing native-alike widgets!

Comment by project member rainwood...@gmail.com, Jun 1, 2008

@luis.davim; I don't use ubuntu. Let me have a look at launchpad.net's project hosting later. Googlecode still looks enough.

Comment by dmitrij....@gmail.com, Jun 3, 2008

Is this working?????

Launchpad more ubuntu friendly cause you can get ppa - apt repository there for everyone to update easily using update manager.

Comment by quinn...@gmail.com, Jun 4, 2008

Super tuto simple et rapide... seul bémol ça ne fonctionne pas sous Hardy :-( on obtient une jolie barre dans le menu sur laquelle on peut cliquer, faire apparaitre le titre de l'appli mais aucun menu. Ce dernier reste désespérément vissé à la fenêtre d'origine.

Une idée ? à part celle de ne pas utiliser Hardy ^^

Very good tutorial indeed but unfortunately it does not work with Hardy :-( I obtained a nice bar where I manage to show up the name of the application but that's all. No menu in that bar. The latter stays stuck at its original place.

Any idea ? Apart from not using Hardy ^^ ?

Comment by swiftarr...@gmail.com, Jul 11, 2008

I'm going to try it, hope it works. Using Hardy Heron.

Comment by swiftarr...@gmail.com, Jul 11, 2008

By the way, is this the same thing as the macmenu-applet thingy? I would really like to know.... There doesn't seem to be any literature connecting these two projects. Thanks

Comment by duar...@gmail.com, Jul 13, 2008

it dont work on xubuntu hardy !

Comment by joshjos...@gmail.com, Jul 24, 2008

Broken pkg.. doesnt work on ubuntu hardy. Bummer!!1!

Comment by timothy....@gmail.com, Sep 13, 2008

Broken on Ubuntu Hardy. Ditto on the bummer!

Comment by yani...@gmail.com, Sep 17, 2008

Make sure you update Ubuntu all the way. It's working perfect for me. It's going to be part of my Operating System coming soon. You can stay up-to-date with my Operating System at the forums of WinMatrix? http://www.winmatrix.com

Comment by richard....@gmail.com, Sep 26, 2008

Does not install according to the instructions on a fresh-out-of-the-box Hardy:

$ sudo dpkg -i .deb Selecting previously deselected package gnome2-globalmenu-applet. (Reading database ... 95957 files and directories currently installed.) Unpacking gnome2-globalmenu-applet (from gnome2-globalmenu-applet_0.4-3_i386.deb) ... Selecting previously deselected package gtk2.0-examples. Unpacking gtk2.0-examples (from gtk2.0-examples_2.12.9-4ubuntu3_i386.deb) ... Preparing to replace gtk2-engines-pixbuf 2.12.9-3ubuntu4 (using gtk2-engines-pixbuf_2.12.9-4ubuntu3_i386.deb) ... Unpacking replacement gtk2-engines-pixbuf ... Preparing to replace libgtk2.0-0 2.12.9-3ubuntu4 (using libgtk2.0-0_2.12.9-4ubuntu3_i386.deb) ... Unpacking replacement libgtk2.0-0 ... Preparing to replace libgtk2.0-bin 2.12.9-3ubuntu4 (using libgtk2.0-bin_2.12.9-4ubuntu3_all.deb) ... Unpacking replacement libgtk2.0-bin ... Preparing to replace libgtk2.0-common 2.12.9-3ubuntu4 (using libgtk2.0-common_2.12.9-4ubuntu3_all.deb) ... Unpacking replacement libgtk2.0-common ... dpkg: dependency problems prevent configuration of gnome2-globalmenu-applet:

gnome2-globalmenu-applet depends on gnome-common; however:
Package gnome-common is not installed.
gnome2-globalmenu-applet depends on gnome-pkg-tools; however:
Package gnome-pkg-tools is not installed.
dpkg: error processing gnome2-globalmenu-applet (--install):
dependency problems - leaving unconfigured
Setting up libgtk2.0-common (2.12.9-4ubuntu3) ... Setting up libgtk2.0-0 (2.12.9-4ubuntu3) ...

Setting up libgtk2.0-bin (2.12.9-4ubuntu3) ... Setting up gtk2.0-examples (2.12.9-4ubuntu3) ... Setting up gtk2-engines-pixbuf (2.12.9-4ubuntu3) ... Processing triggers for libc6 ... ldconfig deferred processing now taking place Errors were encountered while processing:

gnome2-globalmenu-applet

Comment by richard....@gmail.com, Sep 26, 2008

On Hardy, use the Synaptic Package Manager to first install "gnome-pkg-tools" and "gnome-common" and then the downloaded .deb files can be installed.

Comment by FliN...@gmail.com, Sep 28, 2008

Would this same guide work for Debian lenny/sid?

Comment by jmcdbern...@gmail.com, Oct 21, 2008

Does not display menus on Hardy. Weird

Comment by christof...@gmail.com, Oct 27, 2008

Has this project sunk to the bottom of the great dead ocean?

I see no changes has been made since May 14 this year, and I think it's a real shame, since it's one of my favorite plugins for the feel of my PC.

Comment by camille....@gmail.com, Oct 31, 2008

A guide for Intrepid would be great. Following Hardy's steps in a brand new install of Intrepid won't work ...

Comment by alchemis...@gmail.com, Oct 31, 2008

I had a lot of trouble following this guide in intrepid. Need some help!

Comment by ayoli...@gmail.com, Nov 10, 2008

here is a guide for Intrepid and recent veersion of globalmenu :

http://ayozone.org/2008/11/10/how-to-install-globalmenu-06-on-ubuntu-intrepid

hope that helps a bit.

Comment by christof...@gmail.com, Nov 30, 2008

Is it only me having no options/configurations when right-clicking the applet in the new version for Intrepid in PPA? It shows the name of current application, where in earlier versions on hardy, it was possible to have it only show the icon of the application. which I like much better.

Comment by peng.thi...@gmail.com, Dec 3, 2008

We have a new URI for the GlobalMenu? Team PPA on Launchpad. The new URI for their PPA is https://launchpad.net/~globalmenu-team/+archive and the sources to add for Ubuntu Intrepid are now

deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main deb-src http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main

Comment by phw...@gmail.com, Dec 6, 2008

i hadn't seen anyone confirm that they got this working with intrepid ibex 64bit, so i just wanted to chime in and say that i have. i wish i remembered where i found the debs that i used but it's now working on several apps. there are lots of apps that this doesn't affect. could anyone describe how to tell if a program uses gtk?

Comment by prsingh...@gmail.com, Dec 30, 2008

Converting the .rpm packages with alien works fine with this command

sudo alien -cc packagename.rpm

Notice that packagename.rpm is the rpm name. It is the easiest way to install. It turns it into a .deb package you can install easily. Then restart.

Comment by mastrop...@gmail.com, Jan 17, 2009

Please update the repository with the last version!

Comment by project member rainwood...@gmail.com, Jan 22, 2009

@mastropino

Our package maintainer on ubuntu has been on a serious and dangerous job.

Please be patient until he comes back home.

Thanks

Comment by christof...@gmail.com, Feb 2, 2009

I got an update of GNOME2 Global Menu (GGm) today, and after the install GGm keeps crashing upon startup. I get that "gnome panel couldn't launch gnome2 global menu - don't delete / delete".

The update brought version 0.7.2~ppa6.

Any suggestions?

Comment by jbetan...@gmail.com, Feb 2, 2009

I have the same problem. After update the GGM dissapear from my applets.

Comment by christof...@gmail.com, Feb 2, 2009

Exactly, jbetancur ... Anyone have a fix?

Comment by jbetan...@gmail.com, Feb 4, 2009

Chris, I found a "solution". remove gnome2-globalmenu with (In Console):

sudo apt-get remove gnome2-globalmenu

and then execute:

sudo apt-get install gnome-globalmenu

that come back the globalmenu while the bug is fixed in the next version.

Comment by christof...@gmail.com, Mar 1, 2009

the global menu doesn't seem to work proberly on hardy - everything but the actual menu does work, though, and enabling (toggling) the "enable global menu for gtk applications" button doesn't fix it either.

Comment by pablo.a....@gmail.com, Mar 2, 2009

Same here, ubuntu hardy too

Comment by swiftarr...@gmail.com, Mar 8, 2009

Is it possible to run this in XFCE via the XfApplet??

I would love to use it, is it possible to repackage it as just the applet without the extra gnome and nautilus stuff?

Used to use it on Gnome, but then decided to go in for XFCE.

Comment by edersonb...@gmail.com, Mar 15, 2009

I can't remove "gnome2-globalmenu-applet" using apt/aptitude, so I used dpkg -r gnome2-globalmenu-applet.

Comment by ryanhel...@gmail.com, Apr 10, 2009

so this doesnt work with open office or with firefox?

Comment by AndresBo...@gmail.com, May 9, 2009

i've got a problem on jaunty... i managed to install it with no problems, but i cant add it to the panel, cause the option doesnt appear on the add to panel window

Comment by torres...@gmail.com, May 20, 2009

I'm trying to install gnome globalmenu on debian etch but there is a problem with a lib that isn't at the repositories and I'm still very noob....

there is the error when use ./configure

checking for xgettext... (cached) /usr/bin/xgettext checking for valac... no ./configure: line 22649: --version: command not found checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... configure: error: Package requirements (glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0) were not met:

No package 'glib-2.0' found No package 'gobject-2.0' found No package 'gmodule-2.0' found

I don't know what to do

Comment by chank...@gmail.com, May 26, 2009

@Andres Boedo i have the same problem...

Comment by peeyoosh...@gmail.com, Jun 8, 2009

The applet doesnt show up in "Add to Panel" Dialogue.

Using Ubuntu 9.04 fresh installation.

Comment by Inukaze....@gmail.com, Jul 1, 2009

Well That dont work, the Solution for RESTORE yours Originals Menus

1 - Open "gconf-editor" 2 - Go to "app/gnome_setting_daemon/gtk-modules" 3 - UnCheck? "globalmenu-gnome" or delete it :=) Thats its all

Comment by Gero3...@gmail.com, Jul 16, 2009

lovely I like this, goes great with my Ubuntu Mac OS X look-a-like

Comment by gerx...@gmail.com, Aug 13, 2009

well, i got it installed on ubunty hardy but menu doesn't work with all apps :/

Comment by gerx...@gmail.com, Aug 15, 2009

yesterday i made it work on ubuntu hardy! it works fine! so, cool! hope this project doesn't die it's pretty amazing :D thanks!!!

Comment by ulrik.sverdrup@gmail.com, Aug 28, 2009

gerxrdo: What did not work, and what did you do to fix this? Was it more difficult than trivial, then it might be worth to document

Comment by vmi...@gmail.com, Sep 3, 2009

I haven't been able to compile the latest svn rev on my 9.04. This rev includes a major bugfix ( issue 408 )..

Would it be possible to update the PPA version

Comment by mr.Alin...@gmail.com, Sep 13, 2009

Can I use Jaunty packages to install that applet on Karmic Koala alpha 5?

Comment by nick.h...@xtra.co.nz, Sep 17, 2009

Could you update the PPA to the rev with the 64bit fix? (0.7.7 I think). thanks.

Comment by DaMi...@gmail.com, Oct 2, 2009

Any chance you could upload packages for Karmic?

Comment by AT3...@inbox.com, Oct 4, 2009

hey guys. i'm installing right now but i'd like to ask... why does everyone write "sudo apt-get" when "sudo aptitude" is the exact same effect, AND easier(faster) to type.

Comment by miscanal...@gmail.com, Oct 4, 2009

Hey, globalmenu-panel-applet 0.7.5 installed successfully in jaunty 9.04, however after I add it to a desktop panel and enable Global Menu for GTK applications followed by a restart it remains a simple panel menu. I have also tried adding: export GTK_MODULES=globalmenu-gnome" to ~/.profile and restarting.

I have this issue on two Jaunty boxes, any ideas would be appreciated. Thanks

Comment by elsenior...@gmail.com, Oct 20, 2009

Is the official PPA going to be updated to the latest release any soon¿

Comment by miscanal...@gmail.com, Oct 23, 2009

Anyone have any ideas?

Comment by mastrop...@gmail.com, Oct 26, 2009

We need the karmic repository!

Comment by mike...@gmail.com, Oct 30, 2009

You can use the Jaunty packages for Karmic. At least, it worked for me. However, it is causing wonky behavior, such as prohibiting gnome-system-monitor from opening (http://code.google.com/p/gnome2-globalmenu/issues/detail?id=514) as well as gparted (see comments in previous link) and, I believe, dockbar and dockbarx. So install at own risk!

Comment by faelt...@hotmail.com, Nov 6, 2009

Karmic plz

Comment by Borix...@gmail.com, Nov 7, 2009

Karmic plz!!!

Comment by tayar.a...@gmail.com, Nov 7, 2009

Where is the Authentication tab? I just can't find it... Thank you for all.

Comment by ecel...@gmail.com, Nov 9, 2009

any updates on Karmic ppa?

Comment by d.wijona...@gmail.com, Nov 10, 2009

where karmic repositories??

Comment by JackBlac...@gmail.com, Nov 14, 2009

Would appreciate an update for Karmic to fix the system monitor bug, among others.

Comment by oki...@gmail.com, Nov 15, 2009

global menu is a must have in jaunty thanks. I recently switched to karmic but there is no repository. ¿global menu is going to be supported in karmic?

Comment by ecel...@gmail.com, Nov 15, 2009

trying ppa:globalmenu-team/ppa will report feedback

Comment by ecel...@gmail.com, Nov 15, 2009

err... i am getting this:

Err http://ppa.launchpad.net karmic/main Packages

404 Not Found
Hit http://ph.archive.ubuntu.com karmic-updates/multiverse Packages Hit http://ph.archive.ubuntu.com karmic-updates/multiverse Sources W: Failed to fetch http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu/dists/karmic/main/binary-i386/Packages.gz 404 Not Found

Comment by coldReac...@gmail.com, Nov 16, 2009

ecelino, it's because there are no karmic packages in the official ppa.

Comment by ecel...@gmail.com, Nov 16, 2009

i see... will there be any?

Comment by andreagi...@gmail.com, Nov 20, 2009

all of we hope yes, and fast!

Comment by nolatari@gmail.com, Dec 7, 2009

please update for karmic. thanks!

Comment by hemanth...@gmail.com, Dec 12, 2009

Karmic unofficial ppa's: ppa:matthaeus123/ppa ppa:sushkov/personal

Comment by bfscorde...@gmail.com, Jan 30, 2010

Great work, i already voted at Ubuntu Brainstorm, tanks!

Comment by mastrop...@gmail.com, Feb 5, 2010

Hello, can u put this tips for totally remove GlobaMenu? from Gnome Modules?

Open gconf-editor Go to: /apps/gnome_settings_daemon/gtk_modules Disable: globalmenu-gnome

Is not correct that we have an HowTo? for install, but there isn't one for totally remove it... after that I remove Nautilus stop to say:

Gtk-Message: Failed to load module "gnomenu-panel": libgnomenu-panel.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory

Comment by clp...@gmail.com, Feb 16, 2010

Globalmenu is awesome! I'm using the karmic version on lucid, but hope to see an "official" version for lucid in the PPA :)

Comment by t.ravisa...@gmail.com, Feb 20, 2010

thanks a lot for the instructions

Comment by abhidg, Mar 27, 2010

I uploaded the lucid build a few hours ago and the packages are in the PPA now!

To install, open a terminal and type

sudo add-apt-repository ppa:globalmenu-team

This will add the PPA to your software sources. Then install the package gnome-applet-globalmenu

sudo apt-get install gnome-applet-globalmenu

Comment by abhidg, Mar 27, 2010

Just a note: I had to log out and then log in back to make the applet work correctly.

Comment by Sarge...@gmail.com, Mar 28, 2010

the global menu applet won't show up in the add list. how would i go about fixing this?

Comment by yindemi...@gmail.com, May 1, 2010

doesn't work with Firefox 3.6.3 or OpenOffice? 3.2!(on Lucid 10.04)

Comment by gerx...@gmail.com, May 10, 2010

will this work with ubuntu Lucid Lynx ?

Comment by abhidg, Jun 23, 2010

@gerxrdo should work on lucid with the packages from ppa.

@yindeming1 OOo and FF use a different method for menu rendering, so it does not work with global menu. For FF you can try the TinyMenu? extension which collapses the menu into a single icon.

Comment by whellmu...@gmail.com, Jul 26, 2010

I installed the application through the PPA archive, and the menu isn't either showing the application's menus or hiding them from their parent windows. What went wrong?

Comment by Too...@gmail.com, Nov 28, 2010

you fuckin' guys destroyed my computer !!!! i lost several apps by typing in the commands above !!!!

Comment by sir...@gmail.com, Dec 31, 2010

can u please update the menu? the version is still old in this ppa ppa:globalmenu-team/ppa on lucid 64

Comment by lotusnag...@gmail.com, Jul 22, 2011
while compiling from the source in Ubuntu following error occurs :configure: error: glib-compile-schemas not found.
Comment by diego.gu...@gmail.com, Jul 28, 2011

the same for me lotus, im on ubuntu 11.04 with gnome3 shell: glib-complie-schemas not found =(

Comment by slaughte...@gmail.com, Aug 16, 2011

I'm having the same issues, "glib-complie-schemas not found", and the PPA is so outdated it's silly.


Sign in to add a comment
Powered by Google Project Hosting