I've installed nsp on ubuntu oneiric amd64 by adding ppa:jpc-cermics/
nsp to my apt source list.
Unity is the default desktop for Oneiric, and menus applications are
shared in a global menubar on the top of the desktop.
But unfortunatelty nsp main menubar and nsp figure menubar doesn't
work with the unity desktop (the menubar doesn't appear in the global
menubar).
To have the menubars, one can disable unity_global_menu[1] :
sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt
Then some gtk warnings will be written in the nsp console :
(scilex:5467): Gtk-WARNING **: Failed to load type module: (null)
`menu_proxy_module_load': /usr/lib/nsp/bin/scilex: undefined symbol:
menu_proxy_module_load
It can be disable by running :
export UBUNTU_MENUPROXY=
in a terminal before launching nsp.
HTH,
Alan
[1] :
http://doc.ubuntu-fr.org/unity_global_menu (in french)