Environment: Linux Mint 13.04
Eclipse: Kepler
I was running eclipse on terminal, and the following error message kept on coming up.
“undefined symbol: menu_proxy_module_load”
Because it was making the terminal clutter I wanted to clean it up.
A little bit of googling revealed that installing the following package solves the issue.
sudo apt-get install appmenu-gtk
It really did and problem gone.