2

enter image description here

I followed this tutorial, but the feature icon does not apear in the about dialog. What could be the reason?

  1. I have created one feature-X-based product.
  2. I defined a plugin Y as feature X's branding plugin
  3. I added about.ini and an 32x32 px icon to the plugin.

about.ini:

aboutText=Dicke Alice
featureImage=images/icons/icon_32x32.png
Skip
  • 6,240
  • 11
  • 67
  • 117
  • Have you added the about.ini and the icon files to Binary Build in `build.properties` file? – Qinto Aug 15 '12 at 19:29
  • One more question: have you deployed your feature and than install it in Eclipse? or maybe you run your feature (and plugins) from Eclipse? In the second case the feature image is not shown (but I don't know why). – Qinto Aug 16 '12 at 10:07
  • It's the second case. So after deployment the feature will show up? – Skip Aug 18 '12 at 08:25
  • Everything else looks fine, so the featurs should show up after deployment. – Qinto Aug 19 '12 at 11:26

1 Answers1

4

It looks like the feature's image will only show up after deployment, but not when started from IDE.

Lii
  • 11,553
  • 8
  • 64
  • 88
Skip
  • 6,240
  • 11
  • 67
  • 117