eclipse desktop for linux
# create /usr/local/share/applications/eclipse.desktop | |
# Paste the following | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Eclipse | |
Comment=Eclipse Luna 4.4.2 | |
Exec=eclipse | |
Icon=/opt/eclipse/latest/icon.xpm | |
Terminal=false | |
Type=Application | |
Categories=Development;IDE; | |
StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment