Eclipse Launcher How-to Reduce the icon.xpm Icon Size

This Tip presents an Easy Solution for the Messing Eclipse icon.xpm on Unity Desktop.

  1. Install imagemagick Package:
    sudo apt-get install imagemagick
  2. Transform the icon.xpm to icon.png:
    convert icon.xpm icon.png
  3. Then Edit the eclipse.desktop and Change the Icon Reference

Got on: askubuntu.com