Redux: Display an icon for a 3rd party plugin in the Welcome Screen

I'd like to display on the Irida Welcome screen the icon of a couple of the plugins I maintain. I've added a logo="" parameter to the vendor tag of the plugin.xml (as in the StarTeam plugin), but the logo isn't appearing on the Welcome page. I suspect that the logo cannot be found by Irida due to a path issue.

How does one get the icon to display?

Thanks.
Eric

2 comments
Comment actions Permalink

It's IDEA's bug. Please file a JIRA issue.

-


Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"

I'd like to display on the Irida Welcome screen the icon of a couple
of the plugins I maintain. I've added a logo="" parameter to the
vendor tag of the plugin.xml (as in the StarTeam plugin), but the logo
isn't appearing on the Welcome page. I suspect that the logo cannot be
found by Irida due to a path issue.

How does one get the icon to display?

Thanks.
Eric



0
Comment actions Permalink

The logo value needs to begin with a "/".

]]>

Your plugin's jar must then contain a directory "icons" with the file "logo.png". Obviously the path and file names can be different from this example. Without the leading "/" the logo won't appear.

Rick

0

Please sign in to leave a comment.