“gnome global menu” Mac-Style Menu for Ubuntu 8.10 Intrepid Ibex
Global Menu is the globally-shared menu bar of all applications launched in your desktop session. I was fascinated by this panel applet first time I saw it, I was really wishing for this type of menu although most of us find it confusing but for some reasons mac users got along with it just fine. Global Menu will only work on Native GNome Applications, this means this don’t work on Firefox 3 and some other Applications.
Here’s a good view of my current Desktop.
And here’s how I installed it on my Ubuntu 8.10, make sure you have root access:
Based on: ayoli’s guide and http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSourceOnUbuntu
Prerequisites:
Get the required packages to build vala and gnome-globalmenu : Open a Terminal (Applications >> Accessories >> Terminal)
sudo apt-get install build-essential flex bison gnome-common libglib2.0-dev gtk-doc-tools autoconf2.13 automake1.9 libgtk2.0-dev libdbus-glib-1-dev libwnck-dev libpanel-applet2-dev libgnome-menu-dev libnotify-dev
You have two methods to get vala. Either 1a or 1b. If you’ve installed Vala before by compiling it, make sure to do 1a and 1b before going to Step 2 (to be able to remove all traces of a previous manual Vala install) I prefered Step 1b.
Step 1a: Install Vala from the PPA Repository
deb http://ppa.launchpad.net/bruce89/ppa/ubuntu intrepid main
Step 1b: Obtain the Source for Vala 0.5.5
cd ~/ wget -c http://download.gnome.org/sources/vala/0.5/vala-0.5.5.tar.bz2 tar xjvf vala-0.5.5.tar.bz2 cd vala-0.5.5/
Step 2: Make sure that no older version of vala is installed
If you’re using the source version, make sure that no prior version is installed as a deb by typing
sudo dpkg-query --list |grep vala
If older version exists then remove it:
sudo apt-get remove vala
Make sure that no source install older than 0.5.5 is on your system. As you’re in the Vala directory you’ve just downloaded, just type:
sudo make uninstall
You can check which version of Vala is installed by typing:
valac --version
Step 3: Configure and Compile Vala
./configure make sudo make install sudo ldconfig
You can check that Vala 0.5.5 is installed and that you ready to go on by typing:
valac --version
Step 4: Obtain the Source for GlobalMenu
Download GlobalMenu
cd ~/ svn checkout http://gnome2-globalmenu.googlecode.com/svn/trunk/ gnome-globalmenu-0.7 cd gnome-globalmenu-0.7
Step 5: Configure and Compile GlobalMenu
./autogen.sh --prefix=/usr make sudo make install
Step 6: Remove an obsolete line if you used GlobalMenu before
If you had globalmenu before and have this line in your ~/.gnomerc or ~/.profile : remove it
export GTK_MODULES=globalmenu-gnome
Step 7: Add the GlobalMenu to your panel and enable it
- Right click on an empty part of your panel
- choose “Add to pane” from the popup menu
- Scroll down until you see “Global Menu Panel Applet”
- Select it and click “add” (or drag and drop it on the panel)
- GlobalMenu can now be enabled via the preferences dialog of the applet.
- Right Click on the applet
- Choose preferences
Check the first option : “Enable Global Menu For GTK Applications”.
Step 8: Enjoy
Extras:
I found another a deb installer somewhere in the wiki page of Global Menu Project Site.
You can get the deb installer copy here: http://code.google.com/p/gnome2-globalmenu/wiki/Installation scroll down to the comments portion. note that the version in deb is 0.7.1.
I also saved a copy you can get it here: gnome-globalmenu_071-1fc10_i386
(download at your own risk)
No trackbacks yet.
Linux Chromium Browser Pre-Alpha
about 11 months ago - No comments
I finally have a successful install of pre-alpha chromium browser for Linux on my Ubuntu 8.10. But since it’s non-official and in a pre-alpha state, you can’t expect it to work as you would expect on the windows version. If you want to try it yourself, play with it at your own risk. ^_^ No animals were harmed during my test though, so have fun.
HP’s Dark-Themed Mini Look on Ubuntu Desktop
about 1 year ago - 2 comments
Not so long ago, OpenSource have a little place on the laptop market, these days they’ve gone so far. It took a long time for me to make the switch, although not totally switch to *nix based operating systems and application, especially when I do graphics since I can’t find a replacement for PhotosShop. Just More >
Ask ikawka???
about 1 year ago - 4 comments
This is an open forum, you can ask us or request for a tutorial or step-by-step how to on how to do stuffs anything within the range of this website’s topic. We will try to come-up with something. There are no promises to be made nor obligations of time on when your request will be More >
Install Windows fonts on ubuntu 8.10
about 1 year ago - No comments
Even if we are using ubuntu linux, we sometimes want to use those good old windows fonts. To install the fonts, all you need to do in Ubuntu is to install the msttcorefonts package. Here are few tips on how to do it.


about 1 year ago
Hi,
I have already seen it somethere
Have a nice day
Rufor
about 1 year ago
hello,
yes, this menu is getting popular so fast. tnx for the comment.
about 7 months ago
Hi,
Is it possible to get the menu working with non gnome-made programs lika Firefox or Spotify/wine?
about 7 months ago
as to what I know, it only works on native gnome app