Bug 510308

Summary: Allow plasmoidviewer Icons embedded in plasmoids to display correctly in AboutPlugin config page.
Product: [Plasma] Plasma SDK Reporter: Mark Capella <markjamescapella>
Component: plasmoidviewerAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: giorgos.tsiapaliokas, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=509896
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Mark Capella 2025-10-06 17:11:00 UTC
User widgets / plasmoids can contain a custom icon in their contents/ folder, by specifying in their metadata.json file an icon with a leading "/" such as:

   "Icon" : "/lightstrands.png",

and embedding the icon in their /contents folder.

However, this fails to display the icon properly when debugging the plasmoid in the plasmoidviewer app, & viewing the AboutPlugin.qml config page.

(see also https://bugs.kde.org/show_bug.cgi?id=509896)

In the previous bug, we could assume a standard install directory, but here we'll need to consider the value of the "-a" applet parm.