Bug report #15627

Icons not displayed in QGIS plugin manager for python plugins

Added by Thomas Baumann over 7 years ago. Updated over 6 years ago.

Status:Closed
Priority:Normal
Assignee:Borys Jurgiel
Category:Plugin Manager
Affected QGIS version:2.14.1 Regression?:No
Operating System:Windows Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:23550

Description

The QGIS-Plugin-Manager seems to have a bug. After installing python plugins there is no icon available in the plugin description:

Instead of the proper icon there is a placeholder displayed for each python plugin:

I copied the path to the image

- -

wich is:

file://c/Users/myusername/.qgis2/python/plugins/DigitizingTools/digitizingtools.png

It seems as if the path would only work for unix filesystems as there is no colon after the drive letter.

wrong path:

c/Users/myusername/.qgis2/python/plugins/DigitizingTools/digitizingtools.png

correct path:
C:\\Users\\myusername\\.qgis2\\python\\plugins\\DigitizingTools\\digitizingtools.png

For C++-Plugins the icons are displayed:

For the C++ plugins the resource path is used:
qrc:/heatmap/heatmap.png

Is this a known bug?

Associated revisions

Revision 248bc5db
Added by Borys Jurgiel over 6 years ago

Fix #15627: missing plugin icons in Plugin Manager

History

#1 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No
  • Regression? set to No

#2 Updated by Borys Jurgiel over 6 years ago

  • % Done changed from 0 to 100
  • Status changed from Open to Closed

Also available in: Atom PDF