[HOW TO] Install Mint menu in Xubuntu

UPDATED: 25/07/12 Here's the instructions for adding the Linux Mint Menu to Xubuntu. Linux Mint Menu running on Xubuntu 12.04 Install Mint Menu NOTE: Before proceeding please confirm that you have Xfce 4.10 installed (Applications Menu > About Xfce), because xfce4-xfapplet-plugin depends on libxfce4util6 >= 4.9.0 and xfce4-panel >= 4.9.2 and those versions are available in the Xfce 4.10 Dev PPA. You can learn on how to install Xfce 4.10 here . Copy and paste the line below on a terminal window. This line adds the Linux Mint repository and its key and then installs mintmenu and xfce4-xfapplet-plugin packages. echo 'deb http://packages.linuxmint.com/ maya main upstream import' | sudo tee /etc/apt/sources.list.d/linuxmint.list && key=3EE67F3D0FF405B2 && gpg --keyserver subkeys.pgp.net --recv-keys $key && gpg --armor --export $key | sudo apt-key add - && sudo apt-get update && sudo apt-get i...