What's new? | Help | Directory | Sign in
Google
gnome2-globalmenu
Global Menu Bar for GNOME
  
  
  
  
    
Search
for
Updated May 14 (2 days ago) by rainwoodman
Labels: ubuntu, Phase-Deploy, Featured
InstallingonUbuntu  
a step by step guide for Gutsy/Hardy

THIS IS A DRAFT. DO NOT USE. IT KILLS KITTENS AND COMPUTERS TOO

Introduction

a step by step guide which assumes that you've never compiled anything on your system, and that this system is Gutsy Gibbon.

Installing with debs

on a 32 bit system

  • Install them
    • For Gusty:
      1. cd gnome-globalmenu
      2. sudo dpkg -i *.deb
    • For Hardy:
      1. cd globalmenu
      2. sudo dpkg -i *.deb

  • NOTE if you have installed previous version of gnome-globalmenu and meet a dependency error of libgtk-directfb-2.0-0 libgtk-directfb-2.0-dev libgtk2.0-0-dbg libgtk2.0-dev, you can just remove them, since they are not installed by default.
  • sudo dpkg -r libgtk-directfb-2.0-0 libgtk-directfb-2.0-dev libgtk2.0-0-dbg libgtk2.0-dev

if you still meet some errors here, try

    sudo dpkg -i --force-overwrite *.deb 
  • Edit ~/.gnomerc (Gusty Only)
    • You won't need this step for Hardy
    1. add a line to it
    export GTK_MODULES=libgnomenu
  • Restart your computer and right-click on the panel and click add to the panel. Look for Global Menubar. Add it. And voila. It should work.

on a 64 bit system

There is not yet packages for 64 bit ubuntu. You can build from source by yourself. I am not sure if you also need to build the i386 binary in order to support global menu for i386 programs on the x86-64 platform.

Installing from source

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 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


Sign in to add a comment