#!/bin/bash # # Run Eclipse due to menu bug # eclipsepath="/home/user/Desktop/eclipse/eclipse" Exec=env UBUNTU_MENUPROXY=0 $eclipsepath
Of course in this script you must edit eclipsepath variable value to path which really guides to eclipse. You can run script in terminal using ./eclipse.sh, but before doing that you must give executable permission to script using this command chmod +x eclipse.sh.
Reference : [1] askubuntu.com Eclipse menus are cut off or dont show [2] stackoverflow.com Eclipse menus dont show up after upgrading to ubuntu 13.10 [3] Pastebin.com Source Code