Bug 475835 - "About" menu icon path
Summary: "About" menu icon path
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-25 11:31 EDT by Aline Hippold CLA
Modified: 2020-06-22 05:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?