Results 1 to 3 of 3

Thread: HOWTO: Compile gnome globalmenu from source for Ubuntu 10.10

  1. #1
    Join Date
    Jul 2009
    Beans
    3

    Lightbulb HOWTO: Compile gnome globalmenu from source for Ubuntu 10.10

    This is a guide for compiling gnome2-globalmenu, a Global Menu Bar for GNOME.


    1. Download the latest source from: here and extract it. Lets say you have it extracted to
      Code:
      /home/<user>/Desktop/gnome-globalmenu-0.7.9/
    2. Download the older source from the Git rep: here and extract.
      Code:
      /home/<user>/Desktop/gnome-globalmenu-gnome-globalmenu-50c0fd1/
    3. Open the older source and copy the ./autogen file and paste it in the gnome-globalmenu-0.7.9 folder.
    4. Now, navigate to gnome-globalmenu-0.7.9 folder, and install the following packages one by one in the terminal: (When I tried making the source, these packages were missing)

    Code:
    sudo apt-get install intltool
    sudo apt-get install libtool
    sudo apt-get install libconf2-dev
    sudo apt-get install libgtk2.0-dev
    sudo apt-get install libwnck*
    sudo apt-get install libgnome-menu*
    sudo apt-get install libpanelapplet-*
    sudo apt-get install libnotify*
    sudo apt-get install xfce4-panel*
    5. Now run aclocal:
    Code:
    aclocal
    Now you can follow the manually compiling the source tutorial from the wiki here
    • Code:
      ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-tests --without-xfce4-panel
    • Code:
      make
    • Code:
      export GTK_MODULES=globalmenu-gnome
    • Code:
      sudo make install

    Finally kill the X server or logout and login.
    Right click on the panel and add new, select gnome global menu and voila, you have the global menu in Ubuntu 10.10. You could make it a script and just run it once. Make sure you use "-y" tag for apt-get in the script to avoid it asking for your input whether to install the package or not.

    PS: The global menu does not work with firefox . It has not been updated in a while, so I did not expect it to magically fix it all.

  2. #2
    Join Date
    May 2008
    Beans
    55
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Compile gnome globalmenu from source for Ubuntu 10.10

    I only got this... (attached)
    What should I do with empty textboxes???
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot-Global Menu Applet Preferences.png 
Views:	68 
Size:	20.5 KB 
ID:	180616  
    Attached Images Attached Images  

  3. #3
    Join Date
    May 2008
    Beans
    55
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Compile gnome globalmenu from source for Ubuntu 10.10

    And how do I hide menu from windows, witch was kinda the point of installing this globalmenu

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •