Skip to content

Instantly share code, notes, and snippets.

@brunorozendo
Created June 21, 2016 13:18
Show Gist options
  • Save brunorozendo/f25215000c089a514e8805c65c7365b3 to your computer and use it in GitHub Desktop.
Save brunorozendo/f25215000c089a514e8805c65c7365b3 to your computer and use it in GitHub Desktop.
Show eclipse menu icons in Ubuntu
eclipse-icons-menu-eclipse
gsettings set org.gnome.desktop.interface menus-have-icons true
gsettings set org.gnome.desktop.interface buttons-have-icons true
eclipse.desktop
[Desktop Entry]
Name=Eclipse Luna
Exec=env UBUNTU_MENUPROXY= /opt/eclipse-jee-luna2/eclipse
MimeType=text/plain;
Terminal=false
Type=Application
Icon=/opt/eclipse-jee-luna2/icon.xpm
Categories=Development;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment