Ubuntu 11.10 Oneiric has been released, now only featuring the Gnome 3 Shell
blob and Ubuntu Unity threat (check what the "zeitgeist" dependency is
for).
Luckily Linux is not Ubuntu and therefore other alternative still exist: XFCE
(Xubuntu) is a very valid one which is likely to see its user-base vastly
increased (at least +2 with Linux Torvalds and Me).
Ubuntu Unity has brilliant underlying ideas, among which the Global
Applications Menu integrated in the top toolbar. Luckily, thanks to
"aaronlewis1989" this is also available for XFCE 4.8. This is Linux
flexibility: being free to keep the best ideas and dump everything not worth
it. It's such a pity that someone in Canonical (Ubuntu) is trying to implement
the same approach regular monopolistic companies do: forcing costumers to
accept a compromise and surrender some right every time a new feature is
implemented.
XFCE global app menu source and binaries (x86 32bit) are [available at this
page|http://gtk-apps.org/content/show.php/OMG+!+XFCE+Global+Menu+%5BOneiric+Only%5D?content=146102].
If you run a x86_64 (64bit) system you need to compile the source, which is a
very easy job by the way!
Install a few dependencies first:
sudo apt-get install synaptic indicator-appmenu appmenu-gtk appmenu-qt appmenu-gtk3 firefox-globalmenu thunderbird-globalmenu xfce4-panel-dev libxfce4util-dev libindicator-dev
then unpack the tarball 146102-xfce4-appmenu-plugin_0.10.orig.tar.bz2 and open
a terminal navigate inside the folder (if you have unpacked it in your home
type)
cd xfce4-appmenu-plugin-0.10
now type
./configure --libexecdir=/usr/lib/xfce4-indicator-plugin/ --prefix=/usr
make
sudo make install
log out, log in again and right click on your XFCE panel and add the Indicator
Appmenu Plugin!
Enjoy your 10px extra vertical real estate!! :D
Troubleshooting:
You won't find package "libxfce4panel-1.0" in Ubuntu 11.10, the required files
are instead included in package: "xfce4-panel-dev"
- If you cannot find the Indicator Appmenu Plugin applet among the available
panel applets, please ensure you have typed:
./configure --libexecdir=/usr/lib/xfce4-indicator-plugin/ --prefix=/usr
rather than simply
./configure