Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Logo on Eclipse Installer
Logo on Eclipse Installer [message #1823820] Thu, 02 April 2020 14:18 Go to next message
Sina MadaniFriend
Messages: 160
Registered: November 2015
Location: York, UK
Senior Member
I was wondering how we can put our custom logo on a product in the Eclipse Installer, rather than the default Eclipse one? i.e. what in the setup file we need to change. Thanks.
Re: Logo on Eclipse Installer [message #1823828 is a reply to message #1823820] Thu, 02 April 2020 16:44 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
Some work was done to make this configurable, but that involves actually creating your own product as in a real PDE/p2 product that you must build yourself:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=506441


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Logo on Eclipse Installer [message #1823832 is a reply to message #1823828] Thu, 02 April 2020 17:38 Go to previous messageGo to next message
Sina MadaniFriend
Messages: 160
Registered: November 2015
Location: York, UK
Senior Member
Hi Ed,

Thanks for the reply. However perhaps I didn't explain it clearly. I was referring to the logo next to the product, rather than the installer itself. For example, the "Eclipse IDE for Testers" has a purple globe with a green tick. Is there a simple property (e.g. in BrandingInfo) that can be used to configure this image?
Re: Logo on Eclipse Installer [message #1823847 is a reply to message #1823832] Fri, 03 April 2020 00:18 Go to previous messageGo to next message
Sina MadaniFriend
Messages: 160
Registered: November 2015
Location: York, UK
Senior Member
Hi again,
To clarify further, we have the following in our setup:
  <annotation
      source="https://www.eclipse.org/oomph/setup/BrandingInfo">
    <detail
        key="folderName">
      <value>eclipse</value>
    </detail>
    <detail
        key="folderName.macosx">
      <value>Eclipse</value>
    </detail>
    <detail
        key="imageURI">
      <value>https://git.eclipse.org/c/www.eclipse.org/epsilon.git/plain/img/epsilon-logo-square.png</value>
    </detail>
    <detail
        key="siteURI">
      <value>https://www.eclipse.org/epsilon</value>
    </detail>
  </annotation>

At some point the imageURI was working, but now it's not, even in Advanced mode. Are there some constraints on the image? e.g. does it have to be a particular format, does it have to be exactly square dimensions, must it be less than a certain size etc.?
Re: Logo on Eclipse Installer [message #1823848 is a reply to message #1823847] Fri, 03 April 2020 00:24 Go to previous messageGo to next message
Sina MadaniFriend
Messages: 160
Registered: November 2015
Location: York, UK
Senior Member
Just as I posted this I realised the issue is the link:
source="https://www.eclipse.org/oomph/setup/BrandingInfo"

should be
source="http://www.eclipse.org/oomph/setup/BrandingInfo"

i.e. without the s in http. Was a mistake when doing Ctrl+F replace.
Re: Logo on Eclipse Installer [message #1823899 is a reply to message #1823848] Fri, 03 April 2020 14:31 Go to previous messageGo to next message
Sina MadaniFriend
Messages: 160
Registered: November 2015
Location: York, UK
Senior Member
For reference, if anyone else searches for this in the future, the image should be a 64x64 png, ideally spherical with an opaque (i.e. "no") background.
Re: Logo on Eclipse Installer [message #1823930 is a reply to message #1823899] Sat, 04 April 2020 04:31 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
Actually most of the branding images for the Products in the Eclipse.org Product Catalog generated from the ICONS.put in the generator are 42x42 though some are 48x48:

https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/tree/plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/ProductCatalogGenerator.java#n246

When we display them, we scale them so they fit. They do look better if they are round with the background alpha 0 .png or transparent pixel .gif.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Is it possible to restrict to a given version of eclipse?
Next Topic:Change default workspace name?
Goto Forum:
  


Current Time: Tue May 07 08:36:37 GMT 2024

Powered by FUDForum. Page generated in 5.04927 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top