How do I enable the globalmenu / appmenu on Xfce or LXDE?
PPA method
- Add the following ppa ppa:the-warl0ck-1989/xfce-appmenu-plugin
sudo apt-add-repository ppa:the-warl0ck-1989/xfce-appmenu-plugin
- Install
sudo apt-get update && sudo apt-get install xfce4-appmenu-plugin indicator-appmenu appmenu-gtk appmenu-qt
- Right-click on an empty part of the top XFCE panel and choose Panel > Add New Items > App Menu plugin
Manual method
Install the missing dependencies. In a terminal :
sudo apt-get install indicator-appmenu appmenu-gtk appmenu-qt
Install the app menu : download this deb and open it with the software center
Enable app menu for firefox and thunderbird. In a terminal :
sudo apt-get install appmenu-gtk3 firefox-globalmenu thunderbird-globalmenu
Right-click on an empty part of the top XFCE panel and choose Panel > Add New Items > App Menu plugin
Source