Bug 475835

Summary: "About" menu icon path
Product: [Eclipse Project] Platform Reporter: Aline Hippold <aline.tetzlaff>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: minor    
Priority: P3 CC: Lars.Vogel
Version: 4.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Aline Hippold CLA 2015-08-25 11:31:31 EDT
Since release 4.4 the product icon is shown next to the about menu entry (see bug 418857). The product icon is retrieved from the product bundle's windowImages property. This property supports paths to other plugins. But bug fix 418857 cannot handle such paths.
Comment 1 Eclipse Genie CLA 2020-01-09 09:12:49 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Aline Hippold CLA 2020-01-10 15:19:40 EST
The problem was not resolved.
Comment 3 Lars Vogel CLA 2020-06-22 05:39:57 EDT
ImageDescriptor icon = ImageDescriptor.createFromURL(iconUrl) should handle such paths. Can you provide an example plug-in which does not work correctly?