Eclipse menus Not showing on Ubuntu

So I started developing Android apps on Eclipse and Ubuntu and ran into an annoying issue with the Eclipse menus not showing.  Here is the fix.  You can force Ubuntu to not take over the menus in the application bar.  In the same folder as eclipse.exe add a new text file called startEclipse.sh and add the following code.

Exec=env UBUNTU_MENUPROXY= ./eclipse

Then set the permissions to “allow execute file as a program”.  Finally from the terminal run startEclipse.sh.  Now the menus should work in Eclipse.