To set up in Eclipse, you can display the Quick launch on weekends and resolve the issue where eclipse does not display a list in the Ubuntu high version by clicking on the menu bar item:
Create a Eclipse.desktop file under the Usr/share/app-install/desktop directory, such as the following command:
sudo gedit/usr/share/app-install/desktop/eclipse.desktop
In this file, enter:
[Desktop Entry] Name=eclipsecomment=eclipse ideexec=env ubuntu_menuproxy=0/job/android/adt-bundle-linux-x86_64-20140702/eclipse/ Eclipseicon=/job/android/adt-bundle-linux-x86_64-20140702/eclipse/icon.xpmterminal=falsetype=application
One of the exec=env ubuntu_menuproxy=0 is to solve the problem that the menu bar does not display. followed by the path that eclipse started.
Icon Eclipse Desktop Shortcut launcher.
After you've created it, you'll be able to see the icon for the icon and copy it to the desktop.
Eclipse shows a quick start on Ubuntu desktop and resolves the reason that eclipse does not work in Ubuntu by clicking the menu bar.