My favorites | Sign in
Logo
                
Search
for
Updated Mar 09, 2009 by pierre.slamich
Labels: ubuntu, Phase-Deploy, installation, Featured
InstallingonUbuntu  
A step by step guide for Hardy/Intrepid/Jaunty

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.
  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.faure, Dec 26, 2007

Il vaut mieux employer aptitude que apt-get.

Comment by pierre.slamich, 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.faure, Dec 26, 2007

ok j'attends la fin avec impatience.

Comment by pierre.slamich, 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.faure, 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.faure, 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 rainwoodman, Dec 26, 2007

Also need to install gtk2-aqd.

Comment by pierre.slamich, Dec 27, 2007

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

Comment by pierre.slamich, 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 pierre.slamich, Jan 04, 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.aanensen, Jan 24, 2008

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

Comment by rainwoodman, Feb 13, 2008

This page doesn't look like to be consistent.

Comment by rafaellaguna, 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 consolamentor, Feb 27, 2008

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

Comment by doorknob60, 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 FerozFahim, Apr 28, 2008

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

Comment by ironronnie, 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 gaudreault88, 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 kirbywarp, May 24, 2008

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

What do I need to install?

Comment by paulof, 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.davim, May 29, 2008

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

Comment by nelstanlee, 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 cur...@hovey.name, Jun 01, 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 rainwoodman, Jun 01, 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 rainwoodman, Jun 01, 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.ledkov, Jun 03, 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 quinntar, Jun 04, 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 swiftarrow9, Jul 11, 2008

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

Comment by swiftarrow9, 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 duardbr, Jul 13, 2008

it dont work on xubuntu hardy !

Comment by joshjosh79, Jul 24, 2008

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

Comment by timothy.waters, Sep 13, 2008

Broken on Ubuntu Hardy. Ditto on the bummer!

Comment by yanikem, 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.brooksby, 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.brooksby, 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.GS, Sep 28, 2008

Would this same guide work for Debian lenny/sid?

Comment by jmcdbernardino, Oct 21, 2008

Does not display menus on Hardy. Weird

Comment by christoffer.buchholz, 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.kander, 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 alchemist4444, Oct 31, 2008

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

Comment by ayolinux, 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 christoffer.buchholz, 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.thinkblue, Dec 03, 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 phwelo, Dec 06, 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 prsinghdua, 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 mastropino, Jan 17, 2009

Please update the repository with the last version!

Comment by rainwoodman, 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 christoffer.buchholz, Feb 02, 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 jbetancur, Feb 02, 2009

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

Comment by christoffer.buchholz, Feb 02, 2009

Exactly, jbetancur ... Anyone have a fix?

Comment by jbetancur, Feb 04, 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 christoffer.buchholz, Mar 01, 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.saavedra, Mar 02, 2009

Same here, ubuntu hardy too

Comment by swiftarrow9, Mar 08, 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 edersonbruno1, Mar 15, 2009

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

Comment by ryanhelper, Apr 10, 2009

so this doesnt work with open office or with firefox?

Comment by AndresBoedo, May 09, 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.dd, 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 chanklor, May 26, 2009

@Andres Boedo i have the same problem...

Comment by peeyoosh.sangolekar, Jun 08, 2009

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

Using Ubuntu 9.04 fresh installation.

Comment by Inukaze.otaku, Jul 01 (3 days ago)

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


Sign in to add a comment
Hosted by Google Code