Bug report #3990

Plugin icons not showing

Added by Chris Crook almost 13 years ago. Updated almost 13 years ago.

Status:Closed
Priority:Normal
Assignee:Alessandro Pasotti
Category:-
Pull Request or Patch supplied:

Description

I've uploaded two plugins - VectorFieldRenderer and MemoryLayerSaver. Both have icons defined (which show in QGIS plugin manager), but when I look at "my plugins" on the plugin repository they don't appear...

History

#1 Updated by Alessandro Pasotti almost 13 years ago

  • Assignee set to Alessandro Pasotti
  • Status changed from Open to In Progress

First problem is the "./" prefix (which is useless anyway).
I'm working on a fix.

But your plugin init contains an error which will make this fail in any case:

def icon():
return "./VectorFieldRenderer.png"

the zip file does not contain this file!!!!

the zip file contains "VectorFieldRendererIcon.png" instead.

Please fix your plugin.

#2 Updated by Alessandro Pasotti almost 13 years ago

  • Status changed from In Progress to Closed

Fixed

Also available in: Atom PDF